Hello,
I want to include my view on this MP, As per the patch talk about it will solve
the issue but one more thing needs to fix which is domain.After applying the
patch when I did try to remove the fiscal year and selected the period filter I
could not able to see any period on wizard inputs and as this is required field
I have to pass period.
One more points I need to specify here is that as period it self have some
company so we did pass that company period only as a inputs of wizard.As per
company have individual period with respect of fiscal year so other company
chart account have different period entry. Is this the right thing as a output
to shows balance of that account which balance related with other period which
I did not pass in to wizard input.
So need to remove the domain in created view name :
'account_common_report_view':
=== modified file 'account/wizard/account_report_common_view.xml'
--- account/wizard/account_report_common_view.xml 2012-01-31 13:36:57
+0000
+++ account/wizard/account_report_common_view.xml 2012-09-19 12:55:23
+0000
@@ -21,8 +21,8 @@
<field name="date_from"
attrs="{'readonly':[('filter', '!=', 'filter_date')], 'required':[('filter',
'=', 'filter_date')]}" colspan="4"/>
<field name="date_to"
attrs="{'readonly':[('filter', '!=', 'filter_date')], 'required':[('filter',
'=', 'filter_date')]}" colspan="4"/>
<separator string="Periods" colspan="4"/>
- <field name="period_from"
domain="[('fiscalyear_id', '=', fiscalyear_id)]"
attrs="{'readonly':[('filter','!=','filter_period')], 'required':[('filter',
'=', 'filter_period')]}" colspan="4"/>
- <field name="period_to"
domain="[('fiscalyear_id', '=', fiscalyear_id)]"
attrs="{'readonly':[('filter','!=','filter_period')], 'required':[('filter',
'=', 'filter_period')]}" colspan="4"/>
+ <field name="period_from"
attrs="{'readonly':[('filter','!=','filter_period')], 'required':[('filter',
'=', 'filter_period')]}" colspan="4"/>
+ <field name="period_to"
attrs="{'readonly':[('filter','!=','filter_period')], 'required':[('filter',
'=', 'filter_period')]}" colspan="4"/>
</page>
<page string="Journals" name="journal_ids">
<field name="journal_ids" colspan="4"
nolabel="1"/>
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-577644-cbi/+merge/124109
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.1-opw-577644-cbi.
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp