diff --git a/l10n_jp_summary_invoice/i18n/ja.po b/l10n_jp_summary_invoice/i18n/ja.po
index 5c82392..ae371df 100644
--- a/l10n_jp_summary_invoice/i18n/ja.po
+++ b/l10n_jp_summary_invoice/i18n/ja.po
@@ -257,6 +257,11 @@ msgstr "参照"
msgid "Remit-to Bank"
msgstr "振込先銀行"
+#. module: l10n_jp_summary_invoice
+#: model:ir.model.fields,field_description:l10n_jp_summary_invoice.field_account_billing__report_subtitle
+msgid "Report Subtitle"
+msgstr "帳票サブタイトル"
+
#. module: l10n_jp_summary_invoice
#: model:ir.model.fields,field_description:l10n_jp_summary_invoice.field_account_tax__rounding_adjustment
msgid "Rounding Adjustment"
@@ -296,6 +301,11 @@ msgid ""
"Specify the header remark to be displayed on the printed summary invoice"
msgstr "合計請求書ヘッダーに表示するコメントを指定してください"
+#. module: l10n_jp_summary_invoice
+#: model:ir.model.fields,help:l10n_jp_summary_invoice.field_account_billing__report_subtitle
+msgid "Subtitle to be printed below the title of the summary invoice report."
+msgstr "合計請求書のタイトルの下に表示されるサブタイトル。"
+
#. module: l10n_jp_summary_invoice
#: model_terms:ir.ui.view,arch_db:l10n_jp_summary_invoice.report_summary_invoice_document
msgid "Summary Invoice"
diff --git a/l10n_jp_summary_invoice/i18n/l10n_jp_summary_invoice.pot b/l10n_jp_summary_invoice/i18n/l10n_jp_summary_invoice.pot
index 7ac5650..9e7a389 100644
--- a/l10n_jp_summary_invoice/i18n/l10n_jp_summary_invoice.pot
+++ b/l10n_jp_summary_invoice/i18n/l10n_jp_summary_invoice.pot
@@ -256,6 +256,11 @@ msgstr ""
msgid "Remit-to Bank"
msgstr ""
+#. module: l10n_jp_summary_invoice
+#: model:ir.model.fields,field_description:l10n_jp_summary_invoice.field_account_billing__report_subtitle
+msgid "Report Subtitle"
+msgstr ""
+
#. module: l10n_jp_summary_invoice
#: model:ir.model.fields,field_description:l10n_jp_summary_invoice.field_account_tax__rounding_adjustment
msgid "Rounding Adjustment"
@@ -295,6 +300,11 @@ msgid ""
"Specify the header remark to be displayed on the printed summary invoice"
msgstr ""
+#. module: l10n_jp_summary_invoice
+#: model:ir.model.fields,help:l10n_jp_summary_invoice.field_account_billing__report_subtitle
+msgid "Subtitle to be printed below the title of the summary invoice report."
+msgstr ""
+
#. module: l10n_jp_summary_invoice
#: model_terms:ir.ui.view,arch_db:l10n_jp_summary_invoice.report_summary_invoice_document
msgid "Summary Invoice"
diff --git a/l10n_jp_summary_invoice/models/account_billing.py b/l10n_jp_summary_invoice/models/account_billing.py
index 295e4d6..cd3dde7 100644
--- a/l10n_jp_summary_invoice/models/account_billing.py
+++ b/l10n_jp_summary_invoice/models/account_billing.py
@@ -49,6 +49,9 @@ class AccountBilling(models.Model):
help="If not specified, the first bank account linked to the company will show "
"in the report.",
)
+ report_subtitle = fields.Char(
+ help="Subtitle to be printed below the title of the summary invoice report.",
+ )
@api.constrains("state", "billing_line_ids")
def _check_account_move_billability(self):
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 c6a489d..9485d1b 100644
--- a/l10n_jp_summary_invoice/reports/report_summary_invoice_templates.xml
+++ b/l10n_jp_summary_invoice/reports/report_summary_invoice_templates.xml
@@ -151,6 +151,9 @@
>Cancelled Summary Invoice
+
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.
diff --git a/l10n_jp_summary_invoice/views/account_billing_views.xml b/l10n_jp_summary_invoice/views/account_billing_views.xml
index dcda96d..8a39ad6 100644
--- a/l10n_jp_summary_invoice/views/account_billing_views.xml
+++ b/l10n_jp_summary_invoice/views/account_billing_views.xml
@@ -52,6 +52,7 @@
+