details: https://code.tryton.org/communication/website/commit/3e12500c5d95
branch: default
user: Cédric Krier <[email protected]>
date: Sat Jun 13 15:05:44 2026 +0200
description:
Add service provider Acsysca
diffstat:
app.py | 3 +++
static/images/service-providers/acsysca.webp | Bin
templates/service_providers/acsysca.html.jinja | 11 +++++++++++
3 files changed, 14 insertions(+), 0 deletions(-)
diffs (30 lines):
diff -r b134690ee714 -r 3e12500c5d95 app.py
--- a/app.py Fri May 29 15:53:48 2026 +0200
+++ b/app.py Sat Jun 13 15:05:44 2026 +0200
@@ -1111,6 +1111,9 @@
PROVIDERS = [
+ Provider(name="Acsysca",
+ positions=[(43.480348, 5.571283)],
+ services=Service.CONSULTING | Service.DEVELOPMENT),
Provider(name="ACK",
positions=[(43.29464884900557, -3.001523942912372)],
services=Service.CONSULTING | Service.DEVELOPMENT | Service.TRAINING),
diff -r b134690ee714 -r 3e12500c5d95
static/images/service-providers/acsysca.webp
Binary file static/images/service-providers/acsysca.webp has changed
diff -r b134690ee714 -r 3e12500c5d95
templates/service_providers/acsysca.html.jinja
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/service_providers/acsysca.html.jinja Sat Jun 13 15:05:44
2026 +0200
@@ -0,0 +1,11 @@
+{% set img = url_for('static',
filename='images/service-providers/acsysca.webp') %}
+{% set website = 'https://acsysca.fr/' %}
+{% set email = '[email protected]' %}
+{% set phone = '+33480806660' %}
+{% set stories = [] %}
+{% extends "service_providers/layout.html.jinja" %}
+{% block description %}
+Specializing in consulting, integration, maintenance, and hosting of
open-source management solutions, we have made Tryton the cornerstone of our
business. Our approach prioritizes compliance with standards above all else to
ensure the longevity, stability, and scalability of the solutions we implement.
+When business needs require it, we also develop custom functional extensions,
ensuring seamless integration with the existing ecosystem.
+{% endblock description %}
+{% block location %}Châteauneuf-le-Rouge, France{% endblock %}