- 28 Oct, 2020 4 commits
-
-
Vincent Pelletier authored
Portal is the Skinnable object, skin magic belongs there.
-
Vincent Pelletier authored
Also, modernise it a bit.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 26 Oct, 2020 2 commits
-
-
Jérome Perrin authored
because title is acquire from id, we want to edit title first for the case where we change ID, otherwise saving would save the old ID as title.
-
Jérome Perrin authored
* don't set "hide rows on no search criterion", this should not display too much and search is broken. * use preference to get number of lines
-
- 22 Oct, 2020 2 commits
-
-
Jérome Perrin authored
Base_getDialogSectionCategoryItemList was supporting the case of users from zodb_users plugin, but not the case of ERP5 users with roles set from zodb_roles. It's a more and more common case to make manager users using a "normal" ERP5 user as person (so that we can reset password etc) and to give Manager role by zodb_roles, but this was not supported by this script.
-
Jérome Perrin authored
Now that we properly detect 0 tests as errors/UNKNOWN, this test was reported as UNKNOWN state. Run the tests, but as expectedFailure since they have not been updated since b4b5bcf8.
-
- 20 Oct, 2020 2 commits
-
-
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
-
- 13 Oct, 2020 4 commits
-
-
Jérome Perrin authored
At the end of test result, we calculate the sum of test result line retries and set it as a property on test result. Listbox will then show for each test result line the number of retries. Problem is that we did not set retry count property on test result lines which were not retried, so they acquired this from the parent test result. To prevent this, always set a retry count property on test result and set it to 0 when they are not retried.
-
Jérome Perrin authored
-
Jérome Perrin authored
In 4bcf5c6a (CatalogTool: Introduce new dynamic related key syntax, 2017-07-25) we introduced a new syntax to solve some ambiguities in the previous syntax, but the test suite was still testing the old syntax only. Update tests to test the new syntax and to also check the old legacy syntax.
-
Jérome Perrin authored
-
- 12 Oct, 2020 1 commit
-
-
Xiaowu Zhang authored
-
- 08 Oct, 2020 1 commit
-
-
Arnaud Fontaine authored
Previously available at https://nexedi.erp5.net/web_page_module/3487.
-
- 05 Oct, 2020 9 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
So that it can be registered properly on load and later added through the ZMI.
-
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 1 commit
-
-
Georgios Dagkakis authored
See merge request nexedi/erp5!1282
-