Browse Source

[FIX] OpenERP does not recognize license name at module list update, Author name to prevent scattering of apps site counts per contributor

pull/2/head
Stefan Rijnhart 12 years ago
committed by Guewen Baconnier
parent
commit
0cb63943a3
  1. 4
      web_hide_buttons/__openerp__.py

4
web_hide_buttons/__openerp__.py

@ -29,9 +29,9 @@ To hide both buttons add the following element to the xml for the
ir.actions.act_window:
<field name="context">{'nodelete': '1', 'nocreate': '1'}</field>
''',
'author': 'Therp B.V.',
'author': 'Therp BV',
'website': 'http://www.therp.nl',
'license': 'AGPLv3',
'license': 'AGPL-3',
'depends': [
'web',
],

Loading…
Cancel
Save