1. 30 Sep, 2020 2 commits
  2. 29 Sep, 2020 11 commits
  3. 28 Sep, 2020 4 commits
    • Arnaud Fontaine's avatar
      ZODB Components: Products import compatibility (MR !1271). · 5fea47d1
      Arnaud Fontaine authored
      This implements Products import compatibility based on Component.source_reference
      using existing import hooks so that Products.ERP5.Document.Person for example
      is importable (actually returning erp5.component.document.Person module).
      
      This only works with non-FS modules (IOW when the ZODB is accessible and
      portal.portal_components is available).
      5fea47d1
    • Jérome Perrin's avatar
      testXHTML: fix business template installation order · 08b48c6f
      Jérome Perrin authored
      This test (just like all legacy filesystem tests) does not use business
      template dependencies but just install business templates in the order from
      getBusinessTemplateList, but business templates are not listed in correct
      order.
      
      It use to be OK (which warnings), but erp5_test_result can no longer be
      installed without erp5_project, so review installation order to install
      erp5_project earlier.
      08b48c6f
    • Tatuya Kamada's avatar
      f97e908a
    • Tatuya Kamada's avatar
      erp5_tabular_data_tool: Add portal_tabular (Tabular Data Tool) · 43affc49
      Tatuya Kamada authored
      Tabular Data Tool is a Tool to handle tabular data (2-dimentional table data)
      in erp5.
      The tabular data type is currently a plain pandas DataFrame. It is intended to
      use with ERP5 Reports to create spread sheets (ODS/Excel).
      
      With Tabular Data Tool, we can do those things on reporting:
      
      - transform dict-list, portal-catalog-result and document-list into a tabular data
      - joining/grouping/sorting the tabular data
      - using vectorizing function to optimise time consuming reports
      43affc49
  4. 25 Sep, 2020 22 commits
  5. 24 Sep, 2020 1 commit