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

pull/2/head
Stefan Rijnhart 2013-07-12 15:24:44 +02:00
parent 3613800449
commit f4ad91fcca
1 changed files with 1 additions and 1 deletions

View File

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