mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Merge pull request #503 from Tecnativa/11.0-account_payment_sale
[FIX] account_payment_sale: typo
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user