mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 02:02:05 +00:00
29 lines
934 B
Python
29 lines
934 B
Python
# Copyright (C) 2020 Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Animal",
|
|
"version": "2.0.1.0.1",
|
|
"license": "AGPL-3",
|
|
"summary": "Manage animals information",
|
|
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
|
"maintainer": "Open Source Integrators",
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
"depends": ["mail"],
|
|
"data": [
|
|
"data/ir.module.category.csv",
|
|
"data/animal.species.csv",
|
|
"data/animal.breed.csv",
|
|
"data/animal.color.csv",
|
|
"security/res_groups.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/animal_color.xml",
|
|
"views/animal_breed.xml",
|
|
"views/animal_species.xml",
|
|
"views/animal.xml",
|
|
"views/menu.xml",
|
|
],
|
|
"application": True,
|
|
"development_status": "Beta",
|
|
"maintainers": ["max3903"],
|
|
}
|