Skip to content
Snippets Groups Projects
  1. Oct 07, 2016
  2. Apr 20, 2016
  3. Apr 01, 2016
  4. Mar 29, 2016
  5. Mar 11, 2016
  6. Mar 10, 2016
  7. Mar 09, 2016
  8. Feb 08, 2016
  9. Nov 17, 2015
  10. May 21, 2015
  11. Apr 21, 2015
    • Matthieu Gautier's avatar
      Update analytic_structure to v8 · cf2717235ee2
      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.
      cf2717235ee2
  12. Apr 17, 2015
  13. Apr 15, 2015
    • Matthieu Gautier's avatar
      Port to odoo v8 · 459109cdadb3
      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
      459109cdadb3
  14. Jan 23, 2015
  15. Oct 08, 2014
  16. Oct 02, 2014
  17. Sep 19, 2014
  18. Aug 27, 2014
  19. Jun 26, 2014
    • Jérémie Gavrel's avatar
      Added support for para-analytic fields. Added the analytic_fields_subview_get. · a65fe21a1399
      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.
      a65fe21a1399
  20. Jun 24, 2014
  21. Jun 12, 2014
  22. Jun 10, 2014
  23. Jun 06, 2014
  24. Jun 05, 2014
  25. Jun 04, 2014
  26. Jun 02, 2014
  27. May 28, 2014
    • Jérémie Gavrel's avatar
      Fields generated by MetaAnalytic now exclude codes with children. Fixed some... · e39d5c4925ff
      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.
      e39d5c4925ff
  28. May 19, 2014
  29. May 16, 2014
Loading