diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 677bb3d..4792348 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20230822.0 \ No newline at end of file +14.0.20231005.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index bdaa91d..3dac272 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -10,6 +10,7 @@ install_requires=[ 'odoo14-addon-ssi_landed_cost', 'odoo14-addon-ssi_mrp_landed_cost', + 'odoo14-addon-ssi_production_lot_qrcode', 'odoo14-addon-ssi_stock', 'odoo14-addon-ssi_stock_account', 'odoo14-addon-ssi_stock_fixed_asset', diff --git a/setup/ssi_production_lot_qrcode/odoo/addons/ssi_production_lot_qrcode b/setup/ssi_production_lot_qrcode/odoo/addons/ssi_production_lot_qrcode new file mode 120000 index 0000000..8af06ba --- /dev/null +++ b/setup/ssi_production_lot_qrcode/odoo/addons/ssi_production_lot_qrcode @@ -0,0 +1 @@ +../../../../ssi_production_lot_qrcode \ No newline at end of file diff --git a/setup/ssi_production_lot_qrcode/setup.py b/setup/ssi_production_lot_qrcode/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/ssi_production_lot_qrcode/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)