The selection of periods should not be restricted to open periods

pull/597/head
Guewen Baconnier 2014-06-11 15:50:40 +02:00 committed by David Beal
parent 55b669df5c
commit e96c9b68f1
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>