diff --git a/README.md b/README.md index 12f924d8a2a..aa8f50f00b5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ addon | version | maintainers | summary [account_invoice_pricelist_sale](account_invoice_pricelist_sale/) | 14.0.1.0.0 | | Module to fill pricelist from sales order in invoice. [account_invoice_refund_line_selection](account_invoice_refund_line_selection/) | 14.0.1.0.3 | | This module allows the user to refund specific lines in a invoice [account_invoice_refund_link](account_invoice_refund_link/) | 14.0.1.0.5 | | Show links between refunds and their originator invoices -[account_invoice_refund_reason](account_invoice_refund_reason/) | 14.0.1.1.0 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Account Invoice Refund Reason. +[account_invoice_refund_reason](account_invoice_refund_reason/) | 14.0.1.1.1 | [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Account Invoice Refund Reason. [account_invoice_refund_reason_skip_anglo_saxon](account_invoice_refund_reason_skip_anglo_saxon/) | 14.0.1.0.0 | [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Account Invoice Refund Reason. [account_invoice_refund_reinvoice](account_invoice_refund_reinvoice/) | 14.0.1.0.0 | | Allow to Reinvoice a Refund [account_invoice_restrict_linked_so](account_invoice_restrict_linked_so/) | 14.0.1.0.1 | | Restricts editing the Product, Quantity and Unit Price columns for invoice lines that originated in Sales Orders. diff --git a/account_invoice_refund_reason/README.rst b/account_invoice_refund_reason/README.rst index e06d2920421..c4700724213 100644 --- a/account_invoice_refund_reason/README.rst +++ b/account_invoice_refund_reason/README.rst @@ -7,7 +7,7 @@ Account Invoice Refund Reason !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7ee14ee55bb90869b78ff4f16a4883371714c609a19e71f1d0011959834a27a2 + !! source digest: sha256:771aae191921b922de029c5223fdc1ac284d6664f8daf191b8d7e3c93a047554 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_refund_reason/__manifest__.py b/account_invoice_refund_reason/__manifest__.py index 97bc93b251f..2014747381e 100644 --- a/account_invoice_refund_reason/__manifest__.py +++ b/account_invoice_refund_reason/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Account Invoice Refund Reason", - "version": "14.0.1.1.0", + "version": "14.0.1.1.1", "summary": "Account Invoice Refund Reason.", "category": "Accounting", "author": "Open Source Integrators, " diff --git a/account_invoice_refund_reason/static/description/index.html b/account_invoice_refund_reason/static/description/index.html index 44b63a512a6..8dc7cd126f0 100644 --- a/account_invoice_refund_reason/static/description/index.html +++ b/account_invoice_refund_reason/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Account Invoice Refund Reason

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7ee14ee55bb90869b78ff4f16a4883371714c609a19e71f1d0011959834a27a2 +!! source digest: sha256:771aae191921b922de029c5223fdc1ac284d6664f8daf191b8d7e3c93a047554 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows you to define a list of reasons to create a credit note from @@ -437,7 +437,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.