[IMP] useability

bzr revid: fp@tinyerp.com-20101009160130-scig3mrbr64pj09d
This commit is contained in:
Fabien Pinckaers 2010-10-09 18:01:30 +02:00
parent 4a1010fec8
commit 890f23281a
2 changed files with 2 additions and 2 deletions

View File

@ -322,7 +322,7 @@
</form>
<xpath expr="//label[@string='description']"
position="attributes">
<attribute name="string">OpenERP allows you to select between a simplified and extended interface. If you use OpenERP for the first time we strongly advise you to select the simplified interface. You can always switch later from the user preferences.</attribute>
<attribute name="string">If you use OpenERP for the first time we strongly advise you to select the simplified interface, which has less features but is easier. You can always switch later from the user preferences.</attribute>
</xpath>
<xpath expr='//separator[@string="title"]' position='attributes'>
<attribute name='string'>Configure Your Interface</attribute>

View File

@ -45,7 +45,7 @@
</record>
<record id="action_res_bank_form" model="ir.actions.act_window">
<field name="name">Bank List</field>
<field name="name">Banks</field>
<field name="res_model">res.bank</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>