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