Groupby Override

models_groupby.read_group_format_result_override(self, data, annotated_groupbys, groupby, groupby_dict, domain, context)[source]

Helper method to format the data contained in the dictionary data by adding the domain corresponding to its values, the groupbys in the context and by properly formatting the date/datetime values.

models_groupby.read_group_process_groupby_override(self, gb, query, context)[source]

Helper method to collect important information about groupbys: raw field name, type, time information, qualified name, …