Commit Graph

8 Commits

Author SHA1 Message Date
Víctor Martínez
b2ff4a1fc3 [FIX] document_page_approval: Delete diff in email_template to prevent errors in some cases.
If we added image in base64 inside content:
<img src="data:image/png;base64,xxxxxx" />
when Odoo try to render message and send try to create ir.attachment with type=content (it's not possible).
2021-04-15 08:08:49 +02:00
Víctor Martínez
27aedc8d76 [FIX] document_page_approval: Add no-update=1 in xml data 2020-11-20 08:15:58 +01:00
flachica
7c83458f75 [IMP] document_page_approval: black, isort 2020-07-15 13:00:27 +02:00
Iván Todorovich
0bdd813bde [IMP][10.0][document_page_approval] Change Requests and workflow improvements on documents (#155) 2020-07-15 13:00:27 +02:00
Leonardo Donelli
49f3623ee2 [MIG] document_page_approval: Migration to 10.0 2020-07-15 13:00:27 +02:00
Gervais Naoussi
f8fe1dd854 [MIG] document_page_approval: Migration to 9.0
* Lint error corrected
* test improved
* lint error corrected in test file
* readme corrected
* test improved
* test of document page history workflow added
* CI error corrected
* dreipst comment
* Migration to new api improved in model's file and data tag remove in xml file
* code totally migrate to odoo 9.0 api
* test bug fixed
* test error fixed
* Lint error improved
2020-07-15 13:00:27 +02:00
Glen Sojo
e71976af58 [IMP] - Changed string from email template.
[IMP] - Improved views to match document_page improvements.
[IMP] - Added notification to followers when a new version is approved.
[ADD] - Updated document_page_approval pot and added es translations.
[IMP] - document_page_approval: Updated spanish translation.
2020-07-15 13:00:27 +02:00
Giorgio Borelli
b41dc6bea6 start porting
fix act_draft and minor ui fix

remove unused variables

change order of xml data files
2020-07-15 13:00:27 +02:00