- 28 Dec, 2020 1 commit
-
-
Georgios Dagkakis authored
And add related field to CredentialUpdate_view
-
- 24 Dec, 2020 1 commit
-
-
Kazuhiko Shiozaki authored
This reverts commit 6430ccc3. because it's redundant with the fact that we can already distinguish different Trade Model Line within the returned function by using .getAmountGeneratorLine() on the first parameter.
-
- 22 Dec, 2020 1 commit
-
-
Arnaud Fontaine authored
-
- 21 Dec, 2020 37 commits
-
-
Jérome Perrin authored
Extend coding style tests to check forms: * [Method Name Is Prefixed With Portal Or Meta Type, Class Or Interface](https://www.erp5.com/documentation/developer/guideline/programming/erp5-Guideline.Programming.Naming.Conventions/#method-name-is-prefixed-with-portal-or-meta-type,-class-or-interface) / [Set Document Form Ids To PortalType_view](https://www.erp5.com/documentation/developer/guideline/module/erp5-Guideline.Module.Creation/#set-document-form-ids-to-portaltype_view) - this was checked for python scripts, but not yet for dialogs * [Form Name Uses Lowercase View After Portal Type](https://www.erp5.com/documentation/developer/guideline/programming/erp5-Guideline.Programming.Naming.Conventions/#form-name-uses-lowercase-view-after-portal-type) * [Dialog Form Name Is Postfixed With Dialog](https://www.erp5.com/documentation/developer/guideline/programming/erp5-Guideline.Programming.Naming.Conventions/#dialog-form-name-is-postfixed-with-dialog) * [Report Name Uses Portal Type Followed By View Report Name And Report](https://www.erp5.com/documentation/developer/guideline/programming/erp5-Guideline.Programming.Naming.Conventions/#report-name-uses-portal-type-followed-by-view-report-name-and-report) * [Place Simulation And Validation Fields At Bottom Of Right Group](https://www.erp5.com/documentation/developer/guideline/module/erp5-Guideline.Module.Creation/#place-simulation-and-validation-fields-at-bottom-of-right-group) * [Use Correct Names For Simulation And Validation Titles](https://www.erp5.com/documentation/developer/guideline/module/erp5-Guideline.Use.Correct.Names.For.Simulation.And.Validation.Titles) and apply minimal fixes to all business templates already running coding style checks. See merge request !1021
-
Nicolas Wavrant authored
-
Jérome Perrin authored
There are too many forms to rename, it will be done later
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Also fix its copy/pasted description
-
Jérome Perrin authored
Since jquery_sheet_editor adds actions to Web Table (which are in dms) it needs to depend on dms for the tests.
-
Jérome Perrin authored
This dialog does not seem to be referenced, the action is probably missing
-
Jérome Perrin authored
-
Jérome Perrin authored
these forms are not dialogs, they are included in reports. Because dialog forms need to follow the X_viewXDialog naming, scheme, make these forms use form_list instead, the result is same.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
not referenced and breaking several guidelines rules
-
Jérome Perrin authored
not used
-
Jérome Perrin authored
-
Jérome Perrin authored
The portal type name is ERP5 Scalability Distribut*or*
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
this was changed in 6560ac6d (erp5_code_mirror: Update to 3.22., 2014-07-23) probably by accident
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
"External Web Page" does not exist and this form is not referenced
-
Jérome Perrin authored
This is required to be able to name forms SmartAssistant_viewSomething
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
and also add a field in left group
-