diff --git a/res_partner_mails_count/__openerp__.py b/res_partner_mails_count/__openerp__.py index 1d71078..9e86c59 100644 --- a/res_partner_mails_count/__openerp__.py +++ b/res_partner_mails_count/__openerp__.py @@ -1,31 +1,28 @@ # -*- coding: utf-8 -*- { - 'name': "res_partner_mails_count", + "name": """Partner mails count""", + "summary": """Displays amount of incoming and outgoing partner mails.""", + "category": "Sales Management", + "images": ['images/1.png'], + "version": "1.0.0", - 'summary': """ - Short (1 phrase/line) summary of the module's purpose, used as - subtitle on modules listing or apps.openerp.com""", + "author": "IT-Projects LLC", + "website": "https://it-projects.info", + "license": "GPL-3", + "price": 30.00, + "currency": "EUR", - 'description': """ - Long description of module's purpose - """, - - 'author': "Your Company", - 'website': "http://www.yourcompany.com", - - # Categories can be used to filter modules in modules listing - # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml - # for the full list - 'category': 'Uncategorized', - 'version': '0.1', - - # any module necessary for this one to work correctly - 'depends': ['base', 'mail'], - - # always loaded - 'data': [ - # 'security/ir.model.access.csv', + "depends": [ + 'base', + 'mail' , + ], + "external_dependencies": {"python": [], "bin": []}, + "data": [ 'views/res_partner_mails_count.xml', 'templates.xml', ], -} \ No newline at end of file + "demo": [ + ], + "installable": True, + "auto_install": False, +} diff --git a/res_partner_mails_count/images/1.png b/res_partner_mails_count/images/1.png new file mode 100644 index 0000000..7ce0c13 Binary files /dev/null and b/res_partner_mails_count/images/1.png differ diff --git a/res_partner_mails_count/static/description/1.png b/res_partner_mails_count/static/description/1.png new file mode 100644 index 0000000..7ce0c13 Binary files /dev/null and b/res_partner_mails_count/static/description/1.png differ diff --git a/res_partner_mails_count/static/description/2.png b/res_partner_mails_count/static/description/2.png new file mode 100644 index 0000000..c335c0d Binary files /dev/null and b/res_partner_mails_count/static/description/2.png differ diff --git a/res_partner_mails_count/static/description/3.png b/res_partner_mails_count/static/description/3.png new file mode 100644 index 0000000..9492b47 Binary files /dev/null and b/res_partner_mails_count/static/description/3.png differ diff --git a/res_partner_mails_count/static/description/index.html b/res_partner_mails_count/static/description/index.html new file mode 100644 index 0000000..d9c91e8 --- /dev/null +++ b/res_partner_mails_count/static/description/index.html @@ -0,0 +1,21 @@ +
+
+
+

Smart buttons for mails count

+

Display amount of messages from/to customer

+

+ Open partner (customer) form and look up how many messages he got and sent: + +

+

+ If you click any of this buttons: + +

+

+ You will see those mails: + +

+
+ +
+