- 13 Dec, 2017 3 commits
-
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Vincent Pelletier authored
Float fields are needed to round amounts. Also, discard empty form groups. Also, make "hidden" the first group, so any created field gets hidden by default (which is what we want for all listbox "editable" fields). Also, remove overrides which seem unneeded for report appearance: - "lines" is not used for OD* rendering - "columns" is already the same as in original field "editable_columns" is used in odt (and maybe in ods, unclear), but inconsistently with its intended use... so leave it, sadly.
-
- 12 Dec, 2017 6 commits
-
-
Tomáš Peterka authored
Fixes bug /#/bug_module/20171211-153B610 /reviewed-on nexedi/erp5!526
-
Łukasz Nowak authored
Removed code from not implemented and not needed compatibility layer. /reviewed-on nexedi/erp5!525
-
Roque Porchetto authored
/reviewed-on !527
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Vincent Pelletier authored
-
- 11 Dec, 2017 12 commits
-
-
Romain Courteaud authored
Display it on one line
-
Romain Courteaud authored
command: display_with_history
-
Romain Courteaud authored
See be501468
-
Romain Courteaud authored
-
Vincent Bechu authored
It cause huge timeout in automated tests, issue with dispatcher
-
Vincent Bechu authored
-
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 4 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-