~vauxoo/addons-vauxoo/addons-vauxoo-mrp_consume_produce-dev-julio

« back to all changes in this revision

Viewing changes to product_price_visible/security/product_price_visible.xml

  • Committer: Isaac Lopez
  • Date: 2012-08-03 00:44:05 UTC
  • mto: This revision was merged to the branch mainline in revision 383.
  • Revision ID: isaac@vauxoo.com-20120803004405-vsjhgg5x7jakkqff
[REF][product_price_visible] module name changed to product_price_visible

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<openerp>
3
3
    <data>
4
4
        <record model="res.groups" id="group_product_visible">
5
 
            <field name="name">Product visible</field>
 
5
            <field name="name">Product Price Visible</field>
6
6
        </record>
7
7
    </data>
8
8
</openerp>