From 3dd82a379456ca45696a7cee4960e5006d489f22 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Wed, 12 Feb 2020 08:55:12 +0000 Subject: [PATCH] :green_heart: fix version format --- 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 6dff0b8..4d594f5 100644 --- a/mail_check_immediately/__manifest__.py +++ b/mail_check_immediately/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Check mail immediately", - "version": "1.0.1", + "vesion": "13.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 9ff5883..1e01469 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"], - "version": "1.0.0", + "vesion": "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 c6e410c..d9a1145 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": [], - "version": "1.0.0", + "vesion": "13.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@it-projects.info", "website": "https://it-projects.info", diff --git a/res_partner_company_messages/__manifest__.py b/res_partner_company_messages/__manifest__.py index 009ce5e..96b1ee6 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", - "version": "1.0.0", + "vesion": "13.0.1.0.0", "author": "IT-Projects LLC, Ivan Yelizariev", "license": "LGPL-3", "price": 35.00, diff --git a/res_partner_mails_count/__manifest__.py b/res_partner_mails_count/__manifest__.py index f46b48e..693a451 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"], - "version": "1.0.0", + "vesion": "13.0.1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", "support": "apps@it-projects.info", "website": "https://it-projects.info",