- 19 Feb, 2018 40 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The upgrade of those few bt5 don't need to be launched on activities, specially because this script is manually invoked before the upgrade be launched.
-
Rafael Monnerat authored
On certain scenarios, like the erp5_core has to be initially upgraded in separated transaction.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Else it will drop changes from slapos_jio.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This prevents be redirected to another object when you click on the document.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Only few UI improvements
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This code is present on erp5 repository, and "me" already comes with the request for person, instance and computer, so it is not required to wrapper. Include minimal test to ensure code is consistent.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
getTitle relies on acessors, it would not return "" but the id (revert as it introduce a regression) use a diferent append on generateNewId on the test for this bt5
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Include SlapOSTestCaseMixin on portal_components and update the tests to use it instead directly use SlapOSMixin from SlapOS Product
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Payment State gadget translate the State of Sale Invoice Transaction and the Payment Transaction into a message meaningful to the User. (Unpaied, Waiting for Payment, Pay Now...). Payment State gadget, in case of Payment Required, can include the Link to Pay Now using Payzen API.
-
Rafael Monnerat authored
The code result.portal_type.replace(' ', '_') gives Sale_Invoice Transaction The code result.portal_type.replace(/ /g, '_') gives Sale_Invoice_Transaction
-
Rafael Monnerat authored
-