From 2a92c5b9829e228939b7bbb9bdc18f1504dfe4c4 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Wed, 12 Feb 2020 06:55:17 +0000 Subject: [PATCH] :green_heart: fix version format --- 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 c4c4136..9e160e2 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"], - "version": "1.0.0", + "vesion": "10.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@it-projects.info", "website": "https://it-projects.info", diff --git a/mail_archives/__manifest__.py b/mail_archives/__manifest__.py index cf0590e..221b849 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"], - "version": "1.0.0", + "vesion": "10.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@it-projects.info", "website": "https://it-projects.info", diff --git a/mail_check_immediately/__manifest__.py b/mail_check_immediately/__manifest__.py index 3c157c0..7630381 100644 --- a/mail_check_immediately/__manifest__.py +++ b/mail_check_immediately/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { "name": "Check mail immediately", - "version": "1.0.1", + "vesion": "10.0.1.0.1", "author": "IT-Projects LLC, Ivan Yelizariev", "license": "LGPL-3", "category": "Discuss", diff --git a/mail_recovery/__manifest__.py b/mail_recovery/__manifest__.py index b1c4ae2..1451483 100644 --- a/mail_recovery/__manifest__.py +++ b/mail_recovery/__manifest__.py @@ -10,7 +10,7 @@ "website": "https://twitter.com/nasyrov_ildar", "category": "Discuss", "images": ["images/mail_recovery.png"], - "version": "1.0.0", + "vesion": "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 82825cd..6381248 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"], - "version": "1.0.0", + "vesion": "10.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@it-projects.info", "website": "https://it-projects.info", diff --git a/mailgun/__manifest__.py b/mailgun/__manifest__.py index c030a0f..4b99f34 100644 --- a/mailgun/__manifest__.py +++ b/mailgun/__manifest__.py @@ -6,7 +6,7 @@ "support": "apps@it-projects.info", "website": "https://twitter.com/nasyrov_ildar", "category": "Discuss", - "version": "1.1.0", + "vesion": "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 1f1dc15..dfd8c73 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", - "version": "1.0.0", + "vesion": "10.0.1.0.0", "author": "IT-Projects LLC, Ivan Yelizariev", "license": "LGPL-3", "price": 70.00, diff --git a/res_partner_mails_count/__manifest__.py b/res_partner_mails_count/__manifest__.py index bfa01f1..fa1eaaf 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"], - "version": "1.0.0", + "vesion": "10.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@it-projects.info", "website": "https://it-projects.info",