Provides general settings for the Maintenance App
Project description
This module provides an empty general settings section for the maintenance configuration.
This is a technical module and it doesn’t provide any new functionality. Extend this module to add general settings related to the maintenance 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" model="ir.ui.view">
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="base_maintenance_config.res_config_settings_view_form"/>
<field name="arch" type="xml">
<xpath expr="//div[@id='configure_maintenance']" position="after">
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_right_pane">
<label for="new_field_name"/>
<span class="fa fa-lg fa-building-o" title="Values set here are company-specific." groups="base.group_multi_company"/>
<div class="row">
<div class="text-muted col-md-8">
Set some configuration data for this field ...
</div>
</div>
<div class="content-group">
<div class="mt16">
<field name="new_field_name" class="o_light_label"/>
</div>
</div>
</div>
</div>
</xpath>
</field>
</record>
Table of contents
Configuration
To let one user access the general settings section for the maintenance configuration, you should assign the ‘Equipments Manager’ group to that user.
To do so, you need to:
Go on ‘Settings’ -> ‘Users & Companies’ -> ‘Groups’.
Open the group ‘Maintenance / Equipment Manager’ form.
In the tab ‘Users’, add the user you want to give access to.
Usage
To use this module, you need to:
Go to Maintenance > Configuration > General 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 smashing it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Contributors
Antonio Esposito <a.esposito@onestein.nl>
Andrea Stirpe <a.stirpe@onestein.nl>
Maintainers
This module is maintained by the OCA.
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.
This module is part of the OCA/maintenance project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo14_addon_base_maintenance_config-14.0.1.0.1.dev2-py3-none-any.whl
.
File metadata
- Download URL: odoo14_addon_base_maintenance_config-14.0.1.0.1.dev2-py3-none-any.whl
- Upload date:
- Size: 25.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/58.2.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbe883d0df5e9fe9d27166abfcdd28f29a298e809865668f90fcf4aea9eccf51 |
|
MD5 | b504a6c3ae8427cd5f649fdcf39881cd |
|
BLAKE2b-256 | 4168118a88bf9bce5d2685ba72dac226162ed3d9961bbbd72be0a75fba2ac0a3 |