TIP: You can type at any time to perform a new search.
Base Repair Config
base_repair_config · OCA/repair
- Repository
- OCA/repair · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/repair
- Last tracking update
- 2026-08-07 08:43:05
- Authors
- Odoo Community Association (OCA), Escodoo
- Maintainers
- Odoo Community Association (OCA), Escodoo
- Committers
- Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- repair_picking_after_done, repair_quality_control, repair_scheduled_date_calendar_view
- Description
This module provides an empty general settings section for the repair configuration. This is a technical module and it doesn't provide any new functionality. Extend this module to add general settings related to the repair app. When extending the general settings view, here is an example of how the code would look like: ``` xml <record id="res_config_settings_view_form_inherit" model="ir.ui.view"> <field name="name">res.config.settings.view.form.inherit.repair</field> <field name="model">res.config.settings</field> <field name="inherit_id" ref="base_repair_config.res_config_settings_view_form"/> <field name="arch" type="xml"> <xpath expr="//block[@name='repair_setting_container']" position="inside"> <setting id="extra_repair_setting" help="Enable extra repair configuration options."> <field name="extra_repair_field"/> </setting> <setting id="another_repair_setting" help="Another repair-related setting."> <field name="another_repair_field"/> </setting> </xpath> </field> </record> ```
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings.view.form.inherit.repair | res.config.settings | form | Inherits base.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (0)
No models found for this module.
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 167 days ago
- Last activity
- 32 days ago
- Repository
- OCA/repair
- Pull request
- [19.0] [MIG] base_repair_config (#150)