Merge pull request #305 from expsa/dev_odex25_mobile

Dev odex25 mobile
This commit is contained in:
AbuzarExp 2024-07-20 19:31:16 +03:00 committed by GitHub
commit bc7a480dcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from ...http_helper import http_helper
# from odoo.addons.odex_mobile.http_helper import http_helper
import json
import logging
from odoo.exceptions import ValidationError, Warning ,UserError, AccessError,
from odoo.exceptions import ValidationError, Warning ,UserError, AccessError
from odoo.tools import DEFAULT_SERVER_DATE_FORMAT, DEFAULT_SERVER_DATETIME_FORMAT
_logger = logging.getLogger(__name__)