mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-21 20:02:00 +02:00
21 lines
642 B
Python
21 lines
642 B
Python
# Copyright 2019 Oihane Crucelaegui - AvanzOSC
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "CRM Claim Analytic",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Customer Relationship Management",
|
|
"license": "AGPL-3",
|
|
"author": "AvanzOSC, Odoo Community Association (OCA)",
|
|
"maintainers": ["MiguelPoyatos"],
|
|
"website": "https://github.com/OCA/account-analytic",
|
|
"depends": [
|
|
"analytic",
|
|
"crm_claim",
|
|
],
|
|
"data": [
|
|
"views/account_analytic_account_views.xml",
|
|
"views/account_analytic_line_views.xml",
|
|
"views/crm_claim_views.xml",
|
|
],
|
|
}
|