Merge pull request #345 from BT-fgarbely/9.0_fgarbely_web_dev

Set 'web_readonly_bypass' to installable: True
pull/355/head
Pedro M. Baeza 2016-04-29 11:39:04 +02:00
commit 54e203d2ec
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
##############################################################################
{
'name': 'Read Only ByPass',
'version': '8.0.1.0.0',
'version': '9.0.1.0.0',
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"maintainer": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "http://www.acsone.eu",
@ -36,6 +36,6 @@
'data': [
'views/readonly_bypass.xml',
],
'installable': False,
'installable': True,
'auto_install': False,
}