Skip to content
Snippets Groups Projects
  1. Oct 07, 2016
  2. Apr 20, 2016
  3. Apr 08, 2016
  4. Apr 07, 2016
  5. Apr 01, 2016
  6. Mar 29, 2016
  7. Mar 16, 2016
  8. Mar 11, 2016
  9. Mar 10, 2016
  10. Mar 09, 2016
  11. Mar 08, 2016
  12. Feb 08, 2016
  13. Nov 17, 2015
  14. Sep 01, 2015
  15. Jul 30, 2015
  16. Jul 21, 2015
  17. May 21, 2015
  18. 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
  19. Apr 17, 2015
  20. 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
    • Matthieu Gautier's avatar
      Created new branch odoo8 · e680f59ab07d
      Matthieu Gautier authored
      e680f59ab07d
  21. Feb 11, 2015
  22. Jan 23, 2015
Loading