Skip to content

Commit e440581

Browse files
committed
[MIG] security_rule_not_editable: Migration to 16.0
1 parent eafb6a0 commit e440581

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

security_rule_not_editable/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Security Rule not editable",
77
"summary": "Forbid editing rule form UI force using code",
8-
"version": "16.0.1.0.0",
8+
"version": "14.0.1.0.0",
99
"category": "Base",
1010
"website": "https://github.com/akretion/ak-odoo-incubator",
1111
"author": " Akretion",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../security_rule_not_editable
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)

0 commit comments

Comments
 (0)