From 4b05663e01ed9a6548c4a081fcf21806033ba738 Mon Sep 17 00:00:00 2001 From: Yoshi Tashiro Date: Sat, 5 Aug 2023 10:17:40 +0000 Subject: [PATCH 1/7] [ADD] l10n_jp_account_report_registration_number --- .../README.rst | 69 +++ .../__init__.py | 1 + .../__manifest__.py | 15 + .../i18n/ja.po | 36 ++ .../models/__init__.py | 3 + .../models/account_move.py | 9 + .../models/account_payment.py | 9 + .../models/registration_number_mixin.py | 18 + .../readme/DESCRIPTION.rst | 2 + .../static/description/index.html | 413 ++++++++++++++++++ .../tests/__init__.py | 1 + ...test_account_report_registration_number.py | 44 ++ .../views/report_templates.xml | 47 ++ 13 files changed, 667 insertions(+) create mode 100644 l10n_jp_account_report_registration_number/README.rst create mode 100644 l10n_jp_account_report_registration_number/__init__.py create mode 100644 l10n_jp_account_report_registration_number/__manifest__.py create mode 100644 l10n_jp_account_report_registration_number/i18n/ja.po create mode 100644 l10n_jp_account_report_registration_number/models/__init__.py create mode 100644 l10n_jp_account_report_registration_number/models/account_move.py create mode 100644 l10n_jp_account_report_registration_number/models/account_payment.py create mode 100644 l10n_jp_account_report_registration_number/models/registration_number_mixin.py create mode 100644 l10n_jp_account_report_registration_number/readme/DESCRIPTION.rst create mode 100644 l10n_jp_account_report_registration_number/static/description/index.html create mode 100644 l10n_jp_account_report_registration_number/tests/__init__.py create mode 100644 l10n_jp_account_report_registration_number/tests/test_account_report_registration_number.py create mode 100644 l10n_jp_account_report_registration_number/views/report_templates.xml diff --git a/l10n_jp_account_report_registration_number/README.rst b/l10n_jp_account_report_registration_number/README.rst new file mode 100644 index 00000000..a8127546 --- /dev/null +++ b/l10n_jp_account_report_registration_number/README.rst @@ -0,0 +1,69 @@ +======================================== +Japan Account Report Registration Number +======================================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--japan-lightgray.png?logo=github + :target: https://github.com/OCA/l10n-japan/tree/16.0/l10n_jp_account_report_registration_number + :alt: OCA/l10n-japan +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/l10n-japan-16-0/l10n-japan-16-0-l10n_jp_account_report_registration_number + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/257/16.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module extends external report layouts to show company's Qualified Invoice Issuer +Registration Number on printed invoices and receipts for domestic transactions. + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Quartile Limited + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/l10n-japan `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/l10n_jp_account_report_registration_number/__init__.py b/l10n_jp_account_report_registration_number/__init__.py new file mode 100644 index 00000000..0650744f --- /dev/null +++ b/l10n_jp_account_report_registration_number/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/l10n_jp_account_report_registration_number/__manifest__.py b/l10n_jp_account_report_registration_number/__manifest__.py new file mode 100644 index 00000000..8b990df0 --- /dev/null +++ b/l10n_jp_account_report_registration_number/__manifest__.py @@ -0,0 +1,15 @@ +# Copyright 2023 Quartile Limited +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). +{ + "name": "Japan Account Report Registration Number", + "version": "16.0.1.0.0", + "author": "Quartile Limited, Odoo Community Association (OCA)", + "license": "AGPL-3", + "website": "https://github.com/OCA/l10n-japan", + "category": "Localization", + "depends": ["account"], + "data": [ + "views/report_templates.xml", + ], + "installable": True, +} diff --git a/l10n_jp_account_report_registration_number/i18n/ja.po b/l10n_jp_account_report_registration_number/i18n/ja.po new file mode 100644 index 00000000..8fa8c7c0 --- /dev/null +++ b/l10n_jp_account_report_registration_number/i18n/ja.po @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_jp_account_report_registration_number +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-08-05 10:02+0000\n" +"PO-Revision-Date: 2023-08-05 10:02+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: l10n_jp_account_report_registration_number +#: model:ir.model,name:l10n_jp_account_report_registration_number.model_account_move +msgid "Journal Entry" +msgstr "仕訳" + +#. module: l10n_jp_account_report_registration_number +#: model:ir.model,name:l10n_jp_account_report_registration_number.model_account_payment +msgid "Payments" +msgstr "支払" + +#. module: l10n_jp_account_report_registration_number +#: model:ir.model,name:l10n_jp_account_report_registration_number.model_registration_number_mixin +msgid "Registraction Number Mixin" +msgstr "" + +#. module: l10n_jp_account_report_registration_number +#: model_terms:ir.ui.view,arch_db:l10n_jp_account_report_registration_number.registration_number +msgid "Registration No.:" +msgstr "登録番号:" diff --git a/l10n_jp_account_report_registration_number/models/__init__.py b/l10n_jp_account_report_registration_number/models/__init__.py new file mode 100644 index 00000000..8d721c13 --- /dev/null +++ b/l10n_jp_account_report_registration_number/models/__init__.py @@ -0,0 +1,3 @@ +from . import registration_number_mixin +from . import account_move +from . import account_payment diff --git a/l10n_jp_account_report_registration_number/models/account_move.py b/l10n_jp_account_report_registration_number/models/account_move.py new file mode 100644 index 00000000..a3228305 --- /dev/null +++ b/l10n_jp_account_report_registration_number/models/account_move.py @@ -0,0 +1,9 @@ +# Copyright 2023 Quartile Limited +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from odoo import models + + +class AccountMove(models.Model): + _name = "account.move" + _inherit = ["account.move", "registration.number.mixin"] diff --git a/l10n_jp_account_report_registration_number/models/account_payment.py b/l10n_jp_account_report_registration_number/models/account_payment.py new file mode 100644 index 00000000..b0d21e20 --- /dev/null +++ b/l10n_jp_account_report_registration_number/models/account_payment.py @@ -0,0 +1,9 @@ +# Copyright 2023 Quartile Limited +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from odoo import models + + +class AccountPayment(models.Model): + _name = "account.payment" + _inherit = ["account.payment", "registration.number.mixin"] diff --git a/l10n_jp_account_report_registration_number/models/registration_number_mixin.py b/l10n_jp_account_report_registration_number/models/registration_number_mixin.py new file mode 100644 index 00000000..2e99f078 --- /dev/null +++ b/l10n_jp_account_report_registration_number/models/registration_number_mixin.py @@ -0,0 +1,18 @@ +# Copyright 2023 Quartile Limited +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from odoo import models + + +class RegistrationNumberMixin(models.AbstractModel): + _name = "registration.number.mixin" + _description = "Registraction Number Mixin" + + def _show_registration_number(self): + """This method is expected to be extended by the concrete models as necessary.""" + self.ensure_one() + if self.company_id.account_fiscal_country_id.code != "JP": + return False + if self.partner_id.country_id.code != "JP": + return False + return True diff --git a/l10n_jp_account_report_registration_number/readme/DESCRIPTION.rst b/l10n_jp_account_report_registration_number/readme/DESCRIPTION.rst new file mode 100644 index 00000000..9ffae0e4 --- /dev/null +++ b/l10n_jp_account_report_registration_number/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module extends external report layouts to show company's Qualified Invoice Issuer +Registration Number on printed invoices and receipts for domestic transactions. diff --git a/l10n_jp_account_report_registration_number/static/description/index.html b/l10n_jp_account_report_registration_number/static/description/index.html new file mode 100644 index 00000000..201d41f8 --- /dev/null +++ b/l10n_jp_account_report_registration_number/static/description/index.html @@ -0,0 +1,413 @@ + + + + + + +Japan Account Report Registration Number + + + +
+

