Merge pull request #4100 from expsa/younes_dev_odex25_mobile

[FIX] issue with permission remaining balance check in mobile app
This commit is contained in:
kchyounes19 2025-08-04 09:56:08 +01:00 committed by GitHub
commit 8bb87e41da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
import werkzeug
from odoo import http, tools , exceptions
from odoo import http, tools , exceptions, _
from datetime import datetime,timedelta
from odoo.http import request, Response
import base64