details: https://code.tryton.org/communication/website/commit/920360f4fa59
branch: default
user: Cédric Krier <[email protected]>
date: Tue Feb 03 18:58:21 2026 +0100
description:
Remove Adiczion as provider
Closes #44
diffstat:
app.py | 3 ---
templates/service_providers/adiczion.html.jinja | 12 ------------
templates/success_stories/coppernic.html.jinja | 2 +-
3 files changed, 1 insertions(+), 16 deletions(-)
diffs (39 lines):
diff -r 14bb70c945e5 -r 920360f4fa59 app.py
--- a/app.py Tue Feb 03 14:53:28 2026 +0100
+++ b/app.py Tue Feb 03 18:58:21 2026 +0100
@@ -1114,9 +1114,6 @@
Provider(name="ACK",
positions=[(43.29464884900557, -3.001523942912372)],
services=Service.CONSULTING | Service.DEVELOPMENT | Service.TRAINING),
- Provider(name="Adiczion",
- positions=[(43.52153, 5.43150)],
- services=Service.CONSULTING | Service.DEVELOPMENT),
Provider(name="B2CK",
positions=[(50.631123, 5.567552)],
services=Service.CONSULTING | Service.DEVELOPMENT | Service.TRAINING),
diff -r 14bb70c945e5 -r 920360f4fa59
templates/service_providers/adiczion.html.jinja
--- a/templates/service_providers/adiczion.html.jinja Tue Feb 03 14:53:28
2026 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-{% set img = url_for('static',
filename='images/service-providers/adiczion.webp') %}
-{% set website = 'http://adiczion.com/' %}
-{% set email = '[email protected]' %}
-{% set phone = '+33950693113' %}
-{% set stories = ['coppernic'] %}
-{% extends "service_providers/layout.html.jinja" %}
-{% block description %}
-A service company with the aim of promoting the use of the free software in
-companies. Specialist in integration of Tryton we offer consulting services,
-coaching, and development of functionality around the solution.
-{% endblock description %}
-{% block location %}Aix en Provence, France{% endblock %}
diff -r 14bb70c945e5 -r 920360f4fa59
templates/success_stories/coppernic.html.jinja
--- a/templates/success_stories/coppernic.html.jinja Tue Feb 03 14:53:28
2026 +0100
+++ b/templates/success_stories/coppernic.html.jinja Tue Feb 03 18:58:21
2026 +0100
@@ -61,5 +61,5 @@
{% endblock results%}
{% block provider %}
{{ super() }}
-<p><a href="http://adiczion.com/">Adiczion</a>, let's unlock your potential
with Tryton.</p>
+<p>Adiczion, let's unlock your potential with Tryton.</p>
{% endblock provider %}