Browse Source

The selection of periods should not be restricted to open periods

pull/756/head
Guewen Baconnier 10 years ago
committed by Kévin Roche
parent
commit
9f40e842c3
  1. 2
      account_export_csv/wizard/account_export_csv_view.xml

2
account_export_csv/wizard/account_export_csv_view.xml

@ -13,7 +13,7 @@
<field name="fiscalyear_id" domain="[('company_id', '=', company_id)]"/>
</group>
<group colspan="4" col="2">
<field name="periods" domain="[('state', '=', 'draft'),('fiscalyear_id','=',fiscalyear_id)]"/>
<field name="periods" domain="[('fiscalyear_id','=',fiscalyear_id)]"/>
<field name="journal_ids"/>
</group>
<separator string ="Report" colspan="4"/>

Loading…
Cancel
Save