From 98ab8e9c457f29446fef785821cb70ca5cb2468c Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 13 Mar 2024 09:37:35 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + setup/_metapackage/VERSION.txt | 2 +- setup/_metapackage/setup.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afc6a42cb..fc85df8fe 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[account_move_line_mrp_info](account_move_line_mrp_info/) | 15.0.1.0.0 | | Account Move Line Mrp Info [mrp_account_analytic](mrp_account_analytic/) | 15.0.1.0.2 | [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) | Consuming raw materials and operations generated Analytic Items [mrp_account_bom_attribute_match](mrp_account_bom_attribute_match/) | 15.0.1.1.1 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Glue module between `mrp_account` and `mrp_bom_attribute_match` [mrp_bom_attribute_match](mrp_bom_attribute_match/) | 15.0.1.1.1 | | Dynamic BOM component based on product attribute diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 77f109e34..b1ab85596 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20231228.0 \ No newline at end of file +15.0.20240313.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index e3b22e0e6..ba9464040 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ setuptools.setup( description="Meta package for oca-manufacture Odoo addons", version=version, install_requires=[ + 'odoo-addon-account_move_line_mrp_info>=15.0dev,<15.1dev', 'odoo-addon-mrp_account_analytic>=15.0dev,<15.1dev', 'odoo-addon-mrp_account_bom_attribute_match>=15.0dev,<15.1dev', 'odoo-addon-mrp_bom_attribute_match>=15.0dev,<15.1dev',