[MERGE] Merged Rifakat's branch for the fix which stops the record rule for users/comapny getting updated on each update of base module

bzr revid: jvo@tinyerp.com-20110718115405-8kblc4bd24vnobn1
This commit is contained in:
Jay Vora (OpenERP) 2011-07-18 17:24:05 +05:30
commit 7545714a94
1 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,10 @@
<record model="ir.ui.menu" id="menu_base_config">
<field eval="[(6,0,[ref('group_system'), ref('group_partner_manager')])]" name="groups_id"/>
</record>
</data>
<data noupdate="1">
<!-- Record Rule For Company -->
@ -31,7 +34,6 @@
<field eval="True" name="global"/>
<field name="domain_force">['|',('company_id.child_ids','child_of',[user.company_id.id]),('company_id','child_of',[user.company_id.id])]</field>
</record>
</data>
</openerp>