diff --git a/l10n_jp_summary_invoice/README.rst b/l10n_jp_summary_invoice/README.rst
index bc617fb8..77f3ac9d 100644
--- a/l10n_jp_summary_invoice/README.rst
+++ b/l10n_jp_summary_invoice/README.rst
@@ -1,7 +1,3 @@
-.. image:: https://odoo-community.org/readme-banner-image
- :target: https://odoo-community.org/get-involved?utm_source=readme
- :alt: Odoo Community Association
-
=====================
Japan Summary Invoice
=====================
@@ -17,7 +13,7 @@ Japan Summary Invoice
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
:target: https://odoo-community.org/page/development-status
:alt: Alpha
-.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
+.. |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
@@ -57,8 +53,6 @@ settings as necessary:
- **Summary Invoice Remark**: The remark that shows in the header part of the summary
invoice, such as '下記の通り御請求申し上げます。'.
-- **Show Sales Order Number**: If selected, the sales order number will be shown for
- each line in the summary invoice.
- **Show Invoice Narration**: If selected, the narration will appear for each invoice in
the summary invoice report.
- **Show Invoice Total Amount**: If selected, the total amount per invoice will appear
diff --git a/l10n_jp_summary_invoice/models/res_company.py b/l10n_jp_summary_invoice/models/res_company.py
index 061e82e8..d250b16b 100644
--- a/l10n_jp_summary_invoice/models/res_company.py
+++ b/l10n_jp_summary_invoice/models/res_company.py
@@ -12,11 +12,6 @@ class ResCompany(models.Model):
default="下記の通り御請求申し上げます。",
help="Content here will be displayed in the summary invoice report.",
)
- show_sale_order_number = fields.Boolean(
- "Show Sales Order Number",
- help="If enabled, the sales order number will be displayed in the summary "
- "invoice report lines.",
- )
show_invoice_narration = fields.Boolean(
default=True,
help="If enabled, the invoice narration will be displayed in the summary "
diff --git a/l10n_jp_summary_invoice/models/res_config_settings.py b/l10n_jp_summary_invoice/models/res_config_settings.py
index d68bc268..02f5490d 100644
--- a/l10n_jp_summary_invoice/models/res_config_settings.py
+++ b/l10n_jp_summary_invoice/models/res_config_settings.py
@@ -10,9 +10,6 @@ class ResConfigSettings(models.TransientModel):
summary_invoice_remark = fields.Html(
related="company_id.summary_invoice_remark", readonly=False
)
- show_sale_order_number = fields.Boolean(
- related="company_id.show_sale_order_number", readonly=False
- )
show_invoice_narration = fields.Boolean(
related="company_id.show_invoice_narration", readonly=False
)
diff --git a/l10n_jp_summary_invoice/readme/CONFIGURE.rst b/l10n_jp_summary_invoice/readme/CONFIGURE.rst
index 68d55ef9..2c9028e0 100644
--- a/l10n_jp_summary_invoice/readme/CONFIGURE.rst
+++ b/l10n_jp_summary_invoice/readme/CONFIGURE.rst
@@ -3,8 +3,6 @@ settings as necessary:
- **Summary Invoice Remark**: The remark that shows in the header part of the summary
invoice, such as '下記の通り御請求申し上げます。'.
-- **Show Sales Order Number**: If selected, the sales order number will be shown for
- each line in the summary invoice.
- **Show Invoice Narration**: If selected, the narration will appear for each invoice in
the summary invoice report.
- **Show Invoice Total Amount**: If selected, the total amount per invoice will appear
diff --git a/l10n_jp_summary_invoice/reports/report_summary_invoice_templates.xml b/l10n_jp_summary_invoice/reports/report_summary_invoice_templates.xml
index c8514105..5318f284 100644
--- a/l10n_jp_summary_invoice/reports/report_summary_invoice_templates.xml
+++ b/l10n_jp_summary_invoice/reports/report_summary_invoice_templates.xml
@@ -5,28 +5,10 @@
t-value="o.billing_line_ids.move_id.invoice_line_ids"
/>
-
-
-
+
- | Order No. |
- Reference |
Description |
Quantity |
Unit Price |
@@ -53,18 +35,11 @@
-
- |
-
- |
-
-
- |
|
diff --git a/l10n_jp_summary_invoice/static/description/index.html b/l10n_jp_summary_invoice/static/description/index.html
index ba538f65..d8170205 100644
--- a/l10n_jp_summary_invoice/static/description/index.html
+++ b/l10n_jp_summary_invoice/static/description/index.html
@@ -3,16 +3,15 @@
-README.rst
+Japan Summary Invoice
-
+
+
Japan Summary Invoice
-
-
-
-
-
-
Japan Summary Invoice
-

+

This module adds a summary invoice report print functionality based on the
account_billing module.
The printed summary invoice is intended to serve as the Qualified Tax Invoice (適格請求書),
@@ -401,14 +395,12 @@
Japan Summary Invoice
-
+
Go to Invoicing/Accounting > Configuration > Settings and update the following
settings as necessary:
- Summary Invoice Remark: The remark that shows in the header part of the summary
invoice, such as ‘下記の通り御請求申し上げます。’.
-- Show Sales Order Number: If selected, the sales order number will be shown for
-each line in the summary invoice.
- Show Invoice Narration: If selected, the narration will appear for each invoice in
the summary invoice report.
- Show Invoice Total Amount: If selected, the total amount per invoice will appear
@@ -416,7 +408,7 @@
-
+
- Create a billing for customer invoices using the functionality of the account_billing
module, and make adjustments as necessary.
-
+
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 to smash it by providing a detailed and welcomed
@@ -442,15 +434,15 @@
Do not contact contributors directly about support or help with technical issues.
-
+
-
+
- Quartile:
- Aung Ko Ko Lin
@@ -460,11 +452,9 @@
-
+
This module is maintained by the OCA.
-
-
-
+
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.
@@ -473,6 +463,5 @@
-