mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-20 00:22:02 +02:00
17 lines
669 B
Python
17 lines
669 B
Python
# Copyright 2015 Tecnativa - Pedro M. Baeza
|
|
# Copyright 2017 Tecnativa - Luis Martínez
|
|
# Copyright 2018 Tecnativa - Cristina Martin R.
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
{
|
|
"name": "Link analytic items and partner",
|
|
"summary": "Search and group analytic entries by partner",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Analytic Accounting",
|
|
"website": "https://github.com/OCA/account-analytic",
|
|
"author": "Tecnativa," "Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["account"],
|
|
"data": ["views/account_analytic_line_views.xml", "views/res_partner_views.xml"],
|
|
}
|