- 12 Jun, 2020 2 commits
-
-
Kazuhiko Shiozaki authored
this is useful for an intermadiate dialog that does not require submit button but still top 'cancel' link works.
-
Jérome Perrin authored
Fixes test failure: ====================================================================== FAIL: testNamingConvention (testERP5NamingConvention.TestNamingConvention) ---------------------------------------------------------------------- Traceback (most recent call last): File "./parts/erp5/Products/ERP5Type/tests/testERP5NamingConvention.py", line 120, in testNamingConvention self.assertEqual(0, len(final_result_list), "\n".join(final_result_list)) AssertionError: erp5_ui_test/Foo_viewParallelListField : Title of the Form itself : 'Foo_viewParallelListField' is not titlecased
-
- 11 Jun, 2020 5 commits
-
-
Jérome Perrin authored
this report got broken in 2178cbed (pdm: fix pylint messages and enable coding style test, 2020-03-09) there's no "Base" portal type. This report has no test coverage, but the bigger problem is that the graph from this report is not readable.
-
Jérome Perrin authored
here as well we need to have body scripts after body for same reasons as 6b8e263b (monaco_editor: put body before head, 2020-06-01)
-
Arnaud Fontaine authored
This fixes testDynamicClassGeneration failure since the migration of IMovement (e8e5f273) which uncovered this issue.
-
Arnaud Fontaine authored
ZODB Components: pylint: Generate astroid Module AST once for both the Component Module and its versioned Module.
-
Arnaud Fontaine authored
This reverts commit 5b93b30f.
-
- 10 Jun, 2020 1 commit
-
-
Xiaowu Zhang authored
if such error occurs, this listfield show "You selected an item that was not in list" error message when save
-
- 09 Jun, 2020 10 commits
-
-
Xiaowu Zhang authored
See merge request nexedi/erp5!1155
-
Lu Xu authored
-
Jérome Perrin authored
- Add a Post interface so that we can use `Post` as a prefix for skins. - fix pylint messages - enable coding style test See merge request nexedi/erp5!1152
-
Jérome Perrin authored
See merge request nexedi/erp5!1150
-
Jérome Perrin authored
-
Romain Courteaud authored
Display a ParallelList field as a list of sub fields calculated with the hash script. Keep previous HAL properties to keep compatibility for client without the JS implementation.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 08 Jun, 2020 2 commits
-
-
Romain Courteaud authored
-
Arnaud Fontaine authored
This should have no impact on existing code as pylint is ran on a named temporary file anyway but it avoids useless checks for relative imports and thus is slightly faster.
-
- 05 Jun, 2020 10 commits
-
-
Jérome Perrin authored
See merge request nexedi/erp5!1144
-
Jérome Perrin authored
This is something we can do in TALES, it was supported in the old UI, so we keep compatibility in HAL JSON API.
-
Jérome Perrin authored
-
Jérome Perrin authored
adjust tests now that the test component itself is found by catalog.
-
Jérome Perrin authored
-
Arnaud Fontaine authored
* Import Movement Document: + Event + MailMessage + Project + ImmobilisationMovement * Imported by IMovement: + IAccountingMovement + IAmountGenerator + AmountGeneratorMixin + AmountGeneratorLine + IAssetMovement + IProductionMovement * Used by MovementGeneratorMixin: + IMovementGenerator + IMovementList Also, define providesI<INTERFACE_NAME>() on Base class for migrated Interfaces as these needs to be available before bt5 containing the ZODB Component Interfaces are upgraded (see also c86107bf). Otherwise, testUpgradeInstanceWithOldDataFs fails as z_catalog_item_list (newActiveProcess() from upgrader) calls providesIMovement().
-
Arnaud Fontaine authored
This also moves ImmobilisationItem and its interface from erp5_immobilisation to erp5_core as ImmobilisationDelivery import them.
-
Arnaud Fontaine authored
* Discount: Portal Type actually uses Resource Document.
-
Jérome Perrin authored
We were only checking if the defaut charset or default collation were same, but if anything is different in the table options, we should update it. Also add a missing test for updating column comment
-
Jérome Perrin authored
Not a proper tool to search source code, but makes it possible to search for source code in component.
-
- 04 Jun, 2020 1 commit
-
-
Romain Courteaud authored
-
- 03 Jun, 2020 9 commits
-
-
Georgios Dagkakis authored
test_apply_model_filled_computer_batch_mode did not pass batch_mode and was wrongly checking that result is True Test was passing, because without batch_mode Computer_applyComputerModel returns Base_redirect, so the result is indeed evaluated as True. Yet in this case we should expect False, since no changes are applied
-
Łukasz Nowak authored
-
Jérome Perrin authored
this is required for stock browser to work in ERP5JS with Component portal type
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
and make it possible to create the test delivery using a component as resource
-
Jérome Perrin authored
-
Jérome Perrin authored
-