Japan Account Report Registration Number

+ + +

Beta License: AGPL-3 OCA/l10n-japan Translate me on Weblate Try me on Runbot

+

This module extends external report layouts to show company’s Qualified Invoice Issuer +Registration Number on printed invoices and receipts for domestic transactions.

+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Quartile Limited
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/l10n-japan project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/l10n_jp_account_report_registration_number/tests/__init__.py b/l10n_jp_account_report_registration_number/tests/__init__.py new file mode 100644 index 00000000..2a1aba17 --- /dev/null +++ b/l10n_jp_account_report_registration_number/tests/__init__.py @@ -0,0 +1 @@ +from . import test_account_report_registration_number diff --git a/l10n_jp_account_report_registration_number/tests/test_account_report_registration_number.py b/l10n_jp_account_report_registration_number/tests/test_account_report_registration_number.py new file mode 100644 index 00000000..d06e5749 --- /dev/null +++ b/l10n_jp_account_report_registration_number/tests/test_account_report_registration_number.py @@ -0,0 +1,44 @@ +# Copyright 2023 Quartile Limited +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from odoo.tests import TransactionCase + + +class TestAccountReportRegistrationNumber(TransactionCase): + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.country_jp = cls.env.ref("base.jp") + cls.country_us = cls.env.ref("base.us") + cls.company = cls.env["res.company"].create( + {"name": "Test Company JP", "country_id": cls.country_jp.id} + ) + cls.partner = cls.env["res.partner"].create( + {"name": "Test Partner JP", "country_id": cls.country_jp.id} + ) + cls.general_journal = cls.env["account.journal"].create( + { + "name": "General Journal", + "code": "GEN", + "type": "bank", + "company_id": cls.company.id, + } + ) + cls.move = cls.env["account.move"].create( + { + "name": "Test Account Move", + "company_id": cls.company.id, + "partner_id": cls.partner.id, + "journal_id": cls.general_journal.id, + } + ) + + def test_show_registration_number(self): + self.assertTrue(self.move._show_registration_number()) + # Test company JP, partner non-JP + self.partner.country_id = self.country_us + self.assertFalse(self.move._show_registration_number()) + # Test company non-JP, partner JP + self.company.account_fiscal_country_id = self.country_us + self.partner.country_id = self.country_jp + self.assertFalse(self.move._show_registration_number()) diff --git a/l10n_jp_account_report_registration_number/views/report_templates.xml b/l10n_jp_account_report_registration_number/views/report_templates.xml new file mode 100644 index 00000000..c89ca65d --- /dev/null +++ b/l10n_jp_account_report_registration_number/views/report_templates.xml @@ -0,0 +1,47 @@ + + + + + + + + From aaf4df67aefea79621ed7abe63e77a2d4d56e004 Mon Sep 17 00:00:00 2001 From: oca-ci Date: Wed, 16 Aug 2023 08:15:39 +0000 Subject: [PATCH 2/7] [UPD] Update l10n_jp_account_report_registration_number.pot --- .../i18n/ja.po | 1 + ..._jp_account_report_registration_number.pot | 34 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 l10n_jp_account_report_registration_number/i18n/l10n_jp_account_report_registration_number.pot diff --git a/l10n_jp_account_report_registration_number/i18n/ja.po b/l10n_jp_account_report_registration_number/i18n/ja.po index 8fa8c7c0..521a2f13 100644 --- a/l10n_jp_account_report_registration_number/i18n/ja.po +++ b/l10n_jp_account_report_registration_number/i18n/ja.po @@ -10,6 +10,7 @@ msgstr "" "PO-Revision-Date: 2023-08-05 10:02+0000\n" "Last-Translator: \n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" diff --git a/l10n_jp_account_report_registration_number/i18n/l10n_jp_account_report_registration_number.pot b/l10n_jp_account_report_registration_number/i18n/l10n_jp_account_report_registration_number.pot new file mode 100644 index 00000000..cfc43b35 --- /dev/null +++ b/l10n_jp_account_report_registration_number/i18n/l10n_jp_account_report_registration_number.pot @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_jp_account_report_registration_number +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: l10n_jp_account_report_registration_number +#: model:ir.model,name:l10n_jp_account_report_registration_number.model_account_move +msgid "Journal Entry" +msgstr "" + +#. module: l10n_jp_account_report_registration_number +#: model:ir.model,name:l10n_jp_account_report_registration_number.model_account_payment +msgid "Payments" +msgstr "" + +#. module: l10n_jp_account_report_registration_number +#: model:ir.model,name:l10n_jp_account_report_registration_number.model_registration_number_mixin +msgid "Registraction Number Mixin" +msgstr "" + +#. module: l10n_jp_account_report_registration_number +#: model_terms:ir.ui.view,arch_db:l10n_jp_account_report_registration_number.registration_number +msgid "Registration No.:" +msgstr "" From 389316f4a0b979a2bfdcb779ef66dd522ac0aff1 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 16 Aug 2023 08:18:15 +0000 Subject: [PATCH 3/7] [UPD] README.rst --- .../static/description/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_jp_account_report_registration_number/static/description/index.html b/l10n_jp_account_report_registration_number/static/description/index.html index 201d41f8..45e36fc7 100644 --- a/l10n_jp_account_report_registration_number/static/description/index.html +++ b/l10n_jp_account_report_registration_number/static/description/index.html @@ -3,7 +3,7 @@ - + Japan Account Report Registration Number