Mohammed Shekha(Open ERP) has proposed merging lp:~openerp-dev/openobject-addons/7.0-opw-584639-msh into lp:openobject-addons/7.0.
Requested reviews: OpenERP Core Team (openerp) For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/7.0-opw-584639-msh/+merge/145308 Hello, Fixed the issue of journal and period group not works as fields are not available in tree view. Demo:- Install module Account Followup, Goto Accounting -> Payment Follow-up -> Reconcile Invoice & Payment and do group by period or journal, it will throuw traceback that that fields are not available in tree view. Thanks. -- https://code.launchpad.net/~openerp-dev/openobject-addons/7.0-opw-584639-msh/+merge/145308 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/7.0-opw-584639-msh.
=== modified file 'account/account_view.xml' --- account/account_view.xml 2013-01-24 12:38:27 +0000 +++ account/account_view.xml 2013-01-29 05:42:19 +0000 @@ -1204,6 +1204,8 @@ <field name="move_id"/> <field name="ref"/> <field name="name"/> + <field name="period_id" invisible="1"/> + <field name="journal_id" invisible="1"/> <field name="partner_id"/> <field name="account_id"/> <field name="reconcile_partial_id"/>
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp