Browse Source

[FIX] OpenERP does not recognize license name at module list update

pull/2/head
Stefan Rijnhart 11 years ago
parent
commit
f4ad91fcca
  1. 2
      web_hide_buttons/__openerp__.py

2
web_hide_buttons/__openerp__.py

@ -31,7 +31,7 @@ ir.actions.act_window:
''',
'author': 'Therp B.V.',
'website': 'http://www.therp.nl',
'license': 'AGPLv3',
'license': 'AGPL-3',
'depends': [
'web',
],

Loading…
Cancel
Save