20 lines
593 B
Python
20 lines
593 B
Python
# Copyright 2026 Criptomart
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Project Task Analytic Account Sync",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Project",
|
|
"license": "AGPL-3",
|
|
"summary": "Synchronize project task analytic accounts strictly with their project",
|
|
"author": "Criptomart",
|
|
"website": "https://github.com/criptomart/odoo-addons",
|
|
"depends": ["project"],
|
|
"data": [
|
|
"views/project_task_views.xml",
|
|
],
|
|
"installable": True,
|
|
"application": False,
|
|
"auto_install": False,
|
|
"sequence": 99,
|
|
}
|