mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-22 02:42:00 +02:00
15 lines
625 B
Python
15 lines
625 B
Python
# Copyright 2011-2018 Camptocamp SA
|
|
# Copyright 2013 Daniel Reis
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Base Analytic Department Categorization",
|
|
"summary": "Add relationship between Analytic and Department",
|
|
"version": "16.0.1.0.0",
|
|
"author": "Camptocamp, Daniel Reis, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"category": "Generic Modules/Projects & Services",
|
|
"website": "https://github.com/OCA/account-analytic",
|
|
"depends": ["account", "hr"],
|
|
"data": ["views/analytic.xml", "views/hr_department_views.xml"],
|
|
"installable": True,
|
|
}
|