You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
.. | ||
doc | 11 months ago | |
static | 11 months ago | |
README.rst | 11 months ago | |
__init__.py | 11 months ago | |
__manifest__.py | 11 months ago |
README.rst
.. image:: https://img.shields.io/badge/licence-LGPL--3-green.svg
:target: https://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
PROGRESS BAR WIDGET
====================
New Progress Bar Widget for Odoo 16.
Credits
-------
* Cybrosys Techno Solutions <https://cybrosys.com/>
Usage
=====
You need to declare a float field.
progress = fields.Float(string='Progress', default=0.0)
In the view declaration,
...
<field name="arch" type="xml">
<form string="View name">
...
<field name="progress" widget="progress_bar_widget"/>
...
</form>
</field>
...
Installation
============
- https://www.odoo.com/documentation/16.0/setup/install.html
- Install our custom addon
License
-------
General Public License, Version 3 (LGPL v3).
(https://www.gnu.org/licenses/lgpl-3.0-standalone.html)
Company
-------
* Cybrosys Techno Solutions <https://cybrosys.com/>
Contacts
--------
* Mail Contact : odoo@cybrosys.com
Bug Tracker
-----------
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported.
Maintainer
==========
This module is maintained by Cybrosys Technologies.
For support and more information, please visit https://www.cybrosys.com
Further information
===================
HTML Description: `<static/description/index.html>`__