oca-financial/odoo-bringout-oca-account-analytic-analytic_base_department/analytic_base_department/__manifest__.py
2025-08-29 15:43:04 +02:00

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,
}