mirror of https://github.com/OCA/web.git
Set 'web_readonly_bypass' to installable: True
parent
73146b3002
commit
4f22d6bd5f
|
@ -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…
Reference in New Issue