[IMP] stock_available_immediately_exclude_location: pre-commit stuff

This commit is contained in:
Sébastien Alix
2024-08-30 11:39:05 +02:00
parent 610daca22e
commit c48e3bbb29
3 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1 @@
../../../../stock_available_immediately_exclude_location

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

View File

@@ -4,7 +4,7 @@
{ {
"name": "Exclude locations from immediately usable quantity", "name": "Exclude locations from immediately usable quantity",
"version": "16.0.1.0.0", "version": "16.0.1.0.0",
"website": "https://github.com/OCA/stock-logistics-availability", "website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)", "author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"depends": ["stock_available_immediately"], "depends": ["stock_available_immediately"],