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",