mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
add todo
This commit is contained in:
@@ -5,6 +5,10 @@
|
|||||||
from odoo import models
|
from odoo import models
|
||||||
|
|
||||||
|
|
||||||
|
# TODO:
|
||||||
|
# make PR to move this class as well as the report_xlsx test class
|
||||||
|
# to the tests folder (requires dynamic update Odoo registry when
|
||||||
|
# running unit tests.
|
||||||
class TestPartnerXlsx(models.AbstractModel):
|
class TestPartnerXlsx(models.AbstractModel):
|
||||||
_name = 'report.report_xlsx_helper.test_partner_xlsx'
|
_name = 'report.report_xlsx_helper.test_partner_xlsx'
|
||||||
_inherit = 'report.report_xlsx.abstract'
|
_inherit = 'report.report_xlsx.abstract'
|
||||||
|
|||||||
Reference in New Issue
Block a user