~camptocamp/account-financial-report/7.0-sync-afr_webkit-with-report_webkit

« back to all changes in this revision

Viewing changes to account_export_csv/wizard/account_export_csv_view.xml

[MRG][FIX] The selection of periods should not be restricted to open periods in account export CSV

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                        <field name="fiscalyear_id"  domain="[('company_id', '=', company_id)]"/>
14
14
                     </group>
15
15
                    <group colspan="4" col="2">
16
 
                        <field name="periods" domain="[('state', '=', 'draft'),('fiscalyear_id','=',fiscalyear_id)]"/>
 
16
                        <field name="periods" domain="[('fiscalyear_id','=',fiscalyear_id)]"/>
17
17
                        <field name="journal_ids"/>
18
18
                    </group>
19
19
                   <separator string ="Report" colspan="4"/>