Skip to content

Commit eeed3bb

Browse files
committed
⬆️1️⃣4️⃣ OCA/odoo-module-migrator
close #1430 > Made via .github/workflows/DINAR-PORT.yml
1 parent 4d86532 commit eeed3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pos_qr_scan/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"summary": """Scans QR codes via device's camera""",
44
"category": "Point of Sale",
55
"images": ["images/main.png"],
6-
"version": "13.0.1.0.2",
6+
"version": "14.0.1.0.2",
77
"application": False,
88
"author": "IT-Projects LLC, KolushovAlexandr",
99
"support": "help@itpp.dev",
@@ -14,5 +14,5 @@
1414
"data": ["views/assets.xml"],
1515
"qweb": ["static/src/xml/templates.xml"],
1616
"auto_install": False,
17-
"installable": False,
17+
"installable": True,
1818
}

0 commit comments

Comments
 (0)