~akretion-team/sale-wkfl/70-add-sale_order_revision

« back to all changes in this revision

Viewing changes to pricelist_share_companies/security/pricelist_security.xml

  • Committer: Maxime Chambreuil
  • Author(s): Yannick Vaucher
  • Date: 2013-06-22 14:39:09 UTC
  • mfrom: (12.3.4 7.0-port-pricelist_share_companies)
  • Revision ID: maxime.chambreuil@savoirfairelinux.com-20130622143909-463k7o18m6una1sn
[MERGE]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<openerp>
3
 
<data noupdate="1">
 
3
  <data noupdate="1">
4
4
 
5
5
    <record id="product_pricetype_comp_rule" model="ir.rule">
6
 
        <field name="name" >Product price type multi-company</field>
7
 
        <field name="model_id" ref="model_product_price_type"/>
8
 
        <field name="global" eval="True"/>
9
 
        <field name="domain_force">['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
 
6
      <field name="name" >Product price type multi-company</field>
 
7
      <field name="model_id" ref="model_product_price_type"/>
 
8
      <field name="global" eval="True"/>
 
9
      <field name="domain_force">['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
10
10
    </record>
11
11
 
12
 
</data>
 
12
  </data>
13
13
</openerp>