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.
50 lines
1.3 KiB
50 lines
1.3 KiB
# -*- coding: utf-8 -*-
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
|
{
|
|
"name": "Contact birth place",
|
|
"version": "16.0.1.0.0",
|
|
"summary": "Module summary",
|
|
"description": """
|
|
Module description
|
|
""",
|
|
"author": "RemiFr82",
|
|
"contributors": "",
|
|
"maintainer": "RemiFr82",
|
|
"website": "https://git.myceliandre.fr/RemiFr82/odoo-contact-addons.git",
|
|
"license": "AGPL-3",
|
|
"category": "CRM",
|
|
# "price": 0,
|
|
# "currency": "EUR",
|
|
"application": False,
|
|
"installable": True,
|
|
"auto_install": False,
|
|
# "pre_init_hook": "",
|
|
# "post_init_hook": "",
|
|
# "uninstall_hook": "",
|
|
# "excludes": [],
|
|
# "external_dependencies": [],
|
|
"depends": [
|
|
"partner_contact_birthdate",
|
|
],
|
|
"data": [
|
|
# Base data
|
|
# "data/ir_model.xml",
|
|
# Security
|
|
# 'security/res_groups.xml',
|
|
# 'security/ir.model.access.csv',
|
|
# 'security/ir_rule.xml',
|
|
# Views
|
|
"views/res_partner.xml",
|
|
# Wizards
|
|
# 'wizards/transient_model.xml',
|
|
# Reports
|
|
# 'reports/report_templates.xml',
|
|
# 'reports/sql_view.xml',
|
|
],
|
|
# "assets": [],
|
|
# "css": [],
|
|
# "images": [],
|
|
# "js": [],
|
|
# "test": [],
|
|
# "demo": [],
|
|
}
|