Browse Source

[IMP] moar pictures

pull/7/head
Ilyas 8 years ago
parent
commit
f4f5b4a98d
  1. 6
      res_partner_mails_count/__openerp__.py
  2. BIN
      res_partner_mails_count/static/description/2.png
  3. BIN
      res_partner_mails_count/static/description/3.png
  4. 10
      res_partner_mails_count/static/description/index.html

6
res_partner_mails_count/__openerp__.py

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
{
"name": """Partner mails count""",
"summary": """Displays mails amount from and to customers.""",
"summary": """Displays amount of incoming and outgoing partner mails.""",
"category": "Sales Management",
"images": ['images/1.png'],
"version": "1.0.0",
@ -9,7 +9,7 @@
"author": "IT-Projects LLC",
"website": "https://it-projects.info",
"license": "GPL-3",
"price": 10.00,
"price": 30.00,
"currency": "EUR",
"depends": [
@ -25,4 +25,4 @@
],
"installable": True,
"auto_install": False,
}
}

BIN
res_partner_mails_count/static/description/2.png

After

Width: 1128  |  Height: 528  |  Size: 91 KiB

BIN
res_partner_mails_count/static/description/3.png

After

Width: 1128  |  Height: 528  |  Size: 77 KiB

10
res_partner_mails_count/static/description/index.html

@ -4,8 +4,16 @@
<h2 class="oe_slogan">Smart buttons for mails count</h2>
<h3 class="oe_slogan">Display amount of messages from/to customer</h3>
<p>
Open partner form and look up how many messages from and to some partner.
Open partner (customer) form and look up how many messages he got and sent:
<img class="oe_picture oe_screenshot" src="1.png"/>
</p>
<p>
If you click any of this buttons:
<img class="oe_picture oe_screenshot" src="2.png"/>
</p>
<p>
You will see those mails:
<img class="oe_picture oe_screenshot" src="3.png"/>
</p>
</div>

Loading…
Cancel
Save