Browse Source

[DOC] adds icons and images for app store

pull/24/head
x620 9 years ago
parent
commit
9169a92390
  1. 2
      mail_all/__openerp__.py
  2. 2
      mail_archives/__openerp__.py
  3. BIN
      mail_base/static/description/icon.png
  4. 2
      mail_sent/__openerp__.py
  5. BIN
      mail_sent/images/menu.png
  6. 2
      mail_to/__openerp__.py
  7. BIN
      mail_to/images/1.png
  8. BIN
      mail_to/static/description/icon.png
  9. 2
      res_partner_mails_count/__openerp__.py

2
mail_all/__openerp__.py

@ -3,7 +3,7 @@
"name": "Show all messages",
"summary": """Checkout all messages where you have access""",
"category": "Discuss",
"images": [],
"images": ['images/1.png'],
"version": "1.0.0",
"author": "IT-Projects LLC, Pavel Romanchenko",

2
mail_archives/__openerp__.py

@ -3,7 +3,7 @@
"name": "Mail archives",
"summary": """Adds menu to find old messages""",
"category": "Discuss",
"images": [],
"images": ['images/1.jpg'],
"version": "1.0.0",
"author": "IT-Projects LLC, Pavel Romanchenko",

BIN
mail_base/static/description/icon.png

After

Width: 100  |  Height: 100  |  Size: 2.1 KiB

2
mail_sent/__openerp__.py

@ -3,7 +3,7 @@
"name": "Sentbox",
"summary": """Quick way to find sent messages""",
"category": "Discuss",
"images": [],
"images": ['images/menu.png'],
"version": "1.0.3",
"author": "IT-Projects LLC, Ivan Yelizariev, Pavel Romanchenko",

BIN
mail_sent/images/menu.png

After

Width: 217  |  Height: 167  |  Size: 8.9 KiB

2
mail_to/__openerp__.py

@ -3,7 +3,7 @@
"name": """Show message recipients""",
"summary": """Allows you be sure, that all discussion participants were notified""",
"category": "Discuss",
"images": [],
"images": ['images/1.png'],
"version": "1.0.0",
"author": "IT-Projects LLC, Pavel Romanchenko",

BIN
mail_to/images/1.png

After

Width: 828  |  Height: 239  |  Size: 38 KiB

BIN
mail_to/static/description/icon.png

After

Width: 100  |  Height: 100  |  Size: 2.1 KiB

2
res_partner_mails_count/__openerp__.py

@ -2,7 +2,7 @@
{
"name": """Partner mails count""",
"summary": """Displays amount of incoming and outgoing partner mails.""",
"category": "Sales Management",
"category": "Discuss",
"images": ['images/1.png'],
"version": "1.0.0",

Loading…
Cancel
Save