diff --git a/README.md b/README.md index 6bc05617788..0f645f071d7 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ addon | version | maintainers | summary [product_packaging_level](product_packaging_level/) | 16.0.1.2.0 | | This module binds a product packaging to a packaging level [product_packaging_level_purchasable](product_packaging_level_purchasable/) | 16.0.1.1.0 | | Control purchase of products via packaging settings. [product_packaging_level_salable](product_packaging_level_salable/) | 16.0.1.0.0 | | Product Packaging level salable +[product_pricelist_alternative](product_pricelist_alternative/) | 16.0.1.0.0 | | Calculate product price based on alternative pricelists [product_pricelist_direct_print](product_pricelist_direct_print/) | 16.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Print price list from menu option, product templates, products variants or price lists [product_pricelist_direct_print_company_group](product_pricelist_direct_print_company_group/) | 16.0.1.0.0 | | Print Pricelist items using the company group model [product_pricelist_direct_print_website_sale](product_pricelist_direct_print_website_sale/) | 16.0.1.0.0 | [![CarlosRoca13](https://github.com/CarlosRoca13.png?size=30px)](https://github.com/CarlosRoca13) | Extend Product Pricelist Direct Print for filter by public categories diff --git a/product_pricelist_alternative/static/description/icon.png b/product_pricelist_alternative/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/product_pricelist_alternative/static/description/icon.png differ diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 04675496056..49d08a1bb4e 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240311.4 \ No newline at end of file +16.0.20240328.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index b826e7914b1..9d24f87ee96 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -38,6 +38,7 @@ 'odoo-addon-product_packaging_level>=16.0dev,<16.1dev', 'odoo-addon-product_packaging_level_purchasable>=16.0dev,<16.1dev', 'odoo-addon-product_packaging_level_salable>=16.0dev,<16.1dev', + 'odoo-addon-product_pricelist_alternative>=16.0dev,<16.1dev', 'odoo-addon-product_pricelist_direct_print>=16.0dev,<16.1dev', 'odoo-addon-product_pricelist_direct_print_company_group>=16.0dev,<16.1dev', 'odoo-addon-product_pricelist_direct_print_website_sale>=16.0dev,<16.1dev',