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

« back to all changes in this revision

Viewing changes to unifield_setup/setup_data.xml

  • Committer: Olivier DOSSMANN
  • Date: 2013-05-31 14:22:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1687.
  • Revision ID: od@tempo-consulting.fr-20130531142209-sbcwvzuema11guzz
UF-1991 [FIX] Problem with wizard on "msg" field. Change it to "name".

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
                
 
5
                <!-- Create the unifield configuration object -->
 
6
            <record id="unifield_setup" model="unifield.setup.configuration">
 
7
                        <field name="delivery_process">complex</field>
 
8
                        <field name="name">Unifield setup</field>
 
9
                        <field name="allocation_setup">allocated</field>
 
10
                        <field name="sale_price" eval="0.00" />
 
11
                        <field name="field_orders_ok" eval="True" />
 
12
            </record>
 
13
            
 
14
                        
 
15
        </data>
 
16
</openerp>
 
 
b'\\ No newline at end of file'