diff --git a/README.md b/README.md index 7dc4acd83d..dae051a478 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [pos_lot_barcode](pos_lot_barcode/) | 17.0.1.0.2 | | Scan barcode to enter lot/serial numbers [pos_lot_selection](pos_lot_selection/) | 17.0.1.0.1 | | POS Lot Selection +[pos_order_to_sale_order](pos_order_to_sale_order/) | 17.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | PoS Order To Sale Order [pos_partner_birthdate](pos_partner_birthdate/) | 17.0.1.1.0 | [![ecino](https://github.com/ecino.png?size=30px)](https://github.com/ecino) | Adds the birthdate in the customer screen of POS [pos_partner_firstname](pos_partner_firstname/) | 17.0.1.0.1 | [![robyf70](https://github.com/robyf70.png?size=30px)](https://github.com/robyf70) | POS Support of partner firstname [pos_partner_ref](pos_partner_ref/) | 17.0.1.0.0 | [![invitu](https://github.com/invitu.png?size=30px)](https://github.com/invitu) | Adds the partner ref in the customer screen of POS diff --git a/pos_order_to_sale_order/README.rst b/pos_order_to_sale_order/README.rst index 16cb103a59..d08463caf8 100644 --- a/pos_order_to_sale_order/README.rst +++ b/pos_order_to_sale_order/README.rst @@ -7,7 +7,7 @@ PoS Order To Sale Order !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b2a9ab6f859abefbe8336dfd3666fc59661cd7763a3bcbb2f903e4afb77fdf32 + !! source digest: sha256:ec22f8ae4827a2fbe9dd3c9b4b429a10d48a490e33e23d173079251e5e904223 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/pos_order_to_sale_order/static/description/index.html b/pos_order_to_sale_order/static/description/index.html index 57ee76612d..b45fd430ed 100644 --- a/pos_order_to_sale_order/static/description/index.html +++ b/pos_order_to_sale_order/static/description/index.html @@ -367,7 +367,7 @@

PoS Order To Sale Order

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b2a9ab6f859abefbe8336dfd3666fc59661cd7763a3bcbb2f903e4afb77fdf32 +!! source digest: sha256:ec22f8ae4827a2fbe9dd3c9b4b429a10d48a490e33e23d173079251e5e904223 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/pos Translate me on Weblate Try me on Runboat

This module extends the functionality of point of sale to allow sale diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 8bea24a55c..9bbd40b111 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-pos" -version = "17.0.20240918.0" +version = "17.0.20240924.0" dependencies = [ "odoo-addon-pos_lot_barcode>=17.0dev,<17.1dev", "odoo-addon-pos_lot_selection>=17.0dev,<17.1dev", + "odoo-addon-pos_order_to_sale_order>=17.0dev,<17.1dev", "odoo-addon-pos_partner_birthdate>=17.0dev,<17.1dev", "odoo-addon-pos_partner_firstname>=17.0dev,<17.1dev", "odoo-addon-pos_partner_ref>=17.0dev,<17.1dev",