Merge pull request #4102 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 10:02:52 +01:00 committed by GitHub
commit b0a15d18a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ from odoo.tools import DEFAULT_SERVER_DATE_FORMAT, DEFAULT_SERVER_DATETIME_FORMA
_logger = logging.getLogger(__name__)
import re
from odoo.tools.translate import _
class PermissionController(http.Controller):