diff --git a/README.md b/README.md index fde2552b28e..a63e0d956e5 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ addon | version | maintainers | summary [account_invoice_tax_required](account_invoice_tax_required/) | 14.0.1.0.1 | | This module adds functional a check on invoice to force user to set tax on invoice line. [account_invoice_transmit_method](account_invoice_transmit_method/) | 14.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Configure invoice transmit method (email, post, portal, ...) [account_invoice_tree_currency](account_invoice_tree_currency/) | 14.0.1.0.0 | | Show currencies in the invoice tree view -[account_invoice_triple_discount](account_invoice_triple_discount/) | 14.0.1.1.1 | | Manage triple discount on invoice lines +[account_invoice_triple_discount](account_invoice_triple_discount/) | 14.0.1.1.2 | | Manage triple discount on invoice lines [account_invoice_validation_queued](account_invoice_validation_queued/) | 14.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Enqueue account invoice validation [account_invoice_view_payment](account_invoice_view_payment/) | 14.0.1.0.2 | | Access to the payment from an invoice [account_mail_autosubscribe](account_mail_autosubscribe/) | 14.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Automatically subscribe partners to their company's invoices diff --git a/account_invoice_triple_discount/README.rst b/account_invoice_triple_discount/README.rst index 5a673fd50b7..8ecbb610cbd 100644 --- a/account_invoice_triple_discount/README.rst +++ b/account_invoice_triple_discount/README.rst @@ -7,7 +7,7 @@ Account Invoice Triple Discount !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1627104d264473560f2676b541314ce55aa9fe1a25004c1db70bac46a13ff0c0 + !! source digest: sha256:613d30033d635618b48597876479dceb78f91fe8191d010c88d7f5faa5570974 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_triple_discount/__manifest__.py b/account_invoice_triple_discount/__manifest__.py index c31e8dd41c6..26c165f2986 100644 --- a/account_invoice_triple_discount/__manifest__.py +++ b/account_invoice_triple_discount/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Account Invoice Triple Discount", - "version": "14.0.1.1.1", + "version": "14.0.1.1.2", "category": "Accounting & Finance", "author": "QubiQ, Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-invoicing", diff --git a/account_invoice_triple_discount/static/description/index.html b/account_invoice_triple_discount/static/description/index.html index 699476e9070..72445b46f53 100644 --- a/account_invoice_triple_discount/static/description/index.html +++ b/account_invoice_triple_discount/static/description/index.html @@ -367,7 +367,7 @@

Account Invoice Triple Discount

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:1627104d264473560f2676b541314ce55aa9fe1a25004c1db70bac46a13ff0c0 +!! source digest: sha256:613d30033d635618b48597876479dceb78f91fe8191d010c88d7f5faa5570974 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to have three successive discounts on each invoice line.