Browse Source

💚 fix version format

pull/261/head
Ivan Yelizariev 4 years ago
parent
commit
3dd82a3794
No known key found for this signature in database GPG Key ID: 93F14FB6A8B57057
  1. 2
      mail_check_immediately/__manifest__.py
  2. 2
      mail_recovery/__manifest__.py
  3. 2
      mail_reply/__manifest__.py
  4. 2
      res_partner_company_messages/__manifest__.py
  5. 2
      res_partner_mails_count/__manifest__.py

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

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

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

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

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

Loading…
Cancel
Save