[MIG] document_page_approval: Migration to 11.0

This commit is contained in:
Gabriela Mogollon
2018-06-14 20:09:23 +00:00
committed by Bhavesh Heliconia
parent afc1bf0423
commit ffb2adb712
82 changed files with 2251 additions and 741 deletions

View File

@@ -1,10 +1,9 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2013 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Document Page Approval',
'version': '10.0.2.0.0',
'version': '11.0.1.0.0',
"author": "Savoir-faire Linux, Odoo Community Association (OCA)",
"website": "http://www.savoirfairelinux.com",
"license": "AGPL-3",
@@ -15,7 +14,6 @@
],
'data': [
'data/email_template.xml',
'workflows/document_page_approval.xml',
'views/document_page_approval.xml',
'security/document_page_security.xml',
'security/ir.model.access.csv',
@@ -27,4 +25,5 @@
],
'post_init_hook': 'post_init_hook',
'uninstall_hook': 'uninstall_hook',
'installable': True,
}