Skip to content

Commit

Permalink
[IMP] stock_change_qty_reason: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Urvisha-OSI authored and paradoxxxzero committed Sep 28, 2023
1 parent a61cedd commit b800781
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions setup/stock_change_qty_reason/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,
)
2 changes: 1 addition & 1 deletion stock_change_qty_reason/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"depends": ["stock"],
"data": [
Expand Down

0 comments on commit b800781

Please sign in to comment.