[IMP] Cambios menores en vista
parent
031b50ae53
commit
6934256fe6
|
@ -41,7 +41,7 @@
|
||||||
<separator string="FiscalYear Info" colspan="4"/>
|
<separator string="FiscalYear Info" colspan="4"/>
|
||||||
<field name="fiscalyear" domain="[('company_id','=',company_id)]"/>
|
<field name="fiscalyear" domain="[('company_id','=',company_id)]"/>
|
||||||
<newline/>
|
<newline/>
|
||||||
<field name="filter" required="True"/>
|
<field name="filter" required="True" invisible='True'/>
|
||||||
<newline/>
|
<newline/>
|
||||||
|
|
||||||
<group attrs="{'invisible':[('filter','=','none')]}" colspan="4">
|
<group attrs="{'invisible':[('filter','=','none')]}" colspan="4">
|
||||||
|
@ -51,7 +51,10 @@
|
||||||
<field name="date_to"/>
|
<field name="date_to"/>
|
||||||
</group>
|
</group>
|
||||||
<group attrs="{'invisible':[('filter','=','bydate')]}" colspan="4">
|
<group attrs="{'invisible':[('filter','=','bydate')]}" colspan="4">
|
||||||
|
<!--
|
||||||
<separator string="Filter on Periods" colspan="4"/>
|
<separator string="Filter on Periods" colspan="4"/>
|
||||||
|
-->
|
||||||
|
<separator string="Periods to Include" colspan="4"/>
|
||||||
<field name="periods" colspan="4" nolabel="1" domain="[('fiscalyear_id','=',fiscalyear)]">
|
<field name="periods" colspan="4" nolabel="1" domain="[('fiscalyear_id','=',fiscalyear)]">
|
||||||
|
|
||||||
<tree>
|
<tree>
|
||||||
|
|
|
@ -47,7 +47,7 @@ class wizard_report(osv.osv_memory):
|
||||||
'tot_check': fields.boolean('Show Total'),
|
'tot_check': fields.boolean('Show Total'),
|
||||||
'lab_str': fields.char('Description', size= 128),
|
'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),
|
'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."),
|
'currency_id': fields.many2one('res.currency', 'Secondary Currency', help="Forces all values for this report to be expressed in this secondary currency."),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue