Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Jan 23, 2025
1 parent 63fb4ca commit f328c90
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ addon | version | maintainers | summary
[account_invoice_crm_tag](account_invoice_crm_tag/) | 16.0.1.0.0 | | Account Invoice CRM Tag
[account_invoice_currency_taxes](account_invoice_currency_taxes/) | 16.0.1.0.2 | | Taxes in company currency in invoice report
[account_invoice_default_code_column](account_invoice_default_code_column/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Display Default code product in a dedicated column on invoice reports
[account_invoice_discount_date](account_invoice_discount_date/) | 16.0.1.0.1 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Set the early discount date on invoices
[account_invoice_discount_display_amount](account_invoice_discount_display_amount/) | 16.0.1.1.1 | | Show total discount applied and total without discount on invoices.
[account_invoice_fiscal_position_update](account_invoice_fiscal_position_update/) | 16.0.1.0.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Changing the fiscal position of an invoice will auto-update invoice lines
[account_invoice_fixed_discount](account_invoice_fixed_discount/) | 16.0.1.0.4 | | Allows to apply fixed amount discounts in invoices.
Expand Down
16 changes: 8 additions & 8 deletions account_invoice_discount_date/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Account Invoice Discount Date
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:4d8d8d5c992401a07bbb02f019076d0887cafde67e35818991a17523f9dce022
!! source digest: sha256:463d97637208ed2b95e4fcf15f2ab759f1c9bd4facb401810490926c4a18b7ba
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
Expand Down Expand Up @@ -63,11 +63,11 @@ To use this module, you need to:
4. You can change the Discount Date on any move line. The lower one will
be set on the bill.

- When the Discount Date of the bill is changed, the recomputation of
the Discount Date on the lines will happen.
- Make sure you only increment the discount date if you have multiple
maturity dates or the lower Discount Date will be propagated on all
maturity lines.
- When the Discount Date of the bill is changed, the recomputation of
the Discount Date on the lines will happen.
- Make sure you only increment the discount date if you have multiple
maturity dates or the lower Discount Date will be propagated on all
maturity lines.

Bug Tracker
===========
Expand All @@ -90,8 +90,8 @@ Authors
Contributors
------------

- Rafael Blasco (`Moduon <https://www.moduon.team/>`__)
- Eduardo de Miguel (`Moduon <https://www.moduon.team/>`__)
- Rafael Blasco (`Moduon <https://www.moduon.team/>`__)
- Eduardo de Miguel (`Moduon <https://www.moduon.team/>`__)

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion account_invoice_discount_date/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Account Invoice Discount Date",
"summary": "Set the early discount date on invoices",
"version": "16.0.1.0.0",
"version": "16.0.1.0.1",
"development_status": "Alpha",
"category": "Accounting",
"website": "https://github.com/OCA/account-invoicing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Account Invoice Discount Date</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:4d8d8d5c992401a07bbb02f019076d0887cafde67e35818991a17523f9dce022
!! source digest: sha256:463d97637208ed2b95e4fcf15f2ab759f1c9bd4facb401810490926c4a18b7ba
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-invoicing/tree/16.0/account_invoice_discount_date"><img alt="OCA/account-invoicing" src="https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-account_invoice_discount_date"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-invoicing&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module extends the functionality of invoices to show early discount
Expand Down
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.0.20250110.0
16.0.20250123.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'odoo-addon-account_invoice_crm_tag>=16.0dev,<16.1dev',
'odoo-addon-account_invoice_currency_taxes>=16.0dev,<16.1dev',
'odoo-addon-account_invoice_default_code_column>=16.0dev,<16.1dev',
'odoo-addon-account_invoice_discount_date>=16.0dev,<16.1dev',
'odoo-addon-account_invoice_discount_display_amount>=16.0dev,<16.1dev',
'odoo-addon-account_invoice_fiscal_position_update>=16.0dev,<16.1dev',
'odoo-addon-account_invoice_fixed_discount>=16.0dev,<16.1dev',
Expand Down

0 comments on commit f328c90

Please sign in to comment.