Refactor of the workoflow_to_end method to allow to modify in another modules what

happens to the invoices created.
This commit is contained in:
carlosgalvez-nan
2020-01-29 11:21:20 +01:00
parent 5174a64ad6
commit 09516007ad
2 changed files with 12 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ Imports::
Install sale::
>>> config = activate_modules('sale_payment')
>>> config = activate_modules(['party', 'sale_payment'])
Create company::