Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
16
base_technical_user/__manifest__.py
Executable file
16
base_technical_user/__manifest__.py
Executable file
@@ -0,0 +1,16 @@
|
||||
# Copyright 2017 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Base Technical User",
|
||||
"summary": """
|
||||
Add a technical user parameter on the company """,
|
||||
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/server-tools",
|
||||
"category": "Hidden/Dependency",
|
||||
"version": "18.0.1.0.1",
|
||||
"license": "AGPL-3",
|
||||
"development_status": "Production/Stable",
|
||||
"depends": ["base"],
|
||||
"data": ["views/res_company_view.xml"],
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user