Skip to content

Commit f859960

Browse files
[MIG] l10n_jp_summary_invoice_order_partner: Migration to 18.0
1 parent aaaedcb commit f859960

15 files changed

Lines changed: 96 additions & 98 deletions

File tree

l10n_jp_summary_invoice_sale_partner/README.rst renamed to l10n_jp_summary_invoice_order_partner/README.rst

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==================================
2-
Japan Summary Invoice Sale Partner
3-
==================================
1+
===================================
2+
Japan Summary Invoice Order Partner
3+
===================================
44

55
..
66
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -17,10 +17,10 @@ Japan Summary Invoice Sale Partner
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--japan-lightgray.png?logo=github
20-
:target: https://github.com/OCA/l10n-japan/tree/18.0/l10n_jp_summary_invoice_sale_partner
20+
:target: https://github.com/OCA/l10n-japan/tree/18.0/l10n_jp_summary_invoice_order_partner
2121
:alt: OCA/l10n-japan
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/l10n-japan-18-0/l10n-japan-18-0-l10n_jp_summary_invoice_sale_partner
23+
:target: https://translation.odoo-community.org/projects/l10n-japan-18-0/l10n-japan-18-0-l10n_jp_summary_invoice_order_partner
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
2626
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-japan&target_branch=18.0
@@ -47,9 +47,9 @@ Configuration
4747
Go to *Invoicing/Accounting > Configuration > Settings* and update the
4848
following settings as necessary:
4949

50-
- **Show Sale Order Partner**: If selected, the sales order partner
51-
will be shown for each invoice in the summary invoice.
52-
- **Show Sale Order Shipping Partner**: If selected, the sales order
50+
- **Show Order Partner**: If selected, the sales order partner will be
51+
shown for each invoice in the summary invoice.
52+
- **Show Order Shipping Partner**: If selected, the sales order
5353
shipping partner will be shown for each invoice in the summary
5454
invoice.
5555

@@ -66,7 +66,7 @@ Bug Tracker
6666
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-japan/issues>`_.
6767
In case of trouble, please check there if your issue has already been reported.
6868
If you spotted it first, help us to smash it by providing a detailed and welcomed
69-
`feedback <https://github.com/OCA/l10n-japan/issues/new?body=module:%20l10n_jp_summary_invoice_sale_partner%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
69+
`feedback <https://github.com/OCA/l10n-japan/issues/new?body=module:%20l10n_jp_summary_invoice_order_partner%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
7070

7171
Do not contact contributors directly about support or help with technical issues.
7272

@@ -91,6 +91,17 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
9191
mission is to support the collaborative development of Odoo features and
9292
promote its widespread use.
9393

94-
This module is part of the `OCA/l10n-japan <https://github.com/OCA/l10n-japan/tree/18.0/l10n_jp_summary_invoice_sale_partner>`_ project on GitHub.
94+
.. |maintainer-yostashiro| image:: https://github.com/yostashiro.png?size=40px
95+
:target: https://github.com/yostashiro
96+
:alt: yostashiro
97+
.. |maintainer-aungkokolin1997| image:: https://github.com/aungkokolin1997.png?size=40px
98+
:target: https://github.com/aungkokolin1997
99+
:alt: aungkokolin1997
100+
101+
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
102+
103+
|maintainer-yostashiro| |maintainer-aungkokolin1997|
104+
105+
This module is part of the `OCA/l10n-japan <https://github.com/OCA/l10n-japan/tree/18.0/l10n_jp_summary_invoice_order_partner>`_ project on GitHub.
95106

96107
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
File renamed without changes.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Copyright 2025 Quartile (https://www.quartile.co)
22
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
33
{
4-
"name": "Japan Summary Invoice Sale Partner",
5-
"version": "16.0.1.0.0",
4+
"name": "Japan Summary Invoice Order Partner",
5+
"version": "18.0.1.0.0",
66
"category": "Japanese Localization",
77
"author": "Quartile, Odoo Community Association (OCA)",
88
"website": "https://github.com/OCA/l10n-japan",
99
"license": "AGPL-3",
10-
"depends": ["account_move_sale_partner", "l10n_jp_summary_invoice"],
10+
"depends": ["account_move_order_partner", "l10n_jp_summary_invoice"],
1111
"data": [
1212
"reports/report_summary_invoice_templates.xml",
1313
"views/res_config_settings_views.xml",
1414
],
1515
"development_status": "Alpha",
16+
"maintainers": ["yostashiro", "aungkokolin1997"],
1617
"installable": True,
1718
}

l10n_jp_summary_invoice_sale_partner/models/__init__.py renamed to l10n_jp_summary_invoice_order_partner/models/__init__.py

File renamed without changes.

l10n_jp_summary_invoice_sale_partner/models/res_company.py renamed to l10n_jp_summary_invoice_order_partner/models/res_company.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
class ResCompany(models.Model):
88
_inherit = "res.company"
99

10-
show_sale_order_partner = fields.Boolean(
10+
show_order_partner = fields.Boolean(
1111
help="If enabled, the sales order partner will be displayed in the summary "
1212
"invoice report lines.",
1313
)
14-
show_sale_order_shipping_partner = fields.Boolean(
15-
help="If enabled, the sales order shipping partner will be displayed in the summary "
16-
"invoice report lines.",
14+
show_order_shipping_partner = fields.Boolean(
15+
help="If enabled, the sales order shipping partner will be displayed "
16+
"in the summary invoice report lines.",
1717
)

l10n_jp_summary_invoice_sale_partner/models/res_config_settings.py renamed to l10n_jp_summary_invoice_order_partner/models/res_config_settings.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
class ResConfigSettings(models.TransientModel):
88
_inherit = "res.config.settings"
99

10-
show_sale_order_partner = fields.Boolean(
11-
related="company_id.show_sale_order_partner", readonly=False
10+
show_order_partner = fields.Boolean(
11+
related="company_id.show_order_partner", readonly=False
1212
)
13-
show_sale_order_shipping_partner = fields.Boolean(
14-
related="company_id.show_sale_order_shipping_partner", readonly=False
13+
show_order_shipping_partner = fields.Boolean(
14+
related="company_id.show_order_shipping_partner", readonly=False
1515
)
File renamed without changes.

l10n_jp_summary_invoice_sale_partner/readme/CONFIGURE.md renamed to l10n_jp_summary_invoice_order_partner/readme/CONFIGURE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Go to *Invoicing/Accounting \> Configuration \> Settings* and update the
22
following settings as necessary:
33

4-
- **Show Sale Order Partner**: If selected, the sales order partner will
4+
- **Show Order Partner**: If selected, the sales order partner will
55
be shown for each invoice in the summary invoice.
6-
- **Show Sale Order Shipping Partner**: If selected, the sales order
6+
- **Show Order Shipping Partner**: If selected, the sales order
77
shipping partner will be shown for each invoice in the summary
88
invoice.

l10n_jp_summary_invoice_sale_partner/readme/DESCRIPTION.md renamed to l10n_jp_summary_invoice_order_partner/readme/DESCRIPTION.md

File renamed without changes.

l10n_jp_summary_invoice_sale_partner/readme/ROADMAP.md renamed to l10n_jp_summary_invoice_order_partner/readme/ROADMAP.md

File renamed without changes.

0 commit comments

Comments
 (0)