Browse Source

Merge pull request #24 from x620/9.0

[DOC] adds icons and images for app store
pull/26/head
Ivan Yelizariev 9 years ago
parent
commit
85a9d25db3
  1. 2
      mail_all/__openerp__.py
  2. BIN
      mail_all/images/1.png
  3. 2
      mail_archives/__openerp__.py
  4. BIN
      mail_base/static/description/icon.png
  5. 2
      mail_sent/__openerp__.py
  6. BIN
      mail_sent/images/menu.png
  7. 2
      mail_to/__openerp__.py
  8. BIN
      mail_to/images/1.png
  9. BIN
      mail_to/static/description/icon.png
  10. 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",

BIN
mail_all/images/1.png

After

Width: 300  |  Height: 270  |  Size: 15 KiB

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