Browse Source

[FIX] Add new record on top of the list

pull/229/head
Antonio Espinosa 10 years ago
committed by Jairo Llopis
parent
commit
3ca7885df0
  1. 2
      crm_department/views/crm_department_view.xml

2
crm_department/views/crm_department_view.xml

@ -13,7 +13,7 @@
<field name="name">CRM department tree</field>
<field name="model">crm.department</field>
<field name="arch" type="xml">
<tree string="Departments" editable="bottom">
<tree string="Departments" editable="top">
<field name="name"/>
<field name="parent_id"/>
</tree>

Loading…
Cancel
Save