From aeec0cb7288cfed514cde8e692286e4381e079fd Mon Sep 17 00:00:00 2001 From: Remi <remi@le-filament.com> Date: Thu, 19 Dec 2019 10:07:07 +0100 Subject: [PATCH] Replace no_create_edit by no_create --- views/hr_expense.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/hr_expense.xml b/views/hr_expense.xml index 5c02341..9240715 100644 --- a/views/hr_expense.xml +++ b/views/hr_expense.xml @@ -62,7 +62,7 @@ <field name="expense_formula" invisible="True" /> </field> <field name="analytic_account_id" position="before"> - <field name="timesheet_id" options="{'no_create_edit': True, 'no_open': True}" /> + <field name="timesheet_id" options="{'no_create': True, 'no_open': True}" /> </field> <field name="analytic_account_id" position="attributes"> <attribute name="string">Code activité UR</attribute> -- GitLab