From 203ab1c8ded0bd828f18a2034bd8346069a5c15a Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Sun, 11 Jul 2021 17:14:20 +0200 Subject: [PATCH] :book: fix typo in version tag --- mail_check_immediately/__manifest__.py | 2 +- mail_recovery/__manifest__.py | 2 +- mail_reply/__manifest__.py | 2 +- res_partner_company_messages/__manifest__.py | 2 +- res_partner_mails_count/__manifest__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mail_check_immediately/__manifest__.py b/mail_check_immediately/__manifest__.py index 128ecae..2bc735e 100644 --- a/mail_check_immediately/__manifest__.py +++ b/mail_check_immediately/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Check mail immediately", - "vesion": "13.0.1.0.1", + "version": "13.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 33f34e6..3855681 100644 --- a/mail_recovery/__manifest__.py +++ b/mail_recovery/__manifest__.py @@ -9,7 +9,7 @@ "website": "https://twitter.com/nasyrov_ildar", "category": "Discuss", "images": ["images/mail_recovery.png"], - "vesion": "13.0.1.0.0", + "version": "13.0.1.0.0", "depends": ["mail"], "data": ["data.xml"], "installable": False, diff --git a/mail_reply/__manifest__.py b/mail_reply/__manifest__.py index 57c82f0..fbf35ca 100644 --- a/mail_reply/__manifest__.py +++ b/mail_reply/__manifest__.py @@ -3,7 +3,7 @@ "summary": """Got a message out of a Record? Now you can reply to it too!""", "category": "Discuss", "images": [], - "vesion": "13.0.1.0.0", + "version": "13.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", "website": "https://itpp.dev", diff --git a/res_partner_company_messages/__manifest__.py b/res_partner_company_messages/__manifest__.py index 80194e3..a0798e8 100644 --- a/res_partner_company_messages/__manifest__.py +++ b/res_partner_company_messages/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Aggregate messages from company's contacts", - "vesion": "13.0.1.0.0", + "version": "13.0.1.0.0", "author": "IT-Projects LLC, Ivan Yelizariev", "license": "Other OSI approved licence", # MIT "price": 35.00, diff --git a/res_partner_mails_count/__manifest__.py b/res_partner_mails_count/__manifest__.py index f15216d..26e81de 100644 --- a/res_partner_mails_count/__manifest__.py +++ b/res_partner_mails_count/__manifest__.py @@ -3,7 +3,7 @@ "summary": """Displays amount of incoming and outgoing partner mails.""", "category": "Discuss", "images": ["images/1.png"], - "vesion": "13.0.1.0.0", + "version": "13.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", "website": "https://itpp.dev",