mirror of https://github.com/OCA/web.git
[FIX] Author name to prevent scattering of apps site counts per contributor
parent
f4ad91fcca
commit
f7de5bbcb2
|
@ -29,7 +29,7 @@ To hide both buttons add the following element to the xml for the
|
||||||
ir.actions.act_window:
|
ir.actions.act_window:
|
||||||
<field name="context">{'nodelete': '1', 'nocreate': '1'}</field>
|
<field name="context">{'nodelete': '1', 'nocreate': '1'}</field>
|
||||||
''',
|
''',
|
||||||
'author': 'Therp B.V.',
|
'author': 'Therp BV',
|
||||||
'website': 'http://www.therp.nl',
|
'website': 'http://www.therp.nl',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'depends': [
|
'depends': [
|
||||||
|
|
Loading…
Reference in New Issue