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 2105f5c..91b7d49 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