From 64227df5b1c76f6134f75aadd1d5aadd532851cb Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Sun, 21 Mar 2021 13:38:52 +0100 Subject: [PATCH] :book: new website --- mail_all/__manifest__.py | 2 +- mail_archives/__manifest__.py | 2 +- mail_base/__manifest__.py | 2 +- mail_private/__manifest__.py | 2 +- mail_reply/__manifest__.py | 2 +- mail_sent/__manifest__.py | 2 +- mail_to/__manifest__.py | 2 +- res_partner_mails_count/__manifest__.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mail_all/__manifest__.py b/mail_all/__manifest__.py index 89066c6..bccf682 100644 --- a/mail_all/__manifest__.py +++ b/mail_all/__manifest__.py @@ -7,7 +7,7 @@ "vesion": "10.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", - "website": "https://it-projects.info", + "website": "https://twitter.com/OdooFree", "license": "Other OSI approved licence", # MIT "depends": ["mail_base"], "external_dependencies": {"python": [], "bin": []}, diff --git a/mail_archives/__manifest__.py b/mail_archives/__manifest__.py index f1039d5..6b32108 100644 --- a/mail_archives/__manifest__.py +++ b/mail_archives/__manifest__.py @@ -7,7 +7,7 @@ "vesion": "10.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", - "website": "https://it-projects.info", + "website": "https://twitter.com/OdooFree", "license": "Other OSI approved licence", # MIT "depends": ["mail_base"], "data": ["views/templates.xml"], diff --git a/mail_base/__manifest__.py b/mail_base/__manifest__.py index b536e7b..d0b3516 100644 --- a/mail_base/__manifest__.py +++ b/mail_base/__manifest__.py @@ -11,7 +11,7 @@ "version": "10.0.1.1.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", - "website": "https://it-projects.info", + "website": "https://twitter.com/OdooFree", "license": "Other OSI approved licence", # MIT "depends": ["base", "mail"], "data": ["views/templates.xml"], diff --git a/mail_private/__manifest__.py b/mail_private/__manifest__.py index 456a309..baa8e0b 100644 --- a/mail_private/__manifest__.py +++ b/mail_private/__manifest__.py @@ -16,7 +16,7 @@ "application": False, "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", - "website": "https://it-projects.info", + "website": "https://twitter.com/OdooFree", "license": "Other OSI approved licence", # MIT "depends": ["mail", "base", "mail_base"], "external_dependencies": {"python": [], "bin": []}, diff --git a/mail_reply/__manifest__.py b/mail_reply/__manifest__.py index 94859f3..b7570d7 100644 --- a/mail_reply/__manifest__.py +++ b/mail_reply/__manifest__.py @@ -7,7 +7,7 @@ "vesion": "10.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", - "website": "https://it-projects.info", + "website": "https://twitter.com/OdooFree", "license": "Other OSI approved licence", # MIT "depends": ["mail_base"], "external_dependencies": {"python": [], "bin": []}, diff --git a/mail_sent/__manifest__.py b/mail_sent/__manifest__.py index e2a11f9..d0a790a 100644 --- a/mail_sent/__manifest__.py +++ b/mail_sent/__manifest__.py @@ -7,7 +7,7 @@ "version": "10.0.1.1.0", "author": "IT-Projects LLC, Ivan Yelizariev, Pavel Romanchenko", "support": "apps@itpp.dev", - "website": "https://it-projects.info", + "website": "https://twitter.com/OdooFree", "license": "Other OSI approved licence", # MIT "depends": ["base", "mail", "mail_base"], "data": ["views/templates.xml"], diff --git a/mail_to/__manifest__.py b/mail_to/__manifest__.py index f51b323..39bafda 100644 --- a/mail_to/__manifest__.py +++ b/mail_to/__manifest__.py @@ -12,7 +12,7 @@ "version": "10.0.1.1.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", - "website": "https://it-projects.info", + "website": "https://twitter.com/OdooFree", "license": "Other OSI approved licence", # MIT "depends": ["mail_base"], "external_dependencies": {"python": [], "bin": []}, diff --git a/res_partner_mails_count/__manifest__.py b/res_partner_mails_count/__manifest__.py index 87f29c8..4250fca 100644 --- a/res_partner_mails_count/__manifest__.py +++ b/res_partner_mails_count/__manifest__.py @@ -7,7 +7,7 @@ "vesion": "10.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", - "website": "https://it-projects.info", + "website": "https://twitter.com/OdooFree", "license": "Other OSI approved licence", # MIT "depends": [ "mail_all",