From 75d4bdf9c057363afa497f713f4d4c47f06937a0 Mon Sep 17 00:00:00 2001 From: Houssameddine-omar Date: Tue, 9 Dec 2025 17:05:57 +0100 Subject: [PATCH] [FIX] om_account_asset : Fix xpath expression for asset category field In the commit 'b26818d' odoo repository , they reverted back to line_ids by removing journal_line_ids which end up causing the issue xpression path not found. --- om_account_asset/views/account_move_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/om_account_asset/views/account_move_views.xml b/om_account_asset/views/account_move_views.xml index 7dd6dcd9..879dc600 100644 --- a/om_account_asset/views/account_move_views.xml +++ b/om_account_asset/views/account_move_views.xml @@ -11,7 +11,7 @@ force_save="1" column_invisible="parent.move_type != 'in_invoice'" domain="[('type','=','purchase')]" context="{'default_type':'purchase'}"/> - +