From 24572407c5389a0691993284b0d89f8e543a7a5e Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Mon, 10 Oct 2022 16:01:55 +0200 Subject: [PATCH] :book: website, title, slogan --- sync/README.rst | 2 +- sync/__manifest__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sync/README.rst b/sync/README.rst index d8077396..c7d14bcf 100644 --- a/sync/README.rst +++ b/sync/README.rst @@ -10,7 +10,7 @@ Sync Studio ============= -Synchronize anything with anything: +Synchronize something with anything: * System X ↔ Odoo * Odoo 1 ↔ Odoo 2 diff --git a/sync/__manifest__.py b/sync/__manifest__.py index e998551f..289a59c7 100644 --- a/sync/__manifest__.py +++ b/sync/__manifest__.py @@ -5,14 +5,14 @@ { "name": """Sync Studio""", - "summary": """Synchronize anything with anything: SystemX↔Odoo, Odoo1↔Odoo2, SystemX↔SystemY. ETL/ESB tool similar to OCA/connector, but more flexible""", + "summary": """Synchronize something with anything: SystemX↔Odoo, Odoo1↔Odoo2, SystemX↔SystemY. ETL/ESB tool similar to OCA/connector, but more flexible""", "category": "Extra Tools", "images": ["images/sync-studio.jpg"], "version": "15.0.6.2.0", "application": True, "author": "IT Projects Labs, Ivan Yelizariev", "support": "help@itpp.dev", - "website": "https://t.me/sync_studio", + "website": "https://sync_studio.t.me/", "license": "Other OSI approved licence", # MIT "depends": ["base_automation", "mail", "queue_job"], "external_dependencies": {"python": [], "bin": []},