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.

49 lines
1.2 KiB

# Copyright 2020 Eugene Molotov <https://it-projects.info/team/em230418>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": """Fix emails""",
"summary": """short""",
"category": "Extra Tools",
# "live_test_url": "http://apps.it-projects.info/shop/product/DEMO-URL?version=13.0",
"images": [],
"version": "13.0.1.0.0",
"application": False,
"author": "IT-Projects LLC, Eugene Molotov",
"support": "apps@it-projects.info",
"website": "https://apps.odoo.com/apps/modules/13.0/fix_from_address/",
"license": "LGPL-3",
# "price": 9.00,
# "currency": "EUR",
"depends": [
'mail',
],
"external_dependencies": {"python": [], "bin": []},
"data": [
],
"demo": [
],
"qweb": [
],
"post_load": None,
"pre_init_hook": None,
"post_init_hook": None,
"uninstall_hook": None,
"auto_install": False,
"installable": True,
# "demo_title": "Fix emails",
# "demo_addons": [
# ],
# "demo_addons_hidden": [
# ],
# "demo_url": "DEMO-URL",
# "demo_summary": "short",
# "demo_images": [
# "images/MAIN_IMAGE",
# ]
}