Browse Source

add nocreate: True

pull/371/head
Luc De Meyer 6 years ago
parent
commit
698e3ac0ae
  1. 2
      account_financial_report_date_range/wizards/accounting_report.xml

2
account_financial_report_date_range/wizards/accounting_report.xml

@ -7,7 +7,7 @@
<field name="inherit_id" ref="account.accounting_report_view"/>
<field name="arch" type="xml">
<field name="date_from" position="before">
<field name="date_range_id" options="{'no_create_edit': True}"/>
<field name="date_range_id" options="{'no_create_edit': True, 'no_create': True}"/>
<newline/>
</field>
</field>

Loading…
Cancel
Save