- Sep 03, 2014
-
- Jun 30, 2014
-
-
Jérémie Gavrel authored
extract_values can be used to copy analytic (or para-analytic) data from an object to another. format_field_name returns an analytic field's name from its slot, prefix and suffix.
-
- Jun 27, 2014
-
-
Jérémie Gavrel authored
-
Jérémie Gavrel authored
-
Jérémie Gavrel authored
Fixed a bug that could break views when using the oe_analytic div without any analytic field to place.
-
- Jun 26, 2014
-
-
Jérémie Gavrel authored
Para-analytic are created and named according to the structure but do not take analytic codes as values. Instead, they can be any kind of field. The analytic_structure method analytic_fields_subview_get allow any model (not necessarily one that implements MetaAnalytic) to display the analytic fields of models that have subviews defined inside its views. It is still strongly recommended to use ir.ui.view records and the [type]_view_ref context key instead.
-
- Jun 25, 2014
-
-
Anael Lorimier authored
-
- Jun 24, 2014
-
-
Jérémie Gavrel authored
-
Jérémie Gavrel authored
-
Jérémie Gavrel authored
Structures can now be restricted to one company. Bound dimensions: added the code_ref_ids (and code_ref_module) options to generate external IDs for all analytic codes of the dimension.
-
- Jun 18, 2014
-
-
Jérémie Gavrel authored
get_dimensions returns a dictionary with the dimension ID as key and their ordering as value. It can be useful in order to find the field associated with a specific dimension (obtained by external ID or by another model's get_dimension) get_structures simply returns the structure browse records directly.
-
- Jun 12, 2014
-
-
Houzefa Abbasbhay authored
-
Jérémie Gavrel authored
Bound dimensions: fixed an issue with the initialisation of related fields. Can now define the analytic code field in data (XML or CSV) files. Fixed a bug with the name methods.
-
- Jun 11, 2014
-
-
Jérémie Gavrel authored
Analytic_fields_view_get now sets the invisible and required attributes in addition to their respective keys in the modifiers dictionary (elias front-end compatibility).
-
- Jun 10, 2014
-
-
Jérémie Gavrel authored
-
Alexandre Brun authored
-
Alexandre Brun authored
-
- Jun 06, 2014
-
-
Jérémie Gavrel authored
-
- Jun 05, 2014
-
-
Jérémie Gavrel authored
-
Jérémie Gavrel authored
Added 'usable' field in analytic.code. Analytic fields now filter out the codes with usable=False rather than those with children. Added the rel_name and rel_usable options for bound dimensions.
-
- Jun 04, 2014
-
-
Jérémie Gavrel authored
-
Jérémie Gavrel authored
-
Jérémie Gavrel authored
-
Jérémie Gavrel authored
Can now import data for a module bound to a dimension through the default method (many2one field w/o inherits), without having to create or reference the analytic codes. Default value for ref_module is now '' (empty string).
-
Anael Lorimier authored
-
Jérémie Gavrel authored
-
- Jun 02, 2014
-
-
Jérémie Gavrel authored
The MetaAnalytic metaclass can now be used to bind a dimension to a model, generating a new code for each new record. The README has been updated with more instructions.
-
- May 28, 2014
-
-
Jérémie Gavrel authored
Fields generated by MetaAnalytic now exclude codes with children. Fixed some issues when selecting the parent and dimension of a new analytic code. Added a new 'translate' option. When creating a code, the parent cannot be selected (readonly) if the code's dimension is not selected (code view) or not a record in the database (dimension view, while creating a new dimension). Added descriptions to models. Added a 'translate' option to enable/disable translation of analytic code and dimension names (default: False). Fields generated by the metaclasses now have a common placeholder string value. Cleaned up the translation file.
-
- May 27, 2014
-
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
- May 19, 2014
-
-
Jérémie Gavrel authored
-
Jérémie Gavrel authored
Can now use <div class="oe_analytic" prefix="prefix" /> in order to place every remaining field associated with a structure in the view. Added a README. Also added a config check on module load.
-
- May 16, 2014
-
-
Jérémie Gavrel authored
-
Jérémie Gavrel authored
The number of analytic fields can be defined in the OpenERP configuration file, category [analytic], key analytic_size (default: 5). The default behavior is unchanged.
-
- May 15, 2014
-
-
Jérémie Gavrel authored
Analytic scructures can now use different ordering values for the same dimension. Models that use analytic code fields should now use conditions on nd_id.ns{n}_id.model_name in the domain for those fields.
-
- May 14, 2014
-
-
Jérémie Gavrel authored
-