From dc31a985a7fe2fc2dc728660be6d0d72879640fb Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Sat, 22 Jun 2013 10:53:54 +0200 Subject: [PATCH] [FIX] Attribute OpenERP SA for the backported code --- view_groups_id/__openerp__.py | 2 +- view_groups_id/model/ir_ui_view.py | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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