[IMP][10.0][document_page_approval] Change Requests and workflow improvements on documents (#155)

This commit is contained in:
Iván Todorovich
2018-04-13 11:38:18 -03:00
committed by Bhavesh Heliconia
parent 463bb6c611
commit afc1bf0423
85 changed files with 17123 additions and 693 deletions

View File

@@ -4,7 +4,7 @@
{
'name': 'Document Page Approval',
'version': '10.0.1.1.0',
'version': '10.0.2.0.0',
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
"website": "http://www.savoirfairelinux.com",
"license": "AGPL-3",
@@ -25,4 +25,6 @@
'images/page_history_list.png',
'images/page_history.png',
],
'post_init_hook': 'post_init_hook',
'uninstall_hook': 'uninstall_hook',
}