[FIX] issue with permission remaining balance check in mobile app
This commit is contained in:
parent
a7a37f97fd
commit
b556bcd9f5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue