From d51c607696523ee49b8797bfc6a44734a818faef Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Sun, 11 Jul 2021 17:14:09 +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 15444b9..aaf9222 100644 --- a/mail_check_immediately/__manifest__.py +++ b/mail_check_immediately/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Check mail immediately", - "vesion": "11.0.1.0.1", + "version": "11.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 b4a4eff..6c2dbc5 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": "11.0.1.0.0", + "version": "11.0.1.0.0", "depends": ["mail"], "data": ["data.xml"], "installable": False, diff --git a/mail_reply/__manifest__.py b/mail_reply/__manifest__.py index 5d1c51d..1ed2581 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": ["images/mail_reply.jpg"], - "vesion": "11.0.1.0.0", + "version": "11.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 3dcb253..9684353 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": "11.0.1.0.0", + "version": "11.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 0e36b18..b73ed34 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": "11.0.1.0.0", + "version": "11.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@itpp.dev", "website": "https://itpp.dev",