Browse Source

add todo

14.0
Luc De Meyer 6 years ago
committed by Saran440
parent
commit
95f67d8b64
  1. 4
      report_xlsx_helper/report/test_partner_report_xlsx.py

4
report_xlsx_helper/report/test_partner_report_xlsx.py

@ -5,6 +5,10 @@
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):
_name = 'report.report_xlsx_helper.test_partner_xlsx'
_inherit = 'report.report_xlsx.abstract'

Loading…
Cancel
Save