From 18c43504ac22217bbf88a1bb110791976b2228cc Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Sun, 11 Jul 2021 17:14:04 +0200 Subject: [PATCH] :book: fix typo in version tag --- mail_all/__manifest__.py | 2 +- mail_archives/__manifest__.py | 2 +- mail_check_immediately/__manifest__.py | 2 +- mail_recovery/__manifest__.py | 2 +- mail_reply/__manifest__.py | 2 +- mailgun/__manifest__.py | 2 +- res_partner_company_messages/__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 bccf682..5be91f2 100644 --- a/mail_all/__manifest__.py +++ b/mail_all/__manifest__.py @@ -4,7 +4,7 @@ "summary": """Checkout all messages where you have access""", "category": "Discuss", "images": ["images/1.jpg"], - "vesion": "10.0.1.0.0", + "version": "10.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", "website": "https://twitter.com/OdooFree", diff --git a/mail_archives/__manifest__.py b/mail_archives/__manifest__.py index 6b32108..fad65a1 100644 --- a/mail_archives/__manifest__.py +++ b/mail_archives/__manifest__.py @@ -4,7 +4,7 @@ "summary": """Adds menu to find old messages""", "category": "Discuss", "images": ["images/1.jpg"], - "vesion": "10.0.1.0.0", + "version": "10.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", "website": "https://twitter.com/OdooFree", diff --git a/mail_check_immediately/__manifest__.py b/mail_check_immediately/__manifest__.py index 6437075..f50babb 100644 --- a/mail_check_immediately/__manifest__.py +++ b/mail_check_immediately/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { "name": "Check mail immediately", - "vesion": "10.0.1.0.1", + "version": "10.0.1.0.1", "author": "IT-Projects LLC, Ivan Yelizariev", "license": "Other OSI approved licence", # MIT "category": "Discuss", diff --git a/mail_recovery/__manifest__.py b/mail_recovery/__manifest__.py index f1552f0..d9f2618 100644 --- a/mail_recovery/__manifest__.py +++ b/mail_recovery/__manifest__.py @@ -8,7 +8,7 @@ "website": "https://twitter.com/nasyrov_ildar", "category": "Discuss", "images": ["images/mail_recovery.png"], - "vesion": "10.0.1.0.0", + "version": "10.0.1.0.0", "depends": ["mail"], "data": ["data.xml"], "installable": True, diff --git a/mail_reply/__manifest__.py b/mail_reply/__manifest__.py index b7570d7..7e6f508 100644 --- a/mail_reply/__manifest__.py +++ b/mail_reply/__manifest__.py @@ -4,7 +4,7 @@ "summary": """Got a message out of a Record? Now you can reply to it too!""", "category": "Discuss", "images": ["images/mail_reply.jpg"], - "vesion": "10.0.1.0.0", + "version": "10.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", "website": "https://twitter.com/OdooFree", diff --git a/mailgun/__manifest__.py b/mailgun/__manifest__.py index 0f2c568..52cb528 100644 --- a/mailgun/__manifest__.py +++ b/mailgun/__manifest__.py @@ -6,7 +6,7 @@ "support": "apps@itpp.dev", "website": "https://twitter.com/nasyrov_ildar", "category": "Discuss", - "vesion": "10.0.1.1.0", + "version": "10.0.1.1.0", "depends": ["mail"], "data": ["data/cron.xml"], } diff --git a/res_partner_company_messages/__manifest__.py b/res_partner_company_messages/__manifest__.py index 5fe0756..e15fed7 100644 --- a/res_partner_company_messages/__manifest__.py +++ b/res_partner_company_messages/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { "name": "Aggregate messages from company's contacts", - "vesion": "10.0.1.0.0", + "version": "10.0.1.0.0", "author": "IT-Projects LLC, Ivan Yelizariev", "license": "Other OSI approved licence", # MIT "category": "Discuss", diff --git a/res_partner_mails_count/__manifest__.py b/res_partner_mails_count/__manifest__.py index 4250fca..65ca5cc 100644 --- a/res_partner_mails_count/__manifest__.py +++ b/res_partner_mails_count/__manifest__.py @@ -4,7 +4,7 @@ "summary": """Displays amount of incoming and outgoing partner mails.""", "category": "Discuss", "images": ["images/1.png"], - "vesion": "10.0.1.0.0", + "version": "10.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", "website": "https://twitter.com/OdooFree",