~akretion-team/openerp-product-attributes/70-update-and-fix-product-gtin

« back to all changes in this revision

Viewing changes to customer_context_in_product_view/partner_pricelist_view.xml

  • Committer: Yannick Vaucher
  • Author(s): alexandre.fayolle at camptocamp
  • Date: 2014-03-24 10:16:18 UTC
  • mfrom: (234.1.1 7.0-fix_1296605-afe)
  • Revision ID: yannick.vaucher@camptocamp.com-20140324101618-44p90mypxjlolkv9
customer_context_in_product_view: fix oid in view

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
            <field name="priority" eval="20"/>
31
31
            <field name="arch" type="xml">
32
32
                <xpath expr="//div[@name='buttons']" position="inside">
33
 
                    <button name="%(partner_price_in_product_view.act_res_partner_pricing)d" type="action"
 
33
                    <button name="%(customer_context_in_product_view.act_res_partner_pricing)d" type="action"
34
34
                        string="Product Pricing" groups="base.group_sale_salesman"
35
35
                        attrs="{'invisibile': [('customer', '=', 'False')]}"/>
36
36
                </xpath>
38
38
        </record>
39
39
        
40
40
    </data>
41
 
</openerp>
 
 
b'\\ No newline at end of file'
 
41
</openerp>