Amit Dodiya (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.1-opw-576324-ado into
lp:openobject-addons/6.1.
Requested reviews:
Olivier Dony (OpenERP) (odo-openerp)
Naresh(OpenERP) (nch-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-576324-ado/+merge/112497
Hello,
"[FIX] Manual Reconciliation menu displays all move lines after click on clear
button it should display only unreconciled move lines"
Stpes:
1). Goto : Accounting/Periodical Processing/Reconciliation/Manual Reconciliation
2). Open the form you will see the unreconciled entries only, but when you
click on clear it will show you all entries
It should display only unreconciled entry.
Regards,
Amit
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-576324-ado/+merge/112497
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.1-opw-576324-ado.
=== modified file 'account/account_view.xml'
--- account/account_view.xml 2012-02-14 11:07:04 +0000
+++ account/account_view.xml 2012-06-28 06:51:21 +0000
@@ -1557,6 +1557,7 @@
<act_window
context="{'search_default_next_partner':1,'view_mode':True}"
id="action_account_manual_reconcile" name="Journal Items"
+ domain="[('reconcile_id','=',False), ('account_id.reconcile','=',True)]"
res_model="account.move.line"
view_id="view_move_line_tree"/>
_______________________________________________
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