[FIX] commission_simple_*: backport from 16 to 14

This commit is contained in:
Alexis de Lattre
2025-10-15 09:31:57 +02:00
parent 204df0e1e8
commit f12218c4a0
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import api, fields, models, tools, Command, _
from odoo import api, fields, models, tools, _
from odoo.exceptions import UserError
from datetime import datetime
from odoo.tools.misc import format_datetime