- 11 Aug, 2021 19 commits
-
-
Rafael Monnerat authored
If the user wants actitivites, it should create multiples StandardBT5ConfiguratorItems, This should accellerate Tests based on ERP5Configurator. This should be recoded, but it should speed up bootstrap of a site, as get modified objects are not called.
-
Rafael Monnerat authored
It the user don't have fully permission on the object (already changed state), this set will fail to check if source should be defined.
-
Alain Takoudjou authored
The upgrade ordering seems buggy and requires to force reinstall it
-
Rafael Monnerat authored
This allow during a subscription process, create a user and them create all documents using that user w/o rely on proxy roles (keeping good ownership across the documents).
-
Rafael Monnerat authored
Without this (on slapos master ui) the redirection places value unquoted causing parser to fail later on when resolve {n.me}
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The user can be present from diferent logins, password tool only works with ERP5LoginUserMager users.
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Mixed commit: 43b1ae1b 2f05fe1b
-
Łukasz Nowak authored
Returning true allows to add movements to existing one, and this group shall always separate them.
-
Rafael Monnerat authored
-
Romain Courteaud authored
-
Łukasz Nowak authored
Note: Generic code shall have no constraints at all. Conflicts: bt5/erp5_accounting/bt/revision
-
Alain Takoudjou authored
If 2 lines have the same effective date (catalog has a 1 second precision), always return the validate and open first. Commit: 02d06501 Changes applied from history: http://git.erp5.org/gitweb/erp5.git/history/refs/heads/interaction-drop:/product/ERP5/Document/SubscriptionItem.py?js=1
-
Rafael Monnerat authored
Original commit from : Lukasz Nowak <luke@nexedi.com> 3e45ec35
-
Romain Courteaud authored
Conflicts: bt5/erp5_crm/bt/revision
-
Rafael Monnerat authored
See merge request !1480
-
Rafael Monnerat authored
See merge request nexedi/erp5!1479
-
- 10 Aug, 2021 7 commits
-
-
Rafael Monnerat authored
See merge request !1477
-
Rafael Monnerat authored
This allow including more items to be ignored, preventing diffs from pure development.
-
Rafael Monnerat authored
Those 2 exceptions are from SlapOS Master codebase, and for now we cannot remove it. Rather them complexify the ignore lists, we are hardcoding the values for minimase the ignore list to the least entries as possible.
-
Rafael Monnerat authored
This is required for multiple sites support and allow us write unit tests and not create a 100 lines mock.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Whenever used via activity nodes, it is not possible to discover IP of the server via portal absolute url.
-
Rafael Monnerat authored
See merge request nexedi/erp5!1478
-
- 09 Aug, 2021 2 commits
-
-
Rafael Monnerat authored
Only Person could include getFirstName and getLastName, so implement a fail-safe in case Login is inside a Computer or any other document. (cherry picked from commit f7694fbc2ad2a22d582e48924732293ce1e96636)
-
Rafael Monnerat authored
Ignore list is useful when you have old business templates in production (used to include data for example) and test business templates on test environment (ie;: erp5_test_ui_core). This allow us control the 'dump to assert' changes easily.
-
- 06 Aug, 2021 1 commit
-
-
Ivan Tyagov authored
OSOE website is not necessarily part of standard configurator so only adjust if it is indeed installed.
-
- 05 Aug, 2021 4 commits
-
-
Rafael Monnerat authored
See merge request nexedi/erp5!1476
-
Rafael Monnerat authored
(cherry picked from commit 1ad44735754d1701ffb12fecbb641602bfd01c8a)
-
Xiaowu Zhang authored
Suite Module erp5.component.document.erp5_version.ERP5ProjectUnitTestDistributor, line 326, in getTestSuiteSortKey wanted_test_core_quantity = PRIORITY_MAPPING[test_suite.getIntIndex()][1] AttributeError: getIntIndex
-
Vincent Pelletier authored
Avoids the infamous 1024 file descriptor limit. No functional change expected, as it seems unlikely this bug ever triggered on waitress-managed file descriptors.
-
- 02 Aug, 2021 1 commit
-
-
Jérome Perrin authored
When using report sections with title, this is supposed to create outline in PDF, but this seem to became broken somewhere in the last 10 years. This repair by using text:h instead of text:p and by setting text:outline-level
-
- 29 Jul, 2021 3 commits
-
-
Gabriel Monnerat authored
To activate it, we have a preference to allow users display or not ERP5 tools
-
Jérome Perrin authored
This report proably needs to be updated more, but at least use proper getAggregatedAmountList so it no longer crash
-
Jérome Perrin authored
It was not enabled in ERP5JS had minor issues See merge request nexedi/erp5!1473
-
- 28 Jul, 2021 3 commits
-
-
Xiaowu Zhang authored
match date field id in listbox's column
-
Xiaowu Zhang authored
-
Jérome Perrin authored
-