Merge pull request #503 from Tecnativa/11.0-account_payment_sale

[FIX] account_payment_sale: typo
This commit is contained in:
Pedro M. Baeza
2018-09-18 16:38:05 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
{
'name': 'Account Payment Sale',
'version': '11.0.1.0.0',
'version': '11.0.1.0.1',
'category': 'Banking addons',
'license': 'AGPL-3',
'summary': "Adds payment mode on sale orders",

View File

@@ -31,7 +31,7 @@ class CommonTestCase(SavepointCase):
})
cls.base_partner = cls.env["res.partner"].create({
'name': 'Dummy',
'mail': 'dummy@example.com',
'email': 'dummy@example.com',
'customer_payment_mode_id': cls.payment_mode.id,
})
cls.products = {