diff --git a/README.md b/README.md index 963c3bd83..99b954610 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [ddmrp_chatter](ddmrp_chatter/) | 16.0.1.0.0 | | Adds chatter and activities to stock buffers. [ddmrp_history](ddmrp_history/) | 16.0.1.0.2 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Allow to store historical data of DDMRP buffers. [ddmrp_warning](ddmrp_warning/) | 16.0.1.1.0 | [![LoisRForgeFlow](https://github.com/LoisRForgeFlow.png?size=30px)](https://github.com/LoisRForgeFlow) | Adds configuration warnings on stock buffers. +[stock_buffer_sales_analysis](stock_buffer_sales_analysis/) | 16.0.1.0.0 | | Allows to access the Sales Analysis from Stock Buffers [//]: # (end addons) diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index dab59acb1..5f20e9716 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20231023.1 \ No newline at end of file +16.0.20231121.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 4af8bc06a..b4aa6b1f5 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -12,6 +12,7 @@ 'odoo-addon-ddmrp_chatter>=16.0dev,<16.1dev', 'odoo-addon-ddmrp_history>=16.0dev,<16.1dev', 'odoo-addon-ddmrp_warning>=16.0dev,<16.1dev', + 'odoo-addon-stock_buffer_sales_analysis>=16.0dev,<16.1dev', ], classifiers=[ 'Programming Language :: Python',