[MIG] partner_statement: Migration to 17.0

This commit is contained in:
ellbristow
2024-06-25 12:22:21 +02:00
committed by Miquel Raïch
parent 3158417c4a
commit fb09ed1ef5
7 changed files with 101 additions and 102 deletions

View File

@@ -4,7 +4,9 @@
from odoo import _, models
from odoo.addons.report_xlsx_helper.report.report_xlsx_format import FORMATS
from odoo.addons.report_xlsx_helper.report.report_xlsx_format import ( # type: ignore
FORMATS,
)
def copy_format(book, fmt):