~akretion-team/openerp-pos/8.0-pos-pay-small-enhancements

« back to all changes in this revision

Viewing changes to pos_pay_sale_order/data/pos_pay_sale_order_product.xml

  • Committer: adrien.peiffer at etspeiffer
  • Date: 2014-07-29 09:36:07 UTC
  • Revision ID: adrien.peiffer@etspeiffer.be-20140729093607-hnvjz40oukkxyssv
[ADD] Add 2 modules to enable the payment in POS of sale orders and invoices

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<openerp>
 
3
    <data noupdate="0">
 
4
        <record id="pos_pay_sale_order_product" model="product.product">
 
5
            <field name="name">POS Sale Order Paiment</field>
 
6
            <field name="categ_id" ref="product.product_category_all"/>
 
7
            <field name="type">consu</field>
 
8
            <field name="sale_ok" eval="0"/>
 
9
            <field name="purchase_ok" eval="0"/>
 
10
            <field name="taxes_id"></field>
 
11
            <field name="supplier_taxes_id"></field>
 
12
            <field name="active" eval="0"/>
 
13
       </record>  
 
14
       
 
15
       <function model="product.product" name="active_template_sale_product"/>
 
16
    </data>
 
17
</openerp>
 
 
b'\\ No newline at end of file'