Skip to content
Snippets Groups Projects
  1. Mar 09, 2016
  2. Mar 08, 2016
  3. Feb 08, 2016
  4. Nov 17, 2015
  5. Sep 01, 2015
  6. Jul 30, 2015
  7. Jul 21, 2015
  8. May 21, 2015
  9. 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
  10. Apr 17, 2015
  11. Apr 15, 2015
  12. Feb 11, 2015
  13. Jan 23, 2015
  14. Jan 21, 2015
  15. Jan 15, 2015
  16. Jan 13, 2015
  17. Dec 16, 2014
  18. Nov 25, 2014
  19. Nov 13, 2014
  20. Oct 08, 2014
Loading