<separatorstring="Choose the simple or extended views"colspan="4"/>
<fieldcolspan="2"name="view"/>
<separatorstring="Choose Your Mode"colspan="4"/>
<fieldcolspan="2"name="view"/>
<labelstring="Choose the simplified interface if you are testing OpenERP for the first time. Less used options or fields are automatically hidden. You will be able to change this, later, through the Administration menu."colspan="4"align="0.0"/>
<fieldname="name">Select between the simplified views or the extended views.</field>
<fieldname="note">Select between the simplified views or the extended views.
If you are testing or using OpenERP for the first time, we suggest you to use the simplified view, which has less features but is easier to understand. You will be able to switch to the extended view later.
<fieldname="name">Select Your Interface</field>
<fieldname="note">Choose between the "Simplified Interface" or the extended one.
If you are testing or using OpenERP for the first time, we suggest you to use
the simplified interface, which has less options and fields but is easier to
understand. You will be able to switch to the extended view later.
@@ -68,7 +68,7 @@ class ir_cron(osv.osv, netsvc.Agent):
'numbercall':fields.integer('Number of calls',help='Number of time the function is called,\na negative number indicates that the function will always be called'),
cr.execute("select m.id as id from ir_module_module_dependency d inner join ir_module_module m on (m.name=d.name) where d.module_id=%d and m.state='uninstalled'",(id,))
'lang':fields.selection(_lang_get,'Language',size=5,help="If the selected language is loaded in the system, all documents related to this partner will be printed in this language. If not, it will be english."),
'user_id':fields.many2one('res.users','Dedicated Salesman',help='The internal user that is in charge of communicating with this partner if any.'),