Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0][MIG] partner_disable_gravatar #1940

Merged
merged 34 commits into from
Feb 17, 2025
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
9648987
Add module partner_disable_gravatar
alexis-via Feb 6, 2018
60ac0f5
Update to latest OCA coding conventions
alexis-via Feb 19, 2018
ae5cbc7
OCA Transbot updated translations from Transifex
oca-transbot Mar 3, 2018
ca7d032
Update partner_disable_gravatar.pot
oca-travis Jun 18, 2018
6603632
partner_disable_gravatar from v10 to v12
alexis-via Jan 31, 2019
0395861
README.rst
OCA-git-bot Feb 16, 2019
28167ad
Update partner_disable_gravatar.pot
oca-travis Feb 16, 2019
f51a8ea
Update translation files
oca-transbot Mar 3, 2019
8c88e3b
README.rst
OCA-git-bot Jul 29, 2019
c02c362
[IMP] partner_disable_gravatar: black, isort, prettier
skeller1 May 10, 2020
9e4c9ef
[MIG] partner_disable_gravatar: Migration to 13.0
skeller1 May 10, 2020
e9cfcec
[UPD] Update partner_disable_gravatar.pot
oca-travis Jul 20, 2020
4ac1d7d
Translated using Weblate (Portuguese (Brazil))
Aug 12, 2020
be85d88
[MIG] partner_disable_gravatar to v14
alexis-via Dec 14, 2020
fbf401f
partner_disable_gravatar: remove PO and POT files
alexis-via Apr 21, 2021
7d5d036
[UPD] Update partner_disable_gravatar.pot
oca-travis Jul 28, 2021
d1f9734
[UPD] README.rst
OCA-git-bot Jul 28, 2021
befcbe0
Added translation using Weblate (Italian)
primes2h Dec 12, 2021
fe03c3e
Translated using Weblate (Italian)
primes2h Dec 12, 2021
b2644bc
[MIG] partner_disable_gravatar : port from 14.0 to 16.0
legalsylvain Oct 27, 2022
57c4033
[UPD] Update partner_disable_gravatar.pot
Oct 28, 2022
d95d50a
[UPD] README.rst
OCA-git-bot Oct 28, 2022
1606733
Update translation files
weblate Oct 28, 2022
fceedff
Added translation using Weblate (German)
marylla Nov 4, 2022
f410622
Translated using Weblate (German)
marylla Nov 4, 2022
acb3d8d
[UPD] README.rst
OCA-git-bot Sep 3, 2023
c414da0
Added translation using Weblate (French)
remi-filament Nov 6, 2023
eb147aa
Translated using Weblate (French)
remi-filament Nov 6, 2023
597129f
[IMP] partner_disable_gravatar: apply pre-commit auto fixes
remi-filament May 21, 2024
2ae7c90
[MIG] partner_disable_gravatar: Migration to 17.0
remi-filament May 21, 2024
994de8d
[UPD] Update partner_disable_gravatar.pot
Dec 23, 2024
e2a8243
[BOT] post-merge updates
OCA-git-bot Dec 23, 2024
51b1c28
[IMP] partner_disable_gravatar: pre-commit auto fixes
alexis-via Feb 1, 2025
2c2c9dc
[MIG] partner_disable_gravatar to v18
alexis-via Feb 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update to latest OCA coding conventions
alexis-via committed Feb 1, 2025
commit 60ac0f5e032e6c5cda56ebec868cb30f83420f44
4 changes: 2 additions & 2 deletions partner_disable_gravatar/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion partner_disable_gravatar/models/partner.py
Original file line number Diff line number Diff line change
@@ -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