Merge branch refs/heads/develop into refs/heads/hotfix/制造订单的工单顺序错误bug

This commit is contained in:
禹翔辉
2024-05-29 14:22:15 +08:00
16 changed files with 712 additions and 549 deletions

View File

@@ -5,7 +5,7 @@ import re
import requests
from itertools import groupby
from odoo import api, fields, models, _
from odoo.exceptions import UserError,ValidationError
from odoo.exceptions import UserError, ValidationError
from odoo.addons.sf_base.commons.common import Common
from odoo.tools import float_compare, float_round, float_is_zero, format_datetime