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:
commit
8bb87e41da
|
|
@ -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