|
@ -21,7 +21,7 @@ |
|
|
<field name="columns" on_change='onchange_columns(columns,fiscalyear,periods)' colspan="4"/> |
|
|
<field name="columns" on_change='onchange_columns(columns,fiscalyear,periods)' colspan="4"/> |
|
|
</group> |
|
|
</group> |
|
|
</group> |
|
|
</group> |
|
|
<group colspan='2'> |
|
|
|
|
|
|
|
|
<group colspan='4'> |
|
|
<group colspan="2"> |
|
|
<group colspan="2"> |
|
|
<separator string="Accounts Info" colspan="4"/> |
|
|
<separator string="Accounts Info" colspan="4"/> |
|
|
<field name="display_account" required="True" colspan="4"/> |
|
|
<field name="display_account" required="True" colspan="4"/> |
|
@ -35,7 +35,7 @@ |
|
|
</group> |
|
|
</group> |
|
|
<group colspan='4'> |
|
|
<group colspan='4'> |
|
|
<group colspan="1"> |
|
|
<group colspan="1"> |
|
|
<separator string="Account to Include" colspan="4"/> |
|
|
|
|
|
|
|
|
<separator string="Accounts to Include" colspan="4"/> |
|
|
<field name="account_list" nolabel="1" colspan="4" domain="[('company_id','=',company_id)]"> |
|
|
<field name="account_list" nolabel="1" colspan="4" domain="[('company_id','=',company_id)]"> |
|
|
<tree> |
|
|
<tree> |
|
|
<field name='code'/> |
|
|
<field name='code'/> |
|
@ -63,27 +63,30 @@ |
|
|
</field> |
|
|
</field> |
|
|
</group> |
|
|
</group> |
|
|
</group> |
|
|
</group> |
|
|
<group colspan="4"> |
|
|
|
|
|
<group colspan="2"> |
|
|
|
|
|
|
|
|
<group colspan='4'> |
|
|
<separator string="Account's Sign Conventions" colspan="4"/> |
|
|
<separator string="Account's Sign Conventions" colspan="4"/> |
|
|
<label string="Please check the [ Account's Sign on Reports ] Section in the Company"/> |
|
|
<label string="Please check the [ Account's Sign on Reports ] Section in the Company"/> |
|
|
</group> |
|
|
</group> |
|
|
|
|
|
|
|
|
|
|
|
<group colspan='4' col='4'> |
|
|
<group colspan="2"> |
|
|
<group colspan="2"> |
|
|
<separator string="Total" colspan="4"/> |
|
|
<separator string="Total" colspan="4"/> |
|
|
<field name="tot_check" colspan="4"/> |
|
|
<field name="tot_check" colspan="4"/> |
|
|
<field name="lab_str" colspan="4" attrs="{'required':[('tot_check','=',True)], 'readonly':[('tot_check','=',False)],}" /> |
|
|
<field name="lab_str" colspan="4" attrs="{'required':[('tot_check','=',True)], 'readonly':[('tot_check','=',False)],}" /> |
|
|
</group> |
|
|
</group> |
|
|
</group> |
|
|
|
|
|
<group colspan="4"> |
|
|
|
|
|
<separator string="" colspan="4"/> |
|
|
|
|
|
<group colspan="2"> |
|
|
|
|
|
<label string=""/> |
|
|
|
|
|
</group> |
|
|
|
|
|
<group colspan="2"> |
|
|
<group colspan="2"> |
|
|
<group colspan="2"> |
|
|
|
|
|
<label string=""/> |
|
|
|
|
|
</group> |
|
|
|
|
|
<button name="print_report" string="Print" type="object"/> |
|
|
|
|
|
|
|
|
<separator string="" colspan="4"/> |
|
|
|
|
|
<button |
|
|
|
|
|
name="print_report" |
|
|
|
|
|
string="Print" |
|
|
|
|
|
type="object" |
|
|
|
|
|
icon='gtk-print'/> |
|
|
|
|
|
<button |
|
|
|
|
|
type='special' |
|
|
|
|
|
special='cancel' |
|
|
|
|
|
string='_Cancel' |
|
|
|
|
|
icon='gtk-cancel' |
|
|
|
|
|
/> |
|
|
</group> |
|
|
</group> |
|
|
</group> |
|
|
</group> |
|
|
</form> |
|
|
</form> |
|
|