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.
34 lines
859 B
34 lines
859 B
# -*- coding: utf-8 -*-
|
|
{
|
|
"name": "Beescoop Base Module",
|
|
"summary": """
|
|
Module that customize the base module and contains some python tools
|
|
""",
|
|
"description": """
|
|
""",
|
|
"author": "Beescoop - Cellule IT",
|
|
"website": "https://github.com/beescoop/Obeesdoo",
|
|
"category": "Project Management",
|
|
"version": "9.0.1.0.1",
|
|
"depends": [
|
|
"point_of_sale",
|
|
"purchase",
|
|
"report",
|
|
"portal",
|
|
"partner_firstname",
|
|
],
|
|
"data": [
|
|
"security/groups.xml",
|
|
"security/ir.model.access.csv",
|
|
"data/cron.xml",
|
|
"views/partner.xml",
|
|
"wizard/views/member_card.xml",
|
|
"wizard/views/partner.xml",
|
|
"data/default_contact.xml",
|
|
"report/beescard.xml",
|
|
],
|
|
'demo': [
|
|
'demo/cooperators.xml',
|
|
'demo/users.xml',
|
|
]
|
|
}
|