forked from Techsystech/web
Merge pull request #345 from BT-fgarbely/9.0_fgarbely_web_dev
Set 'web_readonly_bypass' to installable: True9.0
commit
54e203d2ec
|
@ -24,7 +24,7 @@
|
||||||
##############################################################################
|
##############################################################################
|
||||||
{
|
{
|
||||||
'name': 'Read Only ByPass',
|
'name': 'Read Only ByPass',
|
||||||
'version': '8.0.1.0.0',
|
'version': '9.0.1.0.0',
|
||||||
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
|
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
|
||||||
"maintainer": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
"maintainer": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
||||||
"website": "http://www.acsone.eu",
|
"website": "http://www.acsone.eu",
|
||||||
|
@ -36,6 +36,6 @@
|
||||||
'data': [
|
'data': [
|
||||||
'views/readonly_bypass.xml',
|
'views/readonly_bypass.xml',
|
||||||
],
|
],
|
||||||
'installable': False,
|
'installable': True,
|
||||||
'auto_install': False,
|
'auto_install': False,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue