The change has been applied in trunk.

revno: 3614
revision-id: [email protected]

** Changed in: openobject-server
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of OpenERP
CTP, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/727277

Title:
  [6.0] - base - "res_partner_rule" - must not updated

Status in OpenERP Server:
  Fix Released

Bug description:
  this rule gets reinstalled with every update
  in multicompany it's very likely that the group wants to use a common partner 
database 

  6.0/bin/addons/base/security/base_security.xml

      <record model="ir.rule" id="res_partner_rule">
          <field name="name">res.partner company</field>
          <field name="model_id" ref="model_res_partner"/>
          <field name="global" eval="True"/>
          <field name="domain_force">['|', 
('company_id','child_of',[user.company_id.id]),('company_id','=',False)]</field>
      </record>

  IMHO this rule (and may be others - I didn't check) should reside in a 
separate file with
   <data noupdate="1">

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/727277/+subscriptions

_______________________________________________
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