Skip to content

Commit 0d04004

Browse files
committedAug 16, 2021
🌈 pre-commit
> Made via .github/workflows/DINAR-PORT.yml
1 parent eeed3bb commit 0d04004

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../pos_qr_scan

‎setup/pos_qr_scan/setup.py

+6
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)
Please sign in to comment.