add project_task_analytic_account_sync
This commit is contained in:
parent
5247938b86
commit
0f2c8c0565
9 changed files with 203 additions and 0 deletions
20
project_task_analytic_account_sync/__manifest__.py
Normal file
20
project_task_analytic_account_sync/__manifest__.py
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue