Browse Source

Set 'web_readonly_bypass' to installable: True

pull/345/head
Frédéric Garbely 8 years ago
parent
commit
4f22d6bd5f
  1. 4
      web_readonly_bypass/__openerp__.py

4
web_readonly_bypass/__openerp__.py

@ -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,
}
Loading…
Cancel
Save