Odoo modules about association management
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.
 

46 lines
1.2 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": "Human Resources",
"depends": [
"base",
"contacts",
"l10n_fr",
"l10n_fr_department_state",
"partner_multi_relation",
],
"data": [
# Base data
"data/res_partner_relation_instance.xml",
# "data/res_partner_relation_type.xml",
# Security
"security/ir.model.access.csv",
# Views
"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": "",
"uninstall_hook": "",
}