Browse Source

Update to latest OCA coding conventions

pull/700/head
Alexis de Lattre 6 years ago
parent
commit
cee26e94bf
  1. 4
      partner_disable_gravatar/__manifest__.py
  2. 2
      partner_disable_gravatar/models/partner.py

4
partner_disable_gravatar/__manifest__.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# © 2018 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# Copyright 2018 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
@ -9,7 +9,7 @@
'license': 'AGPL-3',
'summary': 'Disable automatic connection to gravatar.com',
'author': 'Akretion,Odoo Community Association (OCA)',
'website': 'https://odoo-community.org',
'website': 'https://github.com/OCA/partner-contact',
'depends': ['base'],
'installable': True,
}

2
partner_disable_gravatar/models/partner.py

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# © 2018 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# Copyright 2018 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models

Loading…
Cancel
Save