[18.0][MIG] hr_expense_widget_o2m#312
Conversation
Currently translated at 100.0% (2 of 2 strings) Translation: hr-expense-15.0/hr-expense-15.0-hr_expense_widget_o2m Translate-URL: https://translation.odoo-community.org/projects/hr-expense-15-0/hr-expense-15-0-hr_expense_widget_o2m/it/
|
/ocabot migration hr_expense_widget_o2m |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Saran440
left a comment
There was a problem hiding this comment.
Step to test:
- Create hr.expense.sheet and add a line
- Change quantity or Total > Save
- Click in each line > edit price > Save
- Click from smart button expense
Result:
The price still shows the old value.
I think this behavior may be related to the widget implementation in Odoo 18 and the way the x2many state is handled.
To simplify the user experience, I created an alternative module using the standard Odoo behavior with open_form_view:
#342
What do you think?
Yes, it's better to just use standard odoo like |
Standard Migration
Hi @kittiu, @Saran440
Relate to
groups_idfromir.ui.viewodoo/odoo#98551on version 18.0 groups_id also removed from ir.ui.view
That means we cannot configure it to use O2M widget by groups; we can only enable this feature by installing or uninstalling it.