Mitchell Admin
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
15 deletions
-
mail_private/__manifest__.py
|
|
@ -5,16 +5,13 @@ |
|
|
|
"name": """Internal Messaging""", |
|
|
|
"summary": """Send private messages to specified recipients, regardless of who are in followers list.""", |
|
|
|
"category": "Discuss", |
|
|
|
# "live_test_url": "http://apps.it-projects.info/shop/product/DEMO-URL?version=12.0", |
|
|
|
"images": [], |
|
|
|
"version": "13.0.1.1.0", |
|
|
|
"application": False, |
|
|
|
"author": "IT-Projects LLC, Pavel Romanchenko", |
|
|
|
"support": "apps@itpp.dev", |
|
|
|
"website": "https://itpp.dev", |
|
|
|
"support": "help@itpp.dev", |
|
|
|
"website": "https://twitter.com/OdooFree", |
|
|
|
"license": "Other OSI approved licence", # MIT |
|
|
|
"price": 50.00, |
|
|
|
"currency": "EUR", |
|
|
|
"depends": ["mail"], |
|
|
|
"external_dependencies": {"python": [], "bin": []}, |
|
|
|
"data": ["template.xml", "full_composer_wizard.xml"], |
|
|
@ -26,14 +23,4 @@ |
|
|
|
"uninstall_hook": None, |
|
|
|
"auto_install": False, |
|
|
|
"installable": True, |
|
|
|
# "demo_title": "{MODULE_NAME}", |
|
|
|
# "demo_addons": [ |
|
|
|
# ], |
|
|
|
# "demo_addons_hidden": [ |
|
|
|
# ], |
|
|
|
# "demo_url": "DEMO-URL", |
|
|
|
# "demo_summary": "{SHORT_DESCRIPTION_OF_THE_MODULE}", |
|
|
|
# "demo_images": [ |
|
|
|
# "images/MAIN_IMAGE", |
|
|
|
# ] |
|
|
|
} |