~jo0thlt/sfsoluciones/christmas

« back to all changes in this revision

Viewing changes to sfs_pos_customisation/pos_data.xml

  • Committer: contact at zbeanztech
  • Date: 2013-06-13 09:24:54 UTC
  • Revision ID: contact@zbeanztech.com-20130613092454-8hfhbxms6jqhy13l
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
    <data noupdate="1">
 
4
        <record id="discount_product" model="product.product">
 
5
            <field name="name">Discount</field>
 
6
            <field name="default_code">Discount</field>
 
7
            <field name="type">service</field>
 
8
        </record>
 
9
    </data>
 
10
</openerp>