Browse Source

[FIX] Attribute OpenERP SA for the backported code

pull/78/head
unknown 12 years ago
committed by Holger Brunn
parent
commit
487e4e423d
  1. 2
      view_groups_id/__openerp__.py
  2. 5
      view_groups_id/model/ir_ui_view.py

2
view_groups_id/__openerp__.py

@ -34,7 +34,7 @@
Using it for 6.1 modules instead of fields_view_get hacks and the like 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 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', 'website': 'http://www.therp.nl',
"category": "Dependency", "category": "Dependency",
"depends": [ "depends": [

5
view_groups_id/model/ir_ui_view.py

@ -3,6 +3,11 @@
# #
# OpenERP, Open Source Management Solution # OpenERP, Open Source Management Solution
# This module copyright (C) 2013 Therp BV (<http://therp.nl>) # This module copyright (C) 2013 Therp BV (<http://therp.nl>)
#
# Code snippets from openobject-server 7.0
# (C) 2004-2012 OpenERP S.A. (<http://openerp.com>)
#
#
# All Rights Reserved # All Rights Reserved
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify

Loading…
Cancel
Save