~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to consumption_calculation/consumption_data.xml

  • Committer: Quentin THEURET
  • Date: 2016-03-04 12:15:00 UTC
  • Revision ID: qt@tempo-consulting.fr-20160304121500-u2ay8zrf83ih9fu3
US-826 [IMP] Change the way to check if products is not consistent on add multiple line wizard

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
3
    <data noupdate="1">
4
 
    
5
4
        <record id="stock.stock_location_internal_customers" model="stock.location">
6
5
            <field name="name">MSF Customer</field>
7
6
            <field name="usage">customer</field>
8
7
        </record>
9
 
    
 
8
        <record id="stock.stock_location_internal_suppliers" model="stock.location">
 
9
            <field name="name">MSF Suppliers</field>
 
10
            <field name="usage">supplier</field>
 
11
        </record>
10
12
    </data>
11
13
</openerp>