Skip to content

Commit af7f00f

Browse files
committed
[BOT] post-merge updates
1 parent 0a762ae commit af7f00f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ addon | version | maintainers | summary
2424
[account_billing](account_billing/) | 14.0.1.0.3 | [![Saran440](https://github.com/Saran440.png?size=30px)](https://github.com/Saran440) | Group invoice as billing before payment
2525
[account_global_discount](account_global_discount/) | 14.0.1.1.0 | | Account Global Discount
2626
[account_invoice_alternate_payer](account_invoice_alternate_payer/) | 14.0.1.0.1 | | Set a alternate payor/payee in invoices
27-
[account_invoice_base_invoicing_mode](account_invoice_base_invoicing_mode/) | 14.0.1.2.1 | | Base module for handling multiple invoicing mode
27+
[account_invoice_base_invoicing_mode](account_invoice_base_invoicing_mode/) | 14.0.1.2.2 | | Base module for handling multiple invoicing mode
2828
[account_invoice_blocking](account_invoice_blocking/) | 14.0.1.0.1 | | Set a blocking (No Follow-up) flag on invoices
2929
[account_invoice_change_currency](account_invoice_change_currency/) | 14.0.2.0.0 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Allows to change currency of Invoice by wizard
3030
[account_invoice_check_picking_date](account_invoice_check_picking_date/) | 14.0.1.0.0 | [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) | Check if date of pickings match with invoice date

account_invoice_base_invoicing_mode/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Account Invoice Base Invoicing Mode
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:37d8ad9bd279c0b172f5906f4daa67dc8923b503a862bc8ea466eaa00265cfe3
10+
!! source digest: sha256:4be40ec7de11cb1abe6fe8e5116e880e09e07a544dbfbe810173082d697de2e6
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

account_invoice_base_invoicing_mode/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
33
{
44
"name": "Account Invoice Base Invoicing Mode",
5-
"version": "14.0.1.2.1",
5+
"version": "14.0.1.2.2",
66
"summary": "Base module for handling multiple invoicing mode",
77
"author": "Camptocamp, Odoo Community Association (OCA)",
88
"website": "https://github.com/OCA/account-invoicing",

account_invoice_base_invoicing_mode/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h1 class="title">Account Invoice Base Invoicing Mode</h1>
366366
!! This file is generated by oca-gen-addon-readme !!
367367
!! changes will be overwritten. !!
368368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:37d8ad9bd279c0b172f5906f4daa67dc8923b503a862bc8ea466eaa00265cfe3
369+
!! source digest: sha256:4be40ec7de11cb1abe6fe8e5116e880e09e07a544dbfbe810173082d697de2e6
370370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371371
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-invoicing/tree/14.0/account_invoice_base_invoicing_mode"><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-14-0/account-invoicing-14-0-account_invoice_base_invoicing_mode"><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=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372372
<p>This is a base module for implementing different invoicing mode for customers.

0 commit comments

Comments
 (0)