[IMP] rma: black, isort, prettier

This commit is contained in:
AaronHForgeFlow
2024-05-06 17:08:10 +02:00
committed by JasminSForgeFlow
parent 6955621f32
commit b33bed17c2
16 changed files with 706 additions and 156 deletions

View File

@@ -5,7 +5,8 @@ import time
from odoo import _, api, fields, models
from odoo.exceptions import UserError, ValidationError
from odoo.tools import DEFAULT_SERVER_DATETIME_FORMAT as DT_FORMAT, float_compare
from odoo.tools import DEFAULT_SERVER_DATETIME_FORMAT as DT_FORMAT
from odoo.tools import float_compare
class RmaMakePicking(models.TransientModel):