Mayur Maheshwari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1054192-mma into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1054192 in OpenERP Addons: "parent analytic account show 2 times on 
project form view"
  https://bugs.launchpad.net/openobject-addons/+bug/1054192

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1054192-mma/+merge/125927

Hello 

       I have fix the issue of  parent analytic account show 2 times on project 
form view  lp:1054192


Thanks,
Mayur
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1054192-mma/+merge/125927
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1054192-mma.
=== modified file 'project/project_view.xml'
--- project/project_view.xml	2012-09-20 08:49:58 +0000
+++ project/project_view.xml	2012-09-24 05:45:23 +0000
@@ -137,7 +137,6 @@
                                 </group>
                                 <group string="Miscellaneous" name="misc">
                                     <field name="date"/>
-                                    <field name="parent_id" domain="[('id','!=',analytic_account_id)]" context="{'current_model': 'project.project'}"/>
                                     <field name="priority"/>
                                     <field name="active" attrs="{'invisible':[('state','in',['open', 'pending', 'template'])]}"/>
 

_______________________________________________
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