diff --git a/account_payment_order/README.rst b/account_payment_order/README.rst index d3802964c..0be86c714 100644 --- a/account_payment_order/README.rst +++ b/account_payment_order/README.rst @@ -20,7 +20,7 @@ Account Payment Order :target: https://translation.odoo-community.org/projects/bank-payment-12-0/bank-payment-12-0-account_payment_order :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/97/12.0 + :target: https://runbot.odoo-community.org/runbot/173/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| diff --git a/account_payment_order/__manifest__.py b/account_payment_order/__manifest__.py index 9591300c6..06a17f6c6 100644 --- a/account_payment_order/__manifest__.py +++ b/account_payment_order/__manifest__.py @@ -8,7 +8,7 @@ { 'name': 'Account Payment Order', - 'version': '12.0.1.0.0', + 'version': '12.0.1.0.1', 'license': 'AGPL-3', 'author': "ACSONE SA/NV, " "Therp BV, " diff --git a/account_payment_order/models/account_payment_order.py b/account_payment_order/models/account_payment_order.py index 95ac5ffc7..e3f57196b 100644 --- a/account_payment_order/models/account_payment_order.py +++ b/account_payment_order/models/account_payment_order.py @@ -109,7 +109,7 @@ class AccountPaymentOrder(models.Model): record.payment_mode_id.fixed_journal_id) elif record.payment_mode_id.bank_account_link == 'variable': record.allowed_journal_ids = ( - self.payment_mode_id.variable_journal_ids) + record.payment_mode_id.variable_journal_ids) @api.multi def unlink(self): diff --git a/account_payment_order/static/description/index.html b/account_payment_order/static/description/index.html index 4b3a94a41..0ee90bc7b 100644 --- a/account_payment_order/static/description/index.html +++ b/account_payment_order/static/description/index.html @@ -3,7 +3,7 @@
- +