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.
52 lines
1.4 KiB
52 lines
1.4 KiB
# -*- coding: utf-8 -*-
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "French association",
|
|
"version": "1.0.0",
|
|
"summary": """
|
|
Add fields on partners for franch associations (law from 1901)
|
|
""",
|
|
"description": """
|
|
TO WRITE
|
|
""",
|
|
"author": "RemiFr82",
|
|
"website": "https://remifr82.me",
|
|
"license": "AGPL-3",
|
|
"category": "Association",
|
|
"depends": [
|
|
"base",
|
|
"contacts",
|
|
"l10n_fr",
|
|
"l10n_fr_department_state",
|
|
"partner_contact_age_range",
|
|
"partner_contact_gender",
|
|
"partner_contact_majority",
|
|
"partner_contact_persons",
|
|
"partner_multi_relation",
|
|
"partner_firstname",
|
|
],
|
|
"data": [
|
|
# Base data
|
|
"data/res_partner_relation_instance.xml",
|
|
# "data/res_partner_relation_type.xml",
|
|
# Security
|
|
"security/ir.model.access.csv",
|
|
# Views
|
|
"views/res_country.xml",
|
|
"views/res_partner.xml",
|
|
"views/res_partner_relation_instance.xml",
|
|
"views/res_partner_relation_type.xml",
|
|
],
|
|
"assets": {},
|
|
"demo": [],
|
|
"auto_install": False,
|
|
"external_dependencies": [],
|
|
"application": True,
|
|
"css": [],
|
|
"images": [],
|
|
"installable": True,
|
|
"maintainer": "RemiFr82",
|
|
"pre_init_hook": "",
|
|
"post_init_hook": "post_init_hook",
|
|
"uninstall_hook": "",
|
|
}
|