1. 28 Dec, 2017 3 commits
    • Yusei Tahara's avatar
      [ERP5/tests/testERP5Commerce.py] quantity_unit/unit/piece category is used but... · af8a1249
      Yusei Tahara authored
      [ERP5/tests/testERP5Commerce.py] quantity_unit/unit/piece category is used but it does not exist in this test. Add quantity_unit/unit/piece in afterSetUp.
      
      To use non-existing category may lead an unexpected result. This time, getAcquiredCategoryList did not work correctly, then category values of products were not correctly indexed and test_17_getProductListFromWebSection failed.
      af8a1249
    • Yusei Tahara's avatar
      Revert "[ERP5/tests/testERP5Commerce.py] Add... · a2a6f262
      Yusei Tahara authored
      Revert "[ERP5/tests/testERP5Commerce.py] Add erp5_configurator_standard_categories business template to provide quantity_unit/unit/piece."
      
      This reverts commit 93c6b048.
      
      erp5_configurator_standard_categories depends on too many business templates. I gave up using it.
      a2a6f262
    • Yusei Tahara's avatar
      [ERP5/tests/testERP5Commerce.py] Add erp5_configurator_standard_categories... · 93c6b048
      Yusei Tahara authored
      [ERP5/tests/testERP5Commerce.py] Add erp5_configurator_standard_categories business template to provide quantity_unit/unit/piece.
      
      To use non-existing category may lead an unexpected result. This time, getAcquiredCategoryList did not work correctly, then category values of products were not correctly indexed and test_17_getProductListFromWebSection failed.
      93c6b048
  2. 27 Dec, 2017 5 commits
  3. 26 Dec, 2017 13 commits
  4. 25 Dec, 2017 1 commit
  5. 22 Dec, 2017 5 commits
  6. 21 Dec, 2017 4 commits
  7. 20 Dec, 2017 2 commits
  8. 19 Dec, 2017 3 commits
  9. 18 Dec, 2017 2 commits
  10. 15 Dec, 2017 2 commits
    • Tristan Cavelier's avatar
      8071d204
    • Ayush Tiwari's avatar
      Business Template Re-export · d669fa83
      Ayush Tiwari authored
      After migration of catalog to ERP5-ified document, its better to migrate all the catalog methods (`ZSQL Method, Python Script`) to new format. This will save the 
      time during migration for developers and will reduce the chance for error during *import_in_old_format >> export_in_new_format* process.
      
      
      Some important changes during re-export:
      - Classes for new catalog methods are now defined via `portal_type`
      - Filter is now defined via properties, so no need to save their properties in `.catalog_keys.xml` file.
      
      /reviewed-on nexedi/erp5!518
      d669fa83