- Oct 07, 2016
-
-
Luc De Meyer authored
-
- Apr 20, 2016
-
-
Brendan Masson authored
-
- Apr 01, 2016
-
-
Brendan Masson authored
-
- Mar 29, 2016
-
-
Brendan Masson authored
-
- Mar 11, 2016
-
-
Brendan Masson authored
-
Brendan Masson authored
-
- Mar 10, 2016
-
-
Brendan Masson authored
-
- Mar 09, 2016
-
-
Brendan Masson authored
-
- Feb 08, 2016
-
-
Houzefa Abbasbhay authored
-
- Nov 17, 2015
-
-
Jérémie Gavrel authored
-
- May 21, 2015
-
-
Matthieu Gautier authored
-
- Apr 21, 2015
-
-
Matthieu Gautier authored
- Few small easy mistake fix (typo) - Define _bound_dimension_id in _setup_complete method instead of __init__ The method calls get_object_reference or _update try to look up information in the _columns of the object. But at '__init__' time, the object is not properly finish and _columns is None. By moving last initialisation in _setup_complete we are sure that object is initialized. We need to keep the old api to be sure that 'self' is really the object. If v8 api 'self' is a records set and we can't set _bound_dimension_id.
-
- Apr 17, 2015
-
-
Matthieu Gautier authored
-
- Apr 15, 2015
-
-
Matthieu Gautier authored
Main changes are : - Change fields declaration - Update metaclass to add field to nmspc instead of _columns - Add v8's version of compute/reverse/search function of disable_per_company field
-
- Jan 23, 2015
-
-
Jérémie Gavrel authored
-
Anael Lorimier authored
The field analytic dimensions is now a function and not a char to avoid the creation of a database column
-
Anael Lorimier authored
-
- Oct 08, 2014
-
-
Vincent Hatakeyama authored
-
- Oct 02, 2014
-
-
Jérémie Gavrel authored
Bound dimensions: if an analytic code ID is passed to create or write, it will be ignored unless the key "force_code_id" is set to True in the context.
-
- Sep 19, 2014
-
-
Houzefa Abbasbhay authored
-
Houzefa Abbasbhay authored
-
Houzefa Abbasbhay authored
Add some help
-
- Aug 27, 2014
-
-
Houzefa Abbasbhay authored
-
Houzefa Abbasbhay authored
-
- 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 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 12, 2014
-
-
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 10, 2014
-
-
Jérémie Gavrel 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
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).
-
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 19, 2014
-
-
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
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.
-