From 976e6cdeda34598f16d7aff56b34eff444187f6d Mon Sep 17 00:00:00 2001 From: "Aung Ko Ko Lin (Quartile)" <45355704+AungKoKoLin1997@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:12:55 +0630 Subject: [PATCH] [3767][UPD] remove (.ALT) reports (#263) * [UPD] remove (.ALT) reports --- report_account_nrq/README.rst | 12 +- report_account_nrq/__manifest__.py | 2 +- report_account_nrq/i18n/ja.po | 15 -- report_account_nrq/models/invoice_print.py | 2 +- .../report/account_report_deliverynote.xml | 21 --- .../account_report_invoice_acceptance.xml | 33 ----- .../static/description/index.html | 8 +- report_common_nrq/i18n/ja.po | 35 ----- report_common_nrq/models/res_company.py | 7 - report_common_nrq/report/common_template.xml | 129 +++++------------- report_common_nrq/views/res_company_views.xml | 15 -- report_purchase_nrq/README.rst | 12 +- report_purchase_nrq/__manifest__.py | 2 +- report_purchase_nrq/i18n/ja.po | 10 -- report_purchase_nrq/models/purchase_print.py | 2 +- .../report/purchase_report_template.xml | 19 --- .../static/description/index.html | 8 +- report_sale_nrq/README.rst | 12 +- report_sale_nrq/__manifest__.py | 2 +- report_sale_nrq/i18n/ja.po | 10 -- report_sale_nrq/models/sale_print.py | 2 +- .../report/sale_report_quotation.xml | 19 --- report_sale_nrq/static/description/index.html | 8 +- report_sale_nrq/views/res_company_views.xml | 2 +- 24 files changed, 68 insertions(+), 319 deletions(-) diff --git a/report_account_nrq/README.rst b/report_account_nrq/README.rst index 5daf6654..55d806db 100644 --- a/report_account_nrq/README.rst +++ b/report_account_nrq/README.rst @@ -10,11 +10,11 @@ Accounting Document Print .. |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-LGPL--3-blue.png - :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html - :alt: License: LGPL-3 +.. |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-qrtl%2Fnrq--custom-lightgray.png?logo=github - :target: https://github.com/qrtl/nrq-custom/tree/12.0/report_account_nrq + :target: https://github.com/qrtl/nrq-custom/tree/10.0/report_account_nrq :alt: qrtl/nrq-custom |badge1| |badge2| |badge3| @@ -32,7 +32,7 @@ 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -47,6 +47,6 @@ Authors Maintainers ~~~~~~~~~~~ -This module is part of the `qrtl/nrq-custom `_ project on GitHub. +This module is part of the `qrtl/nrq-custom `_ project on GitHub. You are welcome to contribute. diff --git a/report_account_nrq/__manifest__.py b/report_account_nrq/__manifest__.py index c0156095..65400e9e 100644 --- a/report_account_nrq/__manifest__.py +++ b/report_account_nrq/__manifest__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2016-2017 Quartile Limited -# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Accounting Document Print", "summary": "", diff --git a/report_account_nrq/i18n/ja.po b/report_account_nrq/i18n/ja.po index c0e9cbe4..9ced6ac8 100644 --- a/report_account_nrq/i18n/ja.po +++ b/report_account_nrq/i18n/ja.po @@ -25,22 +25,12 @@ msgstr "(控)" msgid "Delivery Note" msgstr "納品書" -#. module: report_account_nrq -#: model:ir.actions.report.xml,name:report_account_nrq.report_delivery_note_alt -msgid "Delivery Note (Alt.)" -msgstr "納品書(旧)" - #. module: report_account_nrq #: model:ir.actions.report.xml,name:report_account_nrq.report_account_invoice_acceptance #: model:ir.model,name:report_account_nrq.model_account_invoice msgid "Invoice" msgstr "請求書" -#. module: report_account_nrq -#: model:ir.actions.report.xml,name:report_account_nrq.report_account_invoice_acceptance_alt -msgid "Invoice (Alt.)" -msgstr "請求書(旧)" - #. module: report_account_nrq #: model:ir.ui.view,arch_db:report_account_nrq.report_acceptance_document_nrq msgid "acceptance" @@ -56,8 +46,3 @@ msgstr "deliverynote" msgid "invoice" msgstr "invoice" -#. module: report_account_nrq -#: model:ir.ui.view,arch_db:report_account_nrq.report_deliverynote_alt -#: model:ir.ui.view,arch_db:report_account_nrq.report_invoice_acceptance_alt -msgid "true" -msgstr "true" diff --git a/report_account_nrq/models/invoice_print.py b/report_account_nrq/models/invoice_print.py index 9f0d4e10..723c211f 100644 --- a/report_account_nrq/models/invoice_print.py +++ b/report_account_nrq/models/invoice_print.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2016-2017 Quartile Limited -# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import api, models diff --git a/report_account_nrq/report/account_report_deliverynote.xml b/report_account_nrq/report/account_report_deliverynote.xml index 53f7a838..b7b5691b 100644 --- a/report_account_nrq/report/account_report_deliverynote.xml +++ b/report_account_nrq/report/account_report_deliverynote.xml @@ -23,19 +23,6 @@ - - - - - + Accounting Document Print