increase test coverage

This commit is contained in:
Luc De Meyer
2019-08-10 17:03:15 +02:00
committed by Saran440
parent db377b7a31
commit 786071a5b8
2 changed files with 16 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
# Copyright 2009-2018 Noviat.
# Copyright 2009-2019 Noviat.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models
@@ -53,6 +52,15 @@ class TestPartnerXlsx(models.AbstractModel):
},
'width': 14,
},
'date': {
'header': {
'value': 'Date',
},
'data': {
'value': self._render("partner.date"),
},
'width': 13,
},
}
ws_params = {