mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Move 'Lead' field on Expense form.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<field name="model">hr.expense</field>
|
<field name="model">hr.expense</field>
|
||||||
<field name="inherit_id" ref="hr_expense.hr_expense_form_view"/>
|
<field name="inherit_id" ref="hr_expense.hr_expense_form_view"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//field[@name='sheet_id']" position="after">
|
<xpath expr="//field[@name='employee_id']" position="after">
|
||||||
<field name="lead_id"/>
|
<field name="lead_id"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user