|
@ -28,18 +28,20 @@ |
|
|
<field name="foreign_currency"/> |
|
|
<field name="foreign_currency"/> |
|
|
</group> |
|
|
</group> |
|
|
</group> |
|
|
</group> |
|
|
<label for="partner_ids" attrs="{'invisible':[('show_partner_details','!=',True)]}"/> |
|
|
|
|
|
<field name="partner_ids" nolabel="1" options="{'no_create': True}" attrs="{'invisible':[('show_partner_details','!=',True)]}"/> |
|
|
|
|
|
|
|
|
<group name="partner_filter" attrs="{'invisible':[('show_partner_details','!=',True)]}" col="1"> |
|
|
|
|
|
<label for="partner_ids"/> |
|
|
|
|
|
<field name="partner_ids" nolabel="1" widget="many2many_tags" options="{'no_create': True}"/> |
|
|
|
|
|
</group> |
|
|
<label for="journal_ids"/> |
|
|
<label for="journal_ids"/> |
|
|
<field name="journal_ids" widget="many2many_tags" nolabel="1" options="{'no_create': True}"/> |
|
|
<field name="journal_ids" widget="many2many_tags" nolabel="1" options="{'no_create': True}"/> |
|
|
<group attrs="{'invisible':[('show_partner_details','!=',True)]}"/> |
|
|
<group attrs="{'invisible':[('show_partner_details','!=',True)]}"/> |
|
|
<div/> |
|
|
<div/> |
|
|
<label for="account_ids"/> |
|
|
|
|
|
<group col="4"> |
|
|
|
|
|
|
|
|
<group name="account_filter" col="4"> |
|
|
|
|
|
<label for="account_ids" colspan="4"/> |
|
|
<field name="receivable_accounts_only"/> |
|
|
<field name="receivable_accounts_only"/> |
|
|
<field name="payable_accounts_only"/> |
|
|
<field name="payable_accounts_only"/> |
|
|
|
|
|
<field name="account_ids" nolabel="1" widget="many2many_tags" options="{'no_create': True}" colspan="4"/> |
|
|
</group> |
|
|
</group> |
|
|
<field name="account_ids" widget="many2many_tags" nolabel="1" options="{'no_create': True}"/> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div attrs="{'invisible': [('not_only_one_unaffected_earnings_account', '=', False)]}"> |
|
|
<div attrs="{'invisible': [('not_only_one_unaffected_earnings_account', '=', False)]}"> |
|
|
<field name="not_only_one_unaffected_earnings_account" invisible="1"/> |
|
|
<field name="not_only_one_unaffected_earnings_account" invisible="1"/> |
|
|