diff --git a/view_groups_id/__openerp__.py b/view_groups_id/__openerp__.py index e83a01076..0ebec9eca 100644 --- a/view_groups_id/__openerp__.py +++ b/view_groups_id/__openerp__.py @@ -34,7 +34,7 @@ Using it for 6.1 modules instead of fields_view_get hacks and the like also lowers the effort it takes to port the module in question to 7.0 """, - 'author': 'Therp BV', + 'author': ['Therp BV', 'OpenERP SA'], 'website': 'http://www.therp.nl', "category": "Dependency", "depends": [ diff --git a/view_groups_id/model/ir_ui_view.py b/view_groups_id/model/ir_ui_view.py index 619dc2a82..3121c9e6f 100644 --- a/view_groups_id/model/ir_ui_view.py +++ b/view_groups_id/model/ir_ui_view.py @@ -3,6 +3,11 @@ # # OpenERP, Open Source Management Solution # This module copyright (C) 2013 Therp BV () +# +# Code snippets from openobject-server 7.0 +# (C) 2004-2012 OpenERP S.A. () +# +# # All Rights Reserved # # This program is free software: you can redistribute it and/or modify