openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #07112
[Merge] lp:~camptocamp/account-financial-report/7.0-account_export_csv-select-periods into lp:account-financial-report
Guewen Baconnier @ Camptocamp has proposed merging lp:~camptocamp/account-financial-report/7.0-account_export_csv-select-periods into lp:account-financial-report.
Requested reviews:
Account Report Core Editors (account-report-core-editor)
For more details, see:
https://code.launchpad.net/~camptocamp/account-financial-report/7.0-account_export_csv-select-periods/+merge/222806
One may want to export the balance for closed periods so they should not be filtered out in the selection of the periods.
--
https://code.launchpad.net/~camptocamp/account-financial-report/7.0-account_export_csv-select-periods/+merge/222806
Your team Account Report Core Editors is requested to review the proposed merge of lp:~camptocamp/account-financial-report/7.0-account_export_csv-select-periods into lp:account-financial-report.
=== modified file 'account_export_csv/wizard/account_export_csv_view.xml'
--- account_export_csv/wizard/account_export_csv_view.xml 2013-09-13 09:57:24 +0000
+++ account_export_csv/wizard/account_export_csv_view.xml 2014-06-11 13:58:44 +0000
@@ -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"/>
Follow ups