1. 06 Dec, 2017 3 commits
    • Vincent Pelletier's avatar
      erp5_accounting: Stop using AutoQuery. · 55852792
      Vincent Pelletier authored
      55852792
    • Vincent Pelletier's avatar
      Products.ZSQLCatalog: Expose query base class to restricted Python · 79ee8102
      Vincent Pelletier authored
      For type checking (not recommended, but sometimes useful).
      Expose it as BaseQuery, to avoid conflict with AutoQuery original name.
      79ee8102
    • Vincent Pelletier's avatar
      AccountingTransactionModule_get*AgedBalanceLineList: Rework. · 975205ea
      Vincent Pelletier authored
      Make it more easily extensible by exposing a callback.
      Stop loading documents in the simple version that are only needed by the
      detailed version. Also, stop checking for this inside the main loop, and
      instead use the callback mechanism.
      Use a single query to look for mirror section title instead of one per
      mirror section.
      Behaviour change: mirror section (ie, the entity) title is not
      translated anymore. It used to be because there did not seem to be a
      reasion not to. It is not anymore to avoid loading rach entity from ZODB
      in the default report. This rework makes customisation easier, including
      overwriting this untranslated title with any desired transformation.
      975205ea
  2. 05 Dec, 2017 3 commits
  3. 04 Dec, 2017 2 commits
  4. 01 Dec, 2017 6 commits
  5. 30 Nov, 2017 15 commits
  6. 29 Nov, 2017 2 commits
  7. 28 Nov, 2017 1 commit
  8. 27 Nov, 2017 2 commits
  9. 24 Nov, 2017 3 commits
  10. 23 Nov, 2017 3 commits