diff --git a/README.md b/README.md index 49495da48a60..57e9392c55df 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ addon | version | maintainers | summary [stock_available_immediately_exclude_location](stock_available_immediately_exclude_location/) | 14.0.1.0.1 | | Exclude locations from immediately usable quantity [stock_available_mrp](stock_available_mrp/) | 14.0.1.0.6 | | Consider the production potential is available to promise [stock_available_portal](stock_available_portal/) | 14.0.1.0.0 | [![geomer198](https://github.com/geomer198.png?size=30px)](https://github.com/geomer198) [![CetmixGitDrone](https://github.com/CetmixGitDrone.png?size=30px)](https://github.com/CetmixGitDrone) | Show product quantity available to promise in portal +[stock_available_stock_mts_mto_rule](stock_available_stock_mts_mto_rule/) | 14.0.1.0.0 | | Stock Avaiable Stock Mts Mto Rule [stock_available_unreserved](stock_available_unreserved/) | 14.0.1.2.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Quantity of stock available for immediate use [stock_change_qty_reason](stock_change_qty_reason/) | 14.0.1.0.2 | | Stock Quantity Change Reason [stock_cycle_count](stock_cycle_count/) | 14.0.1.4.3 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds the capability to schedule cycle counts in a warehouse through different rules defined by the user. diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 7d4e11a3af31..fc4c75f7da6d 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240918.0 \ No newline at end of file +14.0.20241007.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 33ff9f0fb4b0..d06b589916e6 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -24,6 +24,7 @@ 'odoo14-addon-stock_available_immediately_exclude_location', 'odoo14-addon-stock_available_mrp', 'odoo14-addon-stock_available_portal', + 'odoo14-addon-stock_available_stock_mts_mto_rule', 'odoo14-addon-stock_available_unreserved', 'odoo14-addon-stock_change_qty_reason', 'odoo14-addon-stock_cycle_count', diff --git a/stock_available_stock_mts_mto_rule/static/description/icon.png b/stock_available_stock_mts_mto_rule/static/description/icon.png new file mode 100644 index 000000000000..3a0328b516c4 Binary files /dev/null and b/stock_available_stock_mts_mto_rule/static/description/icon.png differ