partner-contact/partner_disable_gravatar/models/res_partner.py

13 lines
340 B
Python
Raw Normal View History

2021-08-01 02:13:14 +00:00
# Copyright 2018-2020 Akretion France (https://akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from flectra import models
class ResPartner(models.Model):
_inherit = "res.partner"
def _get_gravatar_image(self, email):
return False