Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Hidden/Dependency
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-tools
Last tracking update
2026-08-07 09:06:27
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Ruchir Shukla, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of company management. It allows
you to bind a technical user on the company in order to use it in batch
processes.

The technical user must - be inactive to avoid login - be in the
required groups depending of what you need to do

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_company_view_form_inherit_base_technical_user res.company.form (base_technical_user) res.company form Inherits base.view_company_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • sudo_tech(self, raise_if_missing=False)

New fields (1)
  • user_tech_id Many2one → res.users
    comodel_name='res.users' domain="[('company_id', '=', id)]" help='This user can be used by process for technical purpose' string='Technical User'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…