diff --git a/README.md b/README.md index ab4f8cdd17..fc5f995b1e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [pos_access_right](pos_access_right/) | 14.0.1.0.2 | | Point of Sale - Extra Access Right for certain actions [pos_backend_communication](pos_backend_communication/) | 14.0.1.0.1 | [![hparfr](https://github.com/hparfr.png?size=30px)](https://github.com/hparfr) | Communicate with odoo's backend from POS. -[pos_cash_move_reason](pos_cash_move_reason/) | 14.0.1.1.1 | | POS cash in-out reason +[pos_cash_move_reason](pos_cash_move_reason/) | 14.0.1.1.2 | | POS cash in-out reason [pos_customer_display](pos_customer_display/) | 14.0.1.1.0 | | Manage LED Customer Display device from POS front end [pos_customer_required](pos_customer_required/) | 14.0.1.0.0 | | Point of Sale Require Customer [pos_customer_tree_view_vat](pos_customer_tree_view_vat/) | 14.0.1.0.1 | [![mileo](https://github.com/mileo.png?size=30px)](https://github.com/mileo) | Point of Sale: Show VAT number at Customer Tree View @@ -35,7 +35,7 @@ addon | version | maintainers | summary [pos_fixed_discount](pos_fixed_discount/) | 14.0.1.0.2 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Allow to apply discounts with fixed amount [pos_global_discount_in_line](pos_global_discount_in_line/) | 14.0.1.0.0 | | Order discount in line instead of discount product [pos_hide_banknote_button](pos_hide_banknote_button/) | 14.0.1.0.1 | | Hide useless Banknote buttons in the PoS (+10, +20, +50) -[pos_margin](pos_margin/) | 14.0.1.0.3 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Margin on PoS Order +[pos_margin](pos_margin/) | 14.0.1.0.4 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Margin on PoS Order [pos_no_cash_bank_statement](pos_no_cash_bank_statement/) | 14.0.1.0.3 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Generate bank statements for all payment methods, not only cash [pos_order_mgmt](pos_order_mgmt/) | 14.0.1.0.1 | | Manage old POS Orders from the frontend [pos_order_product_search](pos_order_product_search/) | 14.0.1.0.0 | | Search for orders by product fields @@ -44,7 +44,7 @@ addon | version | maintainers | summary [pos_order_to_sale_order](pos_order_to_sale_order/) | 14.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/) | 14.0.1.0.2 | [![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/) | 14.0.1.0.1 | [![robyf70](https://github.com/robyf70.png?size=30px)](https://github.com/robyf70) | POS Support of partner firstname -[pos_payment_change](pos_payment_change/) | 14.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Allow cashier to change order payments, as long as the session is not closed. +[pos_payment_change](pos_payment_change/) | 14.0.1.0.3 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Allow cashier to change order payments, as long as the session is not closed. [pos_payment_method_cashdro](pos_payment_method_cashdro/) | 14.0.1.0.1 | | Allows to pay with CashDro Terminals on the Point of Sale [pos_payment_terminal](pos_payment_terminal/) | 14.0.2.1.0 | | Point of sale: support generic payment terminal [pos_pricelist_show_discount](pos_pricelist_show_discount/) | 14.0.1.0.5 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) | PoS: show appropriate discount when discounting from pricelist diff --git a/pos_cash_move_reason/README.rst b/pos_cash_move_reason/README.rst index 0d67015fa4..bfec6e3d26 100644 --- a/pos_cash_move_reason/README.rst +++ b/pos_cash_move_reason/README.rst @@ -7,7 +7,7 @@ POS cash in-out reason !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ccc160953a5d02e15defc27aa8b0849ce52c58d6d73994624836f19d7d47bb87 + !! source digest: sha256:98982b3632bb485912f1e4d56874e37e3379f05320d1da91da5aeb6f19ee02d4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pos_cash_move_reason/__manifest__.py b/pos_cash_move_reason/__manifest__.py index 7e2bcbc570..5ad7c9bae1 100644 --- a/pos_cash_move_reason/__manifest__.py +++ b/pos_cash_move_reason/__manifest__.py @@ -6,7 +6,7 @@ "author": "ACSONE SA/NV," "GRAP," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/pos", "category": "Point Of sale", - "version": "14.0.1.1.1", + "version": "14.0.1.1.2", "license": "AGPL-3", "depends": ["point_of_sale"], "data": [ diff --git a/pos_cash_move_reason/static/description/index.html b/pos_cash_move_reason/static/description/index.html index eedca23865..2021211e49 100644 --- a/pos_cash_move_reason/static/description/index.html +++ b/pos_cash_move_reason/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

POS cash in-out reason

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

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

This module allow to define some reasons for the functionality of diff --git a/pos_margin/README.rst b/pos_margin/README.rst index 69c641222f..07ab1cf3d7 100644 --- a/pos_margin/README.rst +++ b/pos_margin/README.rst @@ -7,7 +7,7 @@ PoS Order Margin !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:415773699af2f394ecdfdb41f316f509800b962a5a6ecd55e65f15c91d023bbb + !! source digest: sha256:0c150687b9aea455e1f15708df7f7838729f5d25daa68f87104a537701d35804 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pos_margin/__manifest__.py b/pos_margin/__manifest__.py index 9049a983c6..0708efa43a 100644 --- a/pos_margin/__manifest__.py +++ b/pos_margin/__manifest__.py @@ -5,7 +5,7 @@ { "name": "PoS Order Margin", "summary": "Margin on PoS Order", - "version": "14.0.1.0.3", + "version": "14.0.1.0.4", "category": "Point Of Sale", "author": "GRAP, Odoo Community Association (OCA)", "maintainers": ["legalsylvain"], diff --git a/pos_margin/static/description/index.html b/pos_margin/static/description/index.html index 4ee28c7c71..cc765faba0 100644 --- a/pos_margin/static/description/index.html +++ b/pos_margin/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

PoS Order Margin

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:415773699af2f394ecdfdb41f316f509800b962a5a6ecd55e65f15c91d023bbb +!! source digest: sha256:0c150687b9aea455e1f15708df7f7838729f5d25daa68f87104a537701d35804 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the functionality of point of sale to support margin on diff --git a/pos_payment_change/README.rst b/pos_payment_change/README.rst index 33a00ba26c..b02a249b14 100644 --- a/pos_payment_change/README.rst +++ b/pos_payment_change/README.rst @@ -7,7 +7,7 @@ Point Of Sale - Change Payments !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:208fe8e1c7c636b254a866d837d59498efa99128f1d558a51d601150b741eaaa + !! source digest: sha256:6f1462f67df774d51a30919678de62e275d7e3561144dde4841a3cc6893f9cf7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pos_payment_change/__manifest__.py b/pos_payment_change/__manifest__.py index 33c539c4ee..c9f75d7fd9 100644 --- a/pos_payment_change/__manifest__.py +++ b/pos_payment_change/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Point Of Sale - Change Payments", - "version": "14.0.1.0.2", + "version": "14.0.1.0.3", "summary": "Allow cashier to change order payments, as long as" " the session is not closed.", "category": "Point Of Sale", diff --git a/pos_payment_change/static/description/index.html b/pos_payment_change/static/description/index.html index dfbc926a51..0b0f5384e0 100644 --- a/pos_payment_change/static/description/index.html +++ b/pos_payment_change/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Point Of Sale - Change Payments

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:208fe8e1c7c636b254a866d837d59498efa99128f1d558a51d601150b741eaaa +!! source digest: sha256:6f1462f67df774d51a30919678de62e275d7e3561144dde4841a3cc6893f9cf7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the functionnality of the Odoo Point of Sale to