From 6934256fe6335859918f3ec48b003815f0dc565e Mon Sep 17 00:00:00 2001 From: Humberto Arocha Date: Sun, 29 Jul 2012 00:02:04 -0530 Subject: [PATCH] [IMP] Cambios menores en vista --- account_financial_report/view/wizard.xml | 5 ++++- account_financial_report/wizard/wizard.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/account_financial_report/view/wizard.xml b/account_financial_report/view/wizard.xml index 8c756c24..0a6876b5 100644 --- a/account_financial_report/view/wizard.xml +++ b/account_financial_report/view/wizard.xml @@ -41,7 +41,7 @@ - + @@ -51,7 +51,10 @@ + + diff --git a/account_financial_report/wizard/wizard.py b/account_financial_report/wizard/wizard.py index b36083a7..c15b35ad 100644 --- a/account_financial_report/wizard/wizard.py +++ b/account_financial_report/wizard/wizard.py @@ -47,7 +47,7 @@ class wizard_report(osv.osv_memory): 'tot_check': fields.boolean('Show Total'), 'lab_str': fields.char('Description', size= 128), 'inf_type': fields.selection([('bgen','Balance General'),('bcom','Balance Comprobacion'),('edogp','Estado Ganancias y Perdidas'),('bml','Libro Mayor Legal')],'Tipo Informe',required=True), - 'columns': fields.selection([('one','Balance'),('two','Debit | Credit'),('four','Balance init | Debit | Credit | Balance'),('thirteen','12 Months | Year Today')],'Column Number',required=True), + 'columns': fields.selection([('one','End. Balance'),('two','Debit | Credit'),('four',' Init. Balance | Debit | Credit | End. Balance'),('thirteen','12 Months | YTD')],'Column Number',required=True), 'currency_id': fields.many2one('res.currency', 'Secondary Currency', help="Forces all values for this report to be expressed in this secondary currency."), }