diff --git a/account_payment_order/models/account_payment_line.py b/account_payment_order/models/account_payment_line.py
index eddfacb5d..b24c03a70 100644
--- a/account_payment_order/models/account_payment_line.py
+++ b/account_payment_order/models/account_payment_line.py
@@ -118,7 +118,7 @@ class AccountPaymentLine(models.Model):
self.partner_id = False
self.partner_bank_id = False
self.amount_currency = 0.0
- self.currency_id = False
+ self.currency_id = self.env.user.company_id.currency_id
self.communication = False
def invoice_reference_type2communication_type(self):
diff --git a/account_payment_order/views/account_payment_order.xml b/account_payment_order/views/account_payment_order.xml
index c09d692a3..6d268f6c4 100644
--- a/account_payment_order/views/account_payment_order.xml
+++ b/account_payment_order/views/account_payment_order.xml
@@ -97,7 +97,8 @@
account.payment.order
-
+
+