diff --git a/document_page_approval/__openerp__.py b/document_page_approval/__openerp__.py index 6712b13a..adb67331 100644 --- a/document_page_approval/__openerp__.py +++ b/document_page_approval/__openerp__.py @@ -45,13 +45,13 @@ Scenario 'depends': [ 'document_page', 'email_template', - ], + ], 'data': [ 'document_page_wkfl.xml', 'document_page_view.xml', 'security/document_page_security.xml', 'security/ir.model.access.csv', - ], + ], 'installable': True, 'auto_install': False, 'images': [ diff --git a/document_page_approval/document_page_approval.py b/document_page_approval/document_page_approval.py index 5bc78b9e..82d4886b 100644 --- a/document_page_approval/document_page_approval.py +++ b/document_page_approval/document_page_approval.py @@ -145,7 +145,7 @@ class document_page_history_wkfl(orm.Model): type='text', store=False), 'get_page_url': fields.function(get_page_url, string="URL", type='text', store=False), - } + } class document_page_approval(orm.Model): diff --git a/document_page_multi_company/__openerp__.py b/document_page_multi_company/__openerp__.py index 3dd0017b..ba4cc5ac 100644 --- a/document_page_multi_company/__openerp__.py +++ b/document_page_multi_company/__openerp__.py @@ -31,11 +31,11 @@ This module adds a company field to document page and the multi-company rule. """, 'depends': [ 'document_page', - ], + ], 'data': [ 'security/document_page_security.xml', 'document_page_multi_company_view.xml', - ], + ], 'installable': True, 'auto_install': False, 'images': [], diff --git a/document_url/model/document_url.py b/document_url/model/document_url.py index c33cc21e..c68f80b1 100644 --- a/document_url/model/document_url.py +++ b/document_url/model/document_url.py @@ -55,4 +55,4 @@ class AddUrlWizard(orm.TransientModel): 'res_model': context['active_model'], } attachment_obj.create(cr, uid, attachment, context=context) - return {'type': 'ir.actions.act_close_wizard_and_reload_view'} + return {'type': 'ir.actions.act_close_wizard_and_reload_view'}