diff --git a/account_payment_order/__manifest__.py b/account_payment_order/__manifest__.py
index 61088d2c7..bebcc280e 100644
--- a/account_payment_order/__manifest__.py
+++ b/account_payment_order/__manifest__.py
@@ -8,7 +8,7 @@
{
"name": "Account Payment Order",
- "version": "14.0.1.0.5",
+ "version": "14.0.1.2.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV, "
"Therp BV, "
diff --git a/account_payment_order/security/payment_security.xml b/account_payment_order/security/payment_security.xml
index 3513f33d7..38a7336eb 100644
--- a/account_payment_order/security/payment_security.xml
+++ b/account_payment_order/security/payment_security.xml
@@ -7,7 +7,7 @@
name="users"
eval="[(4, ref('base.user_root')), (4, ref('base.user_admin'))]"
/>
-
+
diff --git a/account_payment_order/views/account_invoice_view.xml b/account_payment_order/views/account_invoice_view.xml
index 7e04be0b1..62d7331e5 100644
--- a/account_payment_order/views/account_invoice_view.xml
+++ b/account_payment_order/views/account_invoice_view.xml
@@ -42,11 +42,10 @@
-
+
diff --git a/account_payment_order/views/account_payment_mode.xml b/account_payment_order/views/account_payment_mode.xml
index 136629183..a5cf26d98 100644
--- a/account_payment_order/views/account_payment_mode.xml
+++ b/account_payment_order/views/account_payment_mode.xml
@@ -57,7 +57,10 @@
name="move_option"
attrs="{'invisible': [('generate_move', '=', False)], 'required': [('generate_move', '=', True)]}"
/>
-
+