- 11 Dec, 2017 6 commits
-
-
Yusei Tahara authored
[portal_property_sheets/SupplyLine, erp5_pdm] Add ledger category to Supplies and Supply Lines. And allow users to set an optional quantity unit category to Supply Lines. Also add matrixbox view forms for max delay, min delay, max flow, min flow, max stock, min stock properties.
-
Tomáš Peterka authored
Fixes /#/bug_module/20171208-5E8D43 /reviewed-on nexedi/erp5!523
-
Vincent Pelletier authored
Allows overriding it on instances where the invariant grouping_reference IS NULL == grouping_date IS NULL is applicable, allowing simpler query execution plans.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
For type checking (not recommended, but sometimes useful). Expose it as BaseQuery, to avoid conflict with AutoQuery original name.
-
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.
-
- 08 Dec, 2017 2 commits
-
-
Tomáš Peterka authored
/reviewed-on nexedi/erp5!521
-
Yusei Tahara authored
[erp5_xhtml_style] erp5.css: Set a margin between Save button and the block of tabs, then Save button does not overlap with tabs.
-
- 07 Dec, 2017 7 commits
-
-
Roque authored
-
Romain Courteaud authored
This allow to go to dialog page on a module, and keep the search parameter.
-
Roque Porchetto authored
-
Romain Courteaud authored
SearchField: keep the last full text parameter editable Allow to focus on a specific input Searchfield: use an hidden field to store the parsed value (to simplify test code) Display full text queries as much as possible in raw format
-
Romain Courteaud authored
This will prevent the input gadget to be changed if its parent call render with the same value (as ERP5 does in case of formulator error).
-
Romain Courteaud authored
The typical use case is to go to a module from a worklist link. This leads to a complex query to display only the matching documents. Opening the filter panel should not lead to lose the query. User must be able to add extra parameters to this query thanks to the filter panel. This was done by: * changing the DOM only in the changeState method * handling unexpected search expression (not parsable, complex one, unknown column, ...) * improving query operator support * dropping not needed HTML element attributes. * adding tests
-
Roque authored
/reviewed-on nexedi/erp5!520
-
- 06 Dec, 2017 1 commit
-
-
Tristan Cavelier authored
fixing a bug in firefox 57 that prevented to click on links
-
- 05 Dec, 2017 3 commits
-
-
Roque Porchetto authored
-
Roque Porchetto authored
-
- 04 Dec, 2017 2 commits
- 01 Dec, 2017 6 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 30 Nov, 2017 13 commits
-
-
Sebastien Robin authored
-
Ayush Tiwari authored
This contains changes for 2 points: 1. To improve view of ERP5 Catalog and its sub-objects . 2. Export Catalog Methods with no duplication between attributes and properties after migration. These changes are pointed out in comment here: nexedi/erp5!178 (comment 52224) /reviewed-on nexedi/erp5!510
-
Ayush Tiwari authored
-
Ayush Tiwari authored
BusinessTemplate: Look for string type in property map while extracting Properties for CatalogTemplateMethodItem
-
Ayush Tiwari authored
After migration of ERP5 Catalog and sub-objects, the filter attributes are now properties of Catalog Method(s). So, they are now already exported in xml file for the method. Thus, no need to duplicate export in _catalog_keys file. Also, installation should take care of the changes.
-
Ayush Tiwari authored
Also, add tests for them
-
Ayush Tiwari authored
[erp5_core]: No need to have export_properties action for ERP5 Catalog as we do cleanup of old manage_exportProperties function
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
According to guidelines, documents should have 'edit_workflow'. https://www.erp5.com/documentation/developer/guideline/programming/erp5-Guideline.Programming.Naming.Conventions#never-forget-edit-workflow-on-documents
-
Ayush Tiwari authored
This follows the guidelines and also make it feasible to go to listbox to search or make changes in sub-object list. Also, - Add 'More columns' in listbox for viewing Catalog Method list. - Add title field in listbox view for Catalog content and Catalog Filter List - Fixup links on these views which were not consistent.
-
Roque Porchetto authored
-
Sebastien Robin authored
-