Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
21
tracking_manager_domain/__manifest__.py
Executable file
21
tracking_manager_domain/__manifest__.py
Executable file
@@ -0,0 +1,21 @@
|
||||
# Copyright 2025 glueckkanja AG (<https://www.glueckkanja.com>) - Christopher Rogos
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Tracking Manager Domain",
|
||||
"summary": "This module extends the tracking manager to"
|
||||
" allow to define a domain on fields to track changes "
|
||||
"only when certain conditions apply.",
|
||||
"version": "18.0.1.0.0",
|
||||
"category": "Tools",
|
||||
"website": "https://github.com/OCA/server-tools",
|
||||
"author": "Akretion, Odoo Community Association (OCA)",
|
||||
"maintainers": ["CRogos"],
|
||||
"license": "AGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"depends": ["tracking_manager"],
|
||||
"data": [
|
||||
"views/ir_model_fields.xml",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user