add project_task_analytic_account_sync

This commit is contained in:
Luis 2026-06-16 10:56:18 +02:00
parent 5247938b86
commit 0f2c8c0565
9 changed files with 203 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# 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,
}