Browse Source

[FIX] 10.0. account_financial_report_qweb. Error in m2m account_ids field

pull/367/head
Roodin 7 years ago
committed by Jordi Ballester
parent
commit
3e40b526dc
  1. 2
      account_financial_report_qweb/wizard/aged_partner_balance_wizard_view.xml
  2. 2
      account_financial_report_qweb/wizard/general_ledger_wizard_view.xml
  3. 2
      account_financial_report_qweb/wizard/open_items_wizard_view.xml
  4. 2
      account_financial_report_qweb/wizard/trial_balance_wizard_view.xml

2
account_financial_report_qweb/wizard/aged_partner_balance_wizard_view.xml

@ -27,7 +27,7 @@
<field name="receivable_accounts_only"/>
<field name="payable_accounts_only"/>
</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>
<button name="button_export_pdf" string="Export PDF" type="object" default_focus="1" class="oe_highlight"/>
or

2
account_financial_report_qweb/wizard/general_ledger_wizard_view.xml

@ -35,7 +35,7 @@
<field name="receivable_accounts_only"/>
<field name="payable_accounts_only"/>
</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 attrs="{'invisible': [('not_only_one_unaffected_earnings_account', '=', False)]}">
<field name="not_only_one_unaffected_earnings_account" invisible="1"/>

2
account_financial_report_qweb/wizard/open_items_wizard_view.xml

@ -27,7 +27,7 @@
<field name="receivable_accounts_only"/>
<field name="payable_accounts_only"/>
</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>
<button name="button_export_pdf" string="Export PDF" type="object" default_focus="1" class="oe_highlight"/>
or

2
account_financial_report_qweb/wizard/trial_balance_wizard_view.xml

@ -32,7 +32,7 @@
<field name="receivable_accounts_only"/>
<field name="payable_accounts_only"/>
</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 attrs="{'invisible': [('not_only_one_unaffected_earnings_account', '=', False)]}">
<field name="not_only_one_unaffected_earnings_account" invisible="1"/>

Loading…
Cancel
Save