1. 27 Dec, 2017 7 commits
  2. 26 Dec, 2017 13 commits
  3. 25 Dec, 2017 1 commit
  4. 22 Dec, 2017 5 commits
  5. 21 Dec, 2017 4 commits
  6. 20 Dec, 2017 2 commits
  7. 19 Dec, 2017 3 commits
  8. 18 Dec, 2017 2 commits
  9. 15 Dec, 2017 3 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 !518
      d669fa83
    • Ayush Tiwari's avatar
      84b16fe9