From 8512cf6f647ba608d0451ed3b11c5f96447e6416 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 3 Nov 2024 14:14:39 +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 17091ae3fb..aa5030e278 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ addon | version | maintainers | summary [pos_session_pay_invoice](pos_session_pay_invoice/) | 16.0.1.0.0 | | Pay and receive invoices from PoS Session [pos_stock_available_online](pos_stock_available_online/) | 16.0.1.0.3 | | Show the available quantity of products in the Point of Sale [pos_supplierinfo_search](pos_supplierinfo_search/) | 16.0.1.0.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Search products by supplier data +[pos_ticket_extra_company_info_l10n_fr](pos_ticket_extra_company_info_l10n_fr/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Add siret company infos on the ticket [pos_timeout](pos_timeout/) | 16.0.1.0.0 | | Set the timeout of the point of sale [pos_to_weight_by_product_uom](pos_to_weight_by_product_uom/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Make 'To Weight' default value depending on product UoM settings diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 8e6f1384ac..3d98465437 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241103.0 \ No newline at end of file +16.0.20241103.1 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index b4e78d5433..18361b1333 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -68,6 +68,7 @@ 'odoo-addon-pos_session_pay_invoice>=16.0dev,<16.1dev', 'odoo-addon-pos_stock_available_online>=16.0dev,<16.1dev', 'odoo-addon-pos_supplierinfo_search>=16.0dev,<16.1dev', + 'odoo-addon-pos_ticket_extra_company_info_l10n_fr>=16.0dev,<16.1dev', 'odoo-addon-pos_timeout>=16.0dev,<16.1dev', 'odoo-addon-pos_to_weight_by_product_uom>=16.0dev,<16.1dev', ],