[IMP] account_payment_partner: Add several tests

This commit is contained in:
cubells
2018-12-03 12:45:56 +01:00
committed by Marçal Isern
parent 06dad984f8
commit 1eac10f419
14 changed files with 142 additions and 52 deletions

View File

@@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
# © 2016 Akretion (https://www.akretion.com/)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
# Copyright 2016 Akretion (http://www.akretion.com/)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import models, fields
from odoo import fields, models
class AccountMoveLine(models.Model):