From d9054055539eae3dc002a6f3565a46578b8c8d62 Mon Sep 17 00:00:00 2001 From: Raimon Esteve Date: Mon, 27 Nov 2023 16:38:13 +0100 Subject: [PATCH] Desactive general_ledger and trial_balance account reports #163646 --- account.xml | 11 +++++++++++ locale/ca.po | 2 +- locale/es.po | 2 +- taxes_by_invoice/taxes_by_invoice.xml | 3 ++- tryton.cfg | 1 + 5 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 account.xml diff --git a/account.xml b/account.xml new file mode 100644 index 0000000..90f3ad8 --- /dev/null +++ b/account.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/locale/ca.po b/locale/ca.po index 6981eab..7f2626e 100644 --- a/locale/ca.po +++ b/locale/ca.po @@ -190,7 +190,7 @@ msgid "Print General Ledger" msgstr "Imprimeix llibre major" msgctxt "model:ir.ui.menu,name:menu_print_taxes_by_invoice" -msgid "Print Taxes by Invoice and Period HTML" +msgid "Print Taxes by Invoice and Period" msgstr "Imprimeix impostos per factura i perĂ­ode" msgctxt "report:account_reports.general_ledger:" diff --git a/locale/es.po b/locale/es.po index 226a482..315984d 100644 --- a/locale/es.po +++ b/locale/es.po @@ -190,7 +190,7 @@ msgid "Print General Ledger" msgstr "Imprimir libro mayor" msgctxt "model:ir.ui.menu,name:menu_print_taxes_by_invoice" -msgid "Print Taxes by Invoice and Period HTML" +msgid "Print Taxes by Invoice and Period" msgstr "Imprimir impuestos por factura y perĂ­odo" msgctxt "report:account_reports.general_ledger:" diff --git a/taxes_by_invoice/taxes_by_invoice.xml b/taxes_by_invoice/taxes_by_invoice.xml index e270b56..617726b 100644 --- a/taxes_by_invoice/taxes_by_invoice.xml +++ b/taxes_by_invoice/taxes_by_invoice.xml @@ -27,6 +27,7 @@ copyright notices and license terms. --> account_reports/taxes_by_invoice/templates/taxes_by_invoice.html + Taxes by Invoice account_reports.taxes_by_invoice @@ -67,7 +68,7 @@ copyright notices and license terms. --> - diff --git a/tryton.cfg b/tryton.cfg index 81f666d..7397391 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -8,6 +8,7 @@ depends: extra_depends: account_bank_statement xml: + account.xml general_ledger/general_ledger.xml taxes_by_invoice/taxes_by_invoice.xml message.xml