mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
increase test coverage
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user