[FIX] 10.0. account_financial_report_qweb. Error in m2m account_ids field
parent
e6d1ee8aed
commit
3e40b526dc
|
@ -27,7 +27,7 @@
|
||||||
<field name="receivable_accounts_only"/>
|
<field name="receivable_accounts_only"/>
|
||||||
<field name="payable_accounts_only"/>
|
<field name="payable_accounts_only"/>
|
||||||
</group>
|
</group>
|
||||||
<field name="account_ids" nolabel="1" options="{'no_create': True}"/>
|
<field name="account_ids" widget="many2many_tags" nolabel="1" options="{'no_create': True}"/>
|
||||||
<footer>
|
<footer>
|
||||||
<button name="button_export_pdf" string="Export PDF" type="object" default_focus="1" class="oe_highlight"/>
|
<button name="button_export_pdf" string="Export PDF" type="object" default_focus="1" class="oe_highlight"/>
|
||||||
or
|
or
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
<field name="receivable_accounts_only"/>
|
<field name="receivable_accounts_only"/>
|
||||||
<field name="payable_accounts_only"/>
|
<field name="payable_accounts_only"/>
|
||||||
</group>
|
</group>
|
||||||
<field name="account_ids" nolabel="1" options="{'no_create': True}"/>
|
<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"/>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<field name="receivable_accounts_only"/>
|
<field name="receivable_accounts_only"/>
|
||||||
<field name="payable_accounts_only"/>
|
<field name="payable_accounts_only"/>
|
||||||
</group>
|
</group>
|
||||||
<field name="account_ids" nolabel="1" options="{'no_create': True}"/>
|
<field name="account_ids" widget="many2many_tags" nolabel="1" options="{'no_create': True}"/>
|
||||||
<footer>
|
<footer>
|
||||||
<button name="button_export_pdf" string="Export PDF" type="object" default_focus="1" class="oe_highlight"/>
|
<button name="button_export_pdf" string="Export PDF" type="object" default_focus="1" class="oe_highlight"/>
|
||||||
or
|
or
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<field name="receivable_accounts_only"/>
|
<field name="receivable_accounts_only"/>
|
||||||
<field name="payable_accounts_only"/>
|
<field name="payable_accounts_only"/>
|
||||||
</group>
|
</group>
|
||||||
<field name="account_ids" nolabel="1" options="{'no_create': True}"/>
|
<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"/>
|
||||||
|
|
Loading…
Reference in New Issue