From bce955798bcd93880a3cc5a60f6d2a719803401c Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Sun, 11 Jul 2021 17:14:15 +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 7bdd0fc..a400865 100644 --- a/mail_check_immediately/__manifest__.py +++ b/mail_check_immediately/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Check mail immediately", - "vesion": "12.0.1.0.1", + "version": "12.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 c4348bd..a971fd0 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": "12.0.1.0.0", + "version": "12.0.1.0.0", "depends": ["mail"], "data": ["data.xml"], "installable": False, diff --git a/mail_reply/__manifest__.py b/mail_reply/__manifest__.py index 39a135c..9bfbe8b 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": "12.0.1.0.0", + "version": "12.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 4b2c5c6..4731aec 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": "12.0.1.0.0", + "version": "12.0.1.0.0", "author": "IT-Projects LLC, Ivan Yelizariev", "license": "Other OSI approved licence", # MIT "price": 70.00, diff --git a/res_partner_mails_count/__manifest__.py b/res_partner_mails_count/__manifest__.py index aa00d0a..6def516 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": "12.0.1.0.0", + "version": "12.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", "website": "https://itpp.dev",