Skip to content

Commit

Permalink
[IMP] pos_event_sale: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
BT-cserra authored and BT-dmoreno committed Jul 4, 2023
1 parent efd0b57 commit 84d65f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pos_event_sale/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/pos",
"category": "Marketing",
"version": "15.0.3.1.0",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"maintainers": ["ivantodorovich"],
"depends": ["event_sale", "point_of_sale"],
Expand Down
1 change: 1 addition & 0 deletions setup/pos_event_sale/odoo/addons/pos_event_sale
6 changes: 6 additions & 0 deletions setup/pos_event_sale/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit 84d65f2

Please sign in to comment.