Ravish Murari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-usability-add_context_on_chart_account-rmu
 into lp:~openerp-dev/openobject-addons/trunk-usability.

Requested reviews:
  Amit (Open ERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-add_context_on_chart_account-rmu/+merge/70405

Hello Sir
I have done all ask changes.
Ravish
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-add_context_on_chart_account-rmu/+merge/70405
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-usability.
=== modified file 'account/account_view.xml'
--- account/account_view.xml	2011-07-22 13:42:35 +0000
+++ account/account_view.xml	2011-08-04 06:29:24 +0000
@@ -1266,8 +1266,7 @@
             <field name="view_mode">tree,form</field>
             <field name="view_id" ref="view_move_line_tree"/>
             <field name="search_view_id" ref="view_account_move_line_filter"/>
-            <field name="domain">[('account_id', 'child_of', active_id)]</field>
-            <field name="context">{'account_id':active_id}</field>
+            <field name="context">{'search_default_account_id':[active_id], 'default_account_id': active_id}</field>
         </record>
 
         <record id="ir_account_move_line_select" model="ir.values">

_______________________________________________
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

Reply via email to