diff --git a/README.md b/README.md index dcd8613900e..0060beceed3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ account-invoicing [//]: # (addons) -This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools. +Available addons +---------------- +addon | version | maintainers | summary +--- | --- | --- | --- +[account_invoice_refund_link](account_invoice_refund_link/) | 18.0.1.0.0 | | Show links between refunds and their originator invoices. [//]: # (end addons) diff --git a/account_invoice_refund_link/README.rst b/account_invoice_refund_link/README.rst index 82036dc2531..26ba3812ecb 100644 --- a/account_invoice_refund_link/README.rst +++ b/account_invoice_refund_link/README.rst @@ -7,7 +7,7 @@ Show links between refunds and their originator invoices. !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5d055f37667a6cc4449aec9c2cc26de10d3e618472f848eb4afad47f8747f421 + !! source digest: sha256:5cbeca6c23fdbf97a2768976c726b3af78de3ed6c15f4d7e7cd2a977ceec7b86 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png @@ -74,25 +74,25 @@ Authors Contributors ------------ -- Pexego Sistemas Informáticos. (http://pexego.es) +- Pexego Sistemas Informáticos. (http://pexego.es) -- Nikul Chaudhary +- Nikul Chaudhary -- `Tecnativa `__: +- `Tecnativa `__: - - Pedro M. Baeza - - Antonio Espinosa - - Luis M. Ontalba - - Ernesto Tejeda - - João Marques + - Pedro M. Baeza + - Antonio Espinosa + - Luis M. Ontalba + - Ernesto Tejeda + - João Marques -- `Factor Libre `__: +- `Factor Libre `__: - - Luis J. Salvatierra + - Luis J. Salvatierra -- `APSL-Nagarro `__: +- `APSL-Nagarro `__: - - Antoni Marroig + - Antoni Marroig Maintainers ----------- diff --git a/account_invoice_refund_link/static/description/index.html b/account_invoice_refund_link/static/description/index.html index 805d957dc61..cc9e36429d0 100644 --- a/account_invoice_refund_link/static/description/index.html +++ b/account_invoice_refund_link/static/description/index.html @@ -367,7 +367,7 @@

Show links between refunds and their originator invoices.

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

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

This module shows the links between refunds and their original invoices diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml new file mode 100644 index 00000000000..67883df19e0 --- /dev/null +++ b/setup/_metapackage/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "odoo-addons-oca-account-invoicing" +version = "18.0.20241126.0" +dependencies = [ + "odoo-addon-account_invoice_refund_link==18.0.*", +] +classifiers=[ + "Programming Language :: Python", + "Framework :: Odoo", + "Framework :: Odoo :: 18.0", +]