From 1501b9ea4ba3bd56e7dcac86b0c0107f6d268337 Mon Sep 17 00:00:00 2001
From: Roberto Camejo <48900177+robertohca@users.noreply.github.com>
Date: Wed, 7 Aug 2024 13:33:19 -0400
Subject: [PATCH] [17.0][FIX] l10n_do_accounting: fix install issue due to
incomplete xpath
---
l10n_do_accounting/views/account_move_views.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l10n_do_accounting/views/account_move_views.xml b/l10n_do_accounting/views/account_move_views.xml
index a41e0d49..a84a1ce5 100644
--- a/l10n_do_accounting/views/account_move_views.xml
+++ b/l10n_do_accounting/views/account_move_views.xml
@@ -47,7 +47,7 @@
(not l10n_latam_use_documents and country_code == 'DO') or (not l10n_do_enable_first_sequence and not l10n_latam_manual_document_number and state == 'draft') or (not l10n_do_enable_first_sequence and l10n_latam_manual_document_number and state == 'draft') and (move_type in ('out_invoice', 'out_refund', 'in_refund') and country_code == 'DO')
(state != 'draft' and country_code == 'DO') or (posted_before and country_code == 'DO')
-
+