You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
695 B
22 lines
695 B
{
|
|
"name": """Partner mails count""",
|
|
"summary": """Displays amount of incoming and outgoing partner mails.""",
|
|
"category": "Discuss",
|
|
"images": ["images/1.png"],
|
|
"vesion": "12.0.1.0.0",
|
|
"author": "IT-Projects LLC, Pavel Romanchenko",
|
|
"support": "apps@itpp.dev",
|
|
"website": "https://it-projects.info",
|
|
"license": "Other OSI approved licence", # MIT
|
|
"price": 30.00,
|
|
"currency": "EUR",
|
|
"depends": [
|
|
"mail_all",
|
|
# 'web_tour_extra',
|
|
],
|
|
"external_dependencies": {"python": [], "bin": []},
|
|
"data": ["views/res_partner_mails_count.xml", "templates.xml"],
|
|
"demo": [],
|
|
"installable": False,
|
|
"auto_install": False,
|
|
}
|