erp5_catalog: Update erp5_core business template
Contains views, property sheets, portal types concerning shifting of portal_catalog to an erp5 object. Portal Types: 1. Catalog : ERP5 Catalog object (an ERP5 Folder), which earlier used to be OFS Folder. 2. Catalog Tool: Portal Catalog where we can add and use multiple ERP5 catalogs. 3. SQL Method: SQL methods with their views inside erp5. Property Sheet: 1. Catalog 2. CatalogTool 3. SQLMethod Containing properties for the various portal_types/classes respectively. 4. CatalogFilter Also, filter_dict for erp5_catalog would now not be a Persistent Mapping object. The info inside filter_dict is being saved inside the SQL Method objects as their properties. Views: 1. Catalog (View) 2. CatalogTool(View, Properties, Filtered Items), Object Actions 3. SQLMethod (View, Filter) 4. Python Script (Filter) Extras: - Dialog view for catalog before clear_catalog
Showing
Please register or sign in to comment