diff --git a/README.md b/README.md index 5415aa9b077..83eba7c82ea 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[account_global_discount](account_global_discount/) | 17.0.1.0.0 | | Account Global Discount [account_invoice_block_payment](account_invoice_block_payment/) | 17.0.1.0.0 | | Module to block payment of invoices [account_invoice_blocking](account_invoice_blocking/) | 17.0.1.0.1 | | Set a blocking (No Follow-up) flag on invoices [account_invoice_crm_tag](account_invoice_crm_tag/) | 17.0.1.0.0 | | Account Invoice CRM Tag diff --git a/account_global_discount/README.rst b/account_global_discount/README.rst index ea648dfabf2..8a75a930fc5 100644 --- a/account_global_discount/README.rst +++ b/account_global_discount/README.rst @@ -7,7 +7,7 @@ Account Global Discount !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2ca255fdd44114cd7497a3f2adf9e073832d649ae20b802c09d6ac7dc415050e + !! source digest: sha256:4ebbe1c3c30387be8b66187fde47b8448cd87a193c6e8a254b968c365bffed0a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -76,13 +76,12 @@ To use this module, you need to: Known issues / Roadmap ====================== -- Not all the taxes combination can be compatible with global - discounts, as the generated journal items won't be correct for taxes - declarations. An error is raised in that cases. -- Currently, taxes in invoice lines are mandatory with global - discounts. -- No tax tags are populated for the global discount move lines, only - tax_ids. +- Not all the taxes combination can be compatible with global discounts, + as the generated journal items won't be correct for taxes + declarations. An error is raised in that cases. +- Currently, taxes in invoice lines are mandatory with global discounts. +- No tax tags are populated for the global discount move lines, only + tax_ids. Bug Tracker =========== @@ -105,16 +104,20 @@ Authors Contributors ------------ -- `Tecnativa `__ +- `Tecnativa `__ - - Pedro M. Baeza - - David Vidal - - Carlos Dauden - - Rafael Blasco - - Ernesto Tejeda - - Víctor Martínez + - Pedro M. Baeza + - David Vidal + - Carlos Dauden + - Rafael Blasco + - Ernesto Tejeda + - Víctor Martínez -- Omar Castiñeira +- Omar Castiñeira + +- `Studio73 `__ + + - Miguel Gandia Maintainers ----------- diff --git a/account_global_discount/static/description/index.html b/account_global_discount/static/description/index.html index 43ed5a7a419..c9ffbdfee0f 100644 --- a/account_global_discount/static/description/index.html +++ b/account_global_discount/static/description/index.html @@ -367,7 +367,7 @@

Account Global Discount

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:2ca255fdd44114cd7497a3f2adf9e073832d649ae20b802c09d6ac7dc415050e +!! source digest: sha256:4ebbe1c3c30387be8b66187fde47b8448cd87a193c6e8a254b968c365bffed0a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Apply global discounts to invoices

@@ -427,11 +427,10 @@

Usage

Known issues / Roadmap

    -
  • Not all the taxes combination can be compatible with global -discounts, as the generated journal items won’t be correct for taxes +
  • Not all the taxes combination can be compatible with global discounts, +as the generated journal items won’t be correct for taxes declarations. An error is raised in that cases.
  • -
  • Currently, taxes in invoice lines are mandatory with global -discounts.
  • +
  • Currently, taxes in invoice lines are mandatory with global discounts.
  • No tax tags are populated for the global discount move lines, only tax_ids.
@@ -465,6 +464,10 @@

Contributors

  • Omar Castiñeira <omar@comunitea.com>
  • +
  • Studio73
      +
    • Miguel Gandia
    • +
    +
  • diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 7d1f362a184..82c3e5f608b 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-account-invoicing" -version = "17.0.20250129.0" +version = "17.0.20250204.0" dependencies = [ + "odoo-addon-account_global_discount>=17.0dev,<17.1dev", "odoo-addon-account_invoice_block_payment>=17.0dev,<17.1dev", "odoo-addon-account_invoice_blocking>=17.0dev,<17.1dev", "odoo-addon-account_invoice_crm_tag>=17.0dev,<17.1dev",