Browse Source

[FIX] Attribute OpenERP SA for the backported code

pull/78/head
Stefan Rijnhart 11 years ago
parent
commit
dc31a985a7
  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
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": [

5
view_groups_id/model/ir_ui_view.py

@ -3,6 +3,11 @@
#
# OpenERP, Open Source Management Solution
# 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
#
# This program is free software: you can redistribute it and/or modify

Loading…
Cancel
Save