TIP: You can type at any time to perform a new search.
Connector Equipment
connector_equipment · OCA/vertical-isp
- Repository
- OCA/vertical-isp · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/vertical-isp
- Last tracking update
- 2026-08-07 07:32:03
- Authors
- Odoo Community Association (OCA), Open Source Integrators
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators
- Committers
- GitHub, OCA-git-bot, oca-travis, Murtuza Saleh, scampbell
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- connector_equipment_import_cdr, connector_equipment_service
- Description
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
backend_equipment_form_view |
backend.equipment.form.view | backend.equipment | form | New |
backend_equipment_tree_view |
backend.equipment.tree.view | backend.equipment | tree | New |
maintenance_equipment_connector_page |
maintenance.equipment.connector.page | maintenance.equipment | form | Inherits maintenance.hr_equipment_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (9)
-
clientCharargs: 'Client ID' -
client_secretCharargs: 'Client Secret' -
equipment_idsOne2many → maintenance.equipmentstring='Equipments' args: 'maintenance.equipment', 'backend_id' -
hostCharargs: 'Host' -
nameCharargs: 'Name' -
passwordCharargs: 'Password' -
portCharargs: 'Port' -
protocolSelectionargs: [('http_json', 'HTTP/JSON'), ('rest', 'REST')], 'Protocol' -
userCharargs: 'User'
No public methods.
New fields (2)
-
backend_idMany2one → backend.equipmentstring='Backend Equipment' args: 'backend.equipment' -
managedBooleanargs: 'Can be managed'
-
create(self, vals)@api.model -
update_config(self) -
write(self, vals)@api.multi