- Jun 24, 2014
-
-
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
-
Jérémie Gavrel authored
Added a parent-child hierarchy on analytic codes. Fixed a bug where analytic codes without a description couldn't be selected.
-
- Apr 23, 2014
-
-
Jérémie Gavrel authored
ields that are marked as invisible in the view are no longer displayed.
-
- Apr 14, 2014
-
-
Jérémie Gavrel authored
This method should be used in order to retrieve the analytic field ordering numbers and/or names from outside the analytic_structure module.
-
- Apr 04, 2014
-
-
Alexandre Brun authored
-
Alexandre Brun authored
-
- Apr 01, 2014
-
-
Jérémie Gavrel authored
the view. When updating the invisible and tree_invisible modifiers, the analytic_fields_view_get method used to override the entire "modifiers" attribute. This isn't the case anymore.
-
- Mar 20, 2014
-
-
Jérémie Gavrel authored
These methods should be called by models that implement analytic fields, respectively in their fields_get and fields_view_get methods.
-
- Jul 24, 2013
-
-
Florent Aide authored
-
- Jul 23, 2013
-
-
nhe authored
-