|
|
@ -0,0 +1,50 @@ |
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). |
|
|
|
{ |
|
|
|
"name": "Contact's 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": "Customer Relationship Management", |
|
|
|
# "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": [], |
|
|
|
} |