Skip to main content

Provides general settings for the Repair App

Project description

Odoo Community Association

Base Repair Config

Beta License: AGPL-3 OCA/repair Translate me on Weblate Try me on Runboat

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:

<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>

Table of contents

Configuration

Usage

To use this module, you need to:

  1. Go to Repair > Configuration > Settings.

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Escodoo

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

marcelsavegnago

This module is part of the OCA/repair project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file odoo_addon_base_repair_config-18.0.1.0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo_addon_base_repair_config-18.0.1.0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f405c9e84c4cddb6ebf85ebf0d168d8931237a0f9c3dc73fb12edc4199a2485f
MD5 1416a756fc8c4981df845fdbbecfea03
BLAKE2b-256 9b947f9a6e99147234851e0155fadf40a60ec1d7895c6132aa0a2d4499b4f02a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page