- 20 Oct, 2020 26 commits
-
-
Romain Courteaud authored
This reverts commit e50d05af.
-
Romain Courteaud authored
-
Romain Courteaud authored
XXX check the length of jio_key instead (subdoc only)
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Do not access form submission REQUEST from the listbox list method, as it is rendered asynchronously in ERP5JS
-
Romain Courteaud authored
-
Romain Courteaud authored
This reverts commit 35b2c024.
-
Romain Courteaud authored
-
Romain Courteaud authored
Allow edition in the new UI
-
Romain Courteaud authored
-
Romain Courteaud authored
This make everything slow as hell and prevent to quickly save.
-
Romain Courteaud authored
Example: <h2 class="foo">bar</h2> => <h3 class="foo">bar</h3>
-
Romain Courteaud authored
-
Romain Courteaud authored
Changing the language and browsing to another web section require to fully refresh the page. This breaks the previous gadget API.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Roque authored
See merge request nexedi/erp5!1259
-
- 19 Oct, 2020 7 commits
-
-
Roque authored
-
Roque authored
-
Roque authored
-
Roque authored
-
Romain Courteaud authored
-
Jérome Perrin authored
See merge request nexedi/erp5!1293
-
Jérome Perrin authored
The space between listbox column header and icon used to display the sort order was a bit too small, making it hard to see if the sort was ascending or descending sometimes. To have more space, set a margin-right on the before pseudo-element, like we are already doing for buttons with text and icon.
-
- 15 Oct, 2020 3 commits
-
-
Xiaowu Zhang authored
-
Yusei Tahara authored
erp5_web_renderjs_ui: Change date separator from a dash to a slash before sending query to Zope. If date separator was a dash, Zope DateTime does not use local timezone and date search does not work.
-
Aurel authored
-
- 14 Oct, 2020 4 commits
-
-
Jérome Perrin authored
Now that this is supported, make it available also for default sales, purchase or internal supply lines directly on resources. Until now, this was only available on supply line view.
-
Jérome Perrin authored
So far price were always assumed to be defined in the default quantity unit of the resource, even though supply lines had a quantity unit field, it was ignored. But it can be useful to define prices using another quantity unit than the default quantity unit of the resource, for example when a resource is purchased in kg but managed in m³. To support such scenario, we adjust the priced quantity unit when applying price.
-
Jérome Perrin authored
-
Jérome Perrin authored
-