Skip to content

Commit 648d27a

Browse files
committed
[BOT] post-merge updates
1 parent c4626d1 commit 648d27a

File tree

4 files changed

+34
-34
lines changed

4 files changed

+34
-34
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ addon | version | maintainers | summary
2525
[account_invoice_refund_link](account_invoice_refund_link/) | 18.0.1.0.0 | | Show links between refunds and their originator invoices.
2626
[account_invoice_show_currency_rate](account_invoice_show_currency_rate/) | 18.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Show currency rate in invoices.
2727
[account_move_cancel_confirm](account_move_cancel_confirm/) | 18.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Account Move Cancel Confirm
28+
[partner_invoicing_mode](partner_invoicing_mode/) | 18.0.1.0.0 | | Base module for handling multiple partner invoicing mode
2829
[purchase_stock_picking_return_invoicing](purchase_stock_picking_return_invoicing/) | 18.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) [![MiquelRForgeFlow](https://github.com/MiquelRForgeFlow.png?size=30px)](https://github.com/MiquelRForgeFlow) | Add an option to refund returned pickings
2930
[sale_order_invoicing_grouping_criteria](sale_order_invoicing_grouping_criteria/) | 18.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Sales order invoicing grouping criteria
3031
[stock_picking_return_refund_option](stock_picking_return_refund_option/) | 18.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Update the refund options in pickings

Diff for: partner_invoicing_mode/README.rst

+29-30
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Partner Invoicing Mode
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:d7f174fdf9965f280543d0028ee17725bf9e0c277518a0ea6c646d3c27c3a86c
10+
!! source digest: sha256:06e5f9742a9035933a781882e9828686e640a2cce3f3583a0ec9a6495a4c1d43
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -38,22 +38,22 @@ invoices for standard invoicing mode.
3838

3939
In core, Odoo is grouping invoicing from a group of sale orders on:
4040

41-
- Company
42-
- Partner
43-
- Currency
41+
- Company
42+
- Partner
43+
- Currency
4444

4545
This module uses grouping on those keys:
4646

47-
- Company
48-
- Invoiced partner
49-
- Currency
50-
- Payment term (as this can be selected on sale order level)
47+
- Company
48+
- Invoiced partner
49+
- Currency
50+
- Payment term (as this can be selected on sale order level)
5151

5252
The following modules use it to install specific invoicing mode :
5353

54-
- partner_invoicing_mode_at_shipping
55-
- partner_invoicing_mode_monthly
56-
- partner_invoicing_mode_weekly
54+
- partner_invoicing_mode_at_shipping
55+
- partner_invoicing_mode_monthly
56+
- partner_invoicing_mode_weekly
5757

5858
**Table of contents**
5959

@@ -63,17 +63,16 @@ The following modules use it to install specific invoicing mode :
6363
Usage
6464
=====
6565

66-
- To enable the invoices automatic generation, enable the developer
67-
mode, go to Settings > Automation > Scheduled Actions
68-
- Filter the archived actions and activate 'Generate Standard
69-
Invoices'.
70-
- Adapt the frequency you want to automatically generate invoices to
71-
your needs.
72-
- The field 'Next Invoice Date' on partner form indicates when the next
73-
invoice generation will take place.
74-
- To manually change the invoicing group (one invoice per order), go to
75-
the Sale Order > Other Information > Invoicing and Payments and check
76-
the 'One Invoice Per Order' box.
66+
- To enable the invoices automatic generation, enable the developer
67+
mode, go to Settings > Automation > Scheduled Actions
68+
- Filter the archived actions and activate 'Generate Standard Invoices'.
69+
- Adapt the frequency you want to automatically generate invoices to
70+
your needs.
71+
- The field 'Next Invoice Date' on partner form indicates when the next
72+
invoice generation will take place.
73+
- To manually change the invoicing group (one invoice per order), go to
74+
the Sale Order > Other Information > Invoicing and Payments and check
75+
the 'One Invoice Per Order' box.
7776

7877
Bug Tracker
7978
===========
@@ -96,26 +95,26 @@ Authors
9695
Contributors
9796
------------
9897

99-
- `Camptocamp <https://www.camptocamp.com>`__:
98+
- `Camptocamp <https://www.camptocamp.com>`__:
10099

101-
- Thierry Ducrest <[email protected]>
100+
- Thierry Ducrest <[email protected]>
102101

103-
- Phuc (Tran Thanh) <[email protected]>
102+
- Phuc (Tran Thanh) <[email protected]>
104103

105-
- `ACSONE SA/NV <https://acsone.eu>`__:
104+
- `ACSONE SA/NV <https://acsone.eu>`__:
106105

107-
- Denis Roussel <[email protected]>
106+
- Denis Roussel <[email protected]>
108107

109-
- Nils Coenen <[email protected]>
108+
- Nils Coenen <[email protected]>
110109

111-
- Chau Le <[email protected]>
110+
- Chau Le <[email protected]>
112111

113112
Other credits
114113
-------------
115114

116115
The development of this module has been financially supported by:
117116

118-
- Camptocamp
117+
- Camptocamp
119118

120119
Maintainers
121120
-----------

Diff for: partner_invoicing_mode/static/description/index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Partner Invoicing Mode</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:d7f174fdf9965f280543d0028ee17725bf9e0c277518a0ea6c646d3c27c3a86c
370+
!! source digest: sha256:06e5f9742a9035933a781882e9828686e640a2cce3f3583a0ec9a6495a4c1d43
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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/18.0/partner_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-18-0/account-invoicing-18-0-partner_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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This is a base module for implementing different invoicing mode for
@@ -416,8 +416,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
416416
<ul class="simple">
417417
<li>To enable the invoices automatic generation, enable the developer
418418
mode, go to Settings &gt; Automation &gt; Scheduled Actions</li>
419-
<li>Filter the archived actions and activate ‘Generate Standard
420-
Invoices’.</li>
419+
<li>Filter the archived actions and activate ‘Generate Standard Invoices’.</li>
421420
<li>Adapt the frequency you want to automatically generate invoices to
422421
your needs.</li>
423422
<li>The field ‘Next Invoice Date’ on partner form indicates when the next

Diff for: setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[project]
22
name = "odoo-addons-oca-account-invoicing"
3-
version = "18.0.20250303.0"
3+
version = "18.0.20250317.0"
44
dependencies = [
55
"odoo-addon-account_invoice_fiscal_position_update==18.0.*",
66
"odoo-addon-account_invoice_refund_link==18.0.*",
77
"odoo-addon-account_invoice_show_currency_rate==18.0.*",
88
"odoo-addon-account_move_cancel_confirm==18.0.*",
9+
"odoo-addon-partner_invoicing_mode==18.0.*",
910
"odoo-addon-purchase_stock_picking_return_invoicing==18.0.*",
1011
"odoo-addon-sale_order_invoicing_grouping_criteria==18.0.*",
1112
"odoo-addon-stock_picking_return_refund_option==18.0.*",

0 commit comments

Comments
 (0)