Browse Source

💶 make the module free

pull/350/head
Denis Mudarisov 3 years ago
parent
commit
e92489a12f
No known key found for this signature in database GPG Key ID: B9AD74DAFB7B53DA
  1. 17
      mail_private/__manifest__.py

17
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",
# ]
}
Loading…
Cancel
Save