mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-19 22:31:59 +02:00
19.0 vanilla
This commit is contained in:
parent
20ddc1b4a3
commit
c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions
6
odoo-bringout-oca-ocb-google_gmail/google_gmail/tools.py
Normal file
6
odoo-bringout-oca-ocb-google_gmail/google_gmail/tools.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def get_iap_error_message(env, error):
|
||||
errors = {
|
||||
"not_configured": env._("Something went wrong. Try again later"),
|
||||
"no_subscription": env._("You don't have an active subscription"),
|
||||
}
|
||||
return errors.get(error, error)
|
||||
Loading…
Add table
Add a link
Reference in a new issue