From ecf654360c6914054bee6bed8e41a5a286b56ddd Mon Sep 17 00:00:00 2001 From: Alnus Tmp Date: Thu, 18 Mar 2021 14:07:34 -0500 Subject: [PATCH] =?UTF-8?q?Activaci=C3=B3n=20de=20men=C3=BA=20para=20apunt?= =?UTF-8?q?es=20contables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- account.xml | 11 +++++++++++ locale/es.po | 6 +++++- tryton.cfg | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 account.xml diff --git a/account.xml b/account.xml new file mode 100644 index 0000000..d2672d9 --- /dev/null +++ b/account.xml @@ -0,0 +1,11 @@ + + + + + + + + diff --git a/locale/es.po b/locale/es.po index 12adb23..a76b07d 100644 --- a/locale/es.po +++ b/locale/es.po @@ -80,4 +80,8 @@ msgctxt "model:ir.message,text:msg_stdnum_error" msgid "" "Is required module stdnum" msgstr "" -"El módulo stdnum es requerido" \ No newline at end of file +"El módulo stdnum es requerido" + +msgctxt "model:ir.ui.menu,name:menu_account_move_line" +msgid "Account Move Lines" +msgstr "Apuntes Contables" \ No newline at end of file diff --git a/tryton.cfg b/tryton.cfg index 318d0c4..ba32f8b 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -6,6 +6,7 @@ depends: country account xml: + account.xml party.xml address.xml rut.xml