Provides general settings for the Fleet App
Project description
This module provides an empty general settings section for the fleet configuration.
This is a technical module and it doesn’t provide any new functionality. Extend this module to add general settings related to the fleet 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="fleet_config.res_config_settings_view_form"/>
<field name="arch" type="xml">
<xpath expr="//div[@id='configure_fleet']" 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
Usage
To use this module, you need to:
Go to Fleet > 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 to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Contributors
Marcel Savegnago <marcel.savegnago@escodoo.com.br>
Other credits
The development of this module has been financially supported by:
Escodoo - https://www.escodoo.com.br
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.
Current maintainer:
This module is part of the OCA/fleet 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
Hashes for odoo12_addon_fleet_config-12.0.1.0.0.99.dev7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9669255d666bf68c69a869961595f9b927be9b825b34292765083fc5f1a6baf |
|
MD5 | 5f858afc77ca389a0cf9646776c98a2e |
|
BLAKE2b-256 | bc81650232d9082ba34fa980ad5a1598185691563d55862996239c13cabb1581 |