diff --git a/account_ux/__manifest__.py b/account_ux/__manifest__.py
index d27a1fa15..b15a45c43 100644
--- a/account_ux/__manifest__.py
+++ b/account_ux/__manifest__.py
@@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Account UX',
- 'version': "13.0.1.23.0",
+ 'version': "13.0.1.24.0",
'category': 'Accounting',
'sequence': 14,
'summary': '',
diff --git a/account_ux/views/account_move_views.xml b/account_ux/views/account_move_views.xml
index dd7eb340f..287bbc71f 100644
--- a/account_ux/views/account_move_views.xml
+++ b/account_ux/views/account_move_views.xml
@@ -71,13 +71,20 @@
1
+
+
+
+
+ account.move
+ account.move.form
+
+
+
-
{'invisible': [('type', '!=', 'out_invoice')], 'readonly': [('state', '!=', 'draft')]}
[('type', 'in', ('out_invoice', 'out_refund')), ('partner_id.commercial_partner_id', '=', commercial_partner_id), ('state', '=', 'posted')]
-