Divyesh Makwana(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-server/trunk-addons_10_crm-mdi into 
lp:openobject-server.

Requested reviews:
  Purnendu Singh (OpenERP) (psi-tinyerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-server/trunk-addons_10_crm-mdi/+merge/124903

Hello Sir,

I have removed attrs from 'Sales & Purchases' tab in Partner Form View in order 
to get rid of problem when we unchecked 'Customer' and 'Supplier', the 'Sales & 
Purchases' tab disappears. so how to check again.

Thanks,
Divyesh
-- 
https://code.launchpad.net/~openerp-dev/openobject-server/trunk-addons_10_crm-mdi/+merge/124903
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-server/trunk-addons_10_crm-mdi.
=== modified file 'openerp/addons/base/res/res_partner_view.xml'
--- openerp/addons/base/res/res_partner_view.xml	2012-09-12 17:46:22 +0000
+++ openerp/addons/base/res/res_partner_view.xml	2012-09-25 04:06:22 +0000
@@ -249,7 +249,7 @@
                         <page string="Internal Notes">
                             <field name="comment" placeholder="Internal notes about this customer..."/>
                         </page>
-                        <page string="Sales &amp; Purchases" attrs="{'invisible': [('customer', '=', False), ('supplier', '=', False)]}">
+                        <page string="Sales &amp; Purchases">
                             <group>
                                 <group>
                                     <field name="user_id"/>

_______________________________________________
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