- 05 Oct, 2020 7 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
ZODB Components: Tool Component: Only validated 'reference' must be considered when registering a Tool. Otherwise setting an invalid reference will make the Component 'modified' but try to use that invalid reference to register it and fail.
-
Arnaud Fontaine authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Jérome Perrin authored
-
Jérome Perrin authored
With chrome ( 85.0.4183.108 but I think it appears a few weeks/months ago ) when using erp5_xhtml_style when the cursor in the first column on the left it's not visible, because the bold background hides it. Default user agent spreadsheet is a 2px padding, but we have a rule applying a padding 0 for all textarea. Revert this rule for textarea used as fields in content. --- ## before: The cursor is in *Description* field, left to "This style is ..." but cannot be seen. ![image](/uploads/f40262af196d799291643604b91ae2c4/image.png) ## after: The cursor is same location (*Description* field, left to "This style is ...") and this time is visible. ![image](/uploads/bf1ec63532e2eca1fca7655a4581935a/image.png) See merge request nexedi/erp5!1280
-
- 01 Oct, 2020 3 commits
-
-
Georgios Dagkakis authored
See merge request nexedi/erp5!1282
-
Georgios Dagkakis authored
Previously this would be rendered as empty String (unless we had a hidden field to define precision) Commit adds also testListboxZeroValue in erp5_web_renderjs_ui_test
-
Roque authored
See merge request nexedi/erp5!1173
-
- 30 Sep, 2020 9 commits
- 29 Sep, 2020 11 commits
-
-
Lu Xu authored
-
Lu Xu authored
-
Lu Xu authored
-
Lu Xu authored
-
Lu Xu authored
-
Lu Xu authored
-
Romain Courteaud authored
Add a new document in the history while trying to show its latest state Use this command on the module's list and worklist, to come back to the expected page when done on a module.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
ZODB Components: There is no need for `description` and `source_reference` to be RecordedProperties. * Not considered for `modified` state (dynamic_class_generation_interaction_workflow). * `source_reference` sets only once at import from filesystem.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 28 Sep, 2020 5 commits
-
-
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).
-
Jérome Perrin authored
With chrome ( 85.0.4183.108 but I think it appears a few weeks/months ago ) when using erp5_xhtml_style when the cursor in the first column on the left it's not visible, because the bold background hides it. Default user agent spreadsheet is a 2px padding, but we have a rule applying a padding 0 for all textarea. Revert this rule for textarea used as fields in content.
-
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.
-
Tatuya Kamada authored
See merge request nexedi/erp5!1222
-
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
-
- 25 Sep, 2020 5 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-