diff --git a/README.md b/README.md index da40102a0b9b..accee494b770 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ addon | version | maintainers | summary [account_invoice_merge](account_invoice_merge/) | 16.0.1.0.1 | | Merge invoices in draft [account_invoice_payment_retention](account_invoice_payment_retention/) | 16.0.1.0.0 | | Account Invoice Payment Retention [account_invoice_payment_term_date_due](account_invoice_payment_term_date_due/) | 16.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Display invoices date due when using payment terms -[account_invoice_pricelist](account_invoice_pricelist/) | 16.0.1.0.2 | | Add partner pricelist on invoices +[account_invoice_pricelist](account_invoice_pricelist/) | 16.0.1.0.3 | | Add partner pricelist on invoices [account_invoice_pricelist_sale](account_invoice_pricelist_sale/) | 16.0.1.0.0 | | Module to fill pricelist from sales order in invoice. [account_invoice_recipient_bank_currency](account_invoice_recipient_bank_currency/) | 16.0.1.0.0 | | Module to fill recipient bank from invoices by using the invoice's currency. [account_invoice_refund_code](account_invoice_refund_code/) | 16.0.1.0.0 | | This module allows to have specific refund codes. diff --git a/account_invoice_pricelist/README.rst b/account_invoice_pricelist/README.rst index 2f4d0b04214f..8dcff39a78ee 100644 --- a/account_invoice_pricelist/README.rst +++ b/account_invoice_pricelist/README.rst @@ -7,7 +7,7 @@ Account - Pricelist on Invoices !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c5f25c15da91382d824a6dc86000edd7aeacc615a6dbd728bee31834e852ffda + !! source digest: sha256:8159692baa704d561c8469337aba76671c46884512f945abad54497c1b6b2a3e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_invoice_pricelist/__manifest__.py b/account_invoice_pricelist/__manifest__.py index 86a60c4cef91..e7f0c0a42c76 100644 --- a/account_invoice_pricelist/__manifest__.py +++ b/account_invoice_pricelist/__manifest__.py @@ -2,7 +2,7 @@ { "name": "Account - Pricelist on Invoices", - "version": "16.0.1.0.2", + "version": "16.0.1.0.3", "summary": "Add partner pricelist on invoices", "category": "Accounting & Finance", "author": "GRAP," "Therp BV," "Tecnativa," "Odoo Community Association (OCA)", diff --git a/account_invoice_pricelist/static/description/index.html b/account_invoice_pricelist/static/description/index.html index c3b2639db71a..8e0ec2c0ab1c 100644 --- a/account_invoice_pricelist/static/description/index.html +++ b/account_invoice_pricelist/static/description/index.html @@ -8,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. @@ -274,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 } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Account - Pricelist on Invoices

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:c5f25c15da91382d824a6dc86000edd7aeacc615a6dbd728bee31834e852ffda +!! source digest: sha256:8159692baa704d561c8469337aba76671c46884512f945abad54497c1b6b2a3e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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