Ribbon | Web Kanban Ribbon | Kanabn Ribbon | Web Environment Kanban Ribbon
by CFIS https://www.cfis.store$ 15.05
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 83 |
Technical Name |
web_kanban_ribbon |
License | See License tab |
Website | https://www.cfis.store |
Versions | 15.0 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 83 |
Technical Name |
web_kanban_ribbon |
License | See License tab |
Website | https://www.cfis.store |
Versions | 15.0 16.0 17.0 18.0 |
Portal Document Management System
CFIS
This module helps you to displays a ribbon on the top part of the kanban box. One can specify text in text / title attribute and background color in the bg_color attribute, also you can set icon for show the icon on the ribbon.
Installation
- Copy web_kanban_ribbon module to addons folder
- Install the module normally like other modules.
Configuration
Widget web_kanban_ribbon can be used in a kanban. It displays a ribbon on the top part of the kanban. One can specify text in text / title attribute and background color in the bg_color attribute, also you can set icon for show the icon on the ribbon.
<widget name="web_kanban_ribbon" title="Sale" bg_color="bg-success" icon="fa-usd"
attrs="{'invisible': [('state', '!=', 'sale')]}"/>
<widget name="web_kanban_ribbon" title="Quotation" bg_color="bg-warning" icon="fa-usd"
attrs="{'invisible': [('state', '!=', 'draft')]}"/>
<widget name="web_kanban_ribbon" title="Cancelled" bg_color="bg-danger" icon="fa-usd"
attrs="{'invisible': [('state', '!=', 'cancel')]}"/>
Useful BG Colors ->bg-success, bg-primary, bg-danger, bg-warning, bg-beta, bg-info,
<templates>
<t t-name="kanban-box">
<div t-attf-class="oe_kanban_card oe_kanban_global_click">
<widget name="web_kanban_ribbon" title="Sale" bg_color="bg-success" icon="fa-usd"
attrs="{'invisible': [('state', '!=', 'sale')]}"/>
<widget name="web_kanban_ribbon" title="Quotation" bg_color="bg-warning" icon="fa-usd"
attrs="{'invisible': [('state', '!=', 'draft')]}"/>
<widget name="web_kanban_ribbon" title="Cancelled" bg_color="bg-danger" icon="fa-usd"
attrs="{'invisible': [('state', '!=', 'cancel')]}"/>
<div class="o_kanban_record_top mb16">
<div class="o_kanban_record_headings mt4">
<strong class="o_kanban_record_title"><span><t t-esc="record.partner_id.value"/></span></strong>
</div>
<strong><field name="amount_total" widget="monetary"/></strong>
</div>
<div class="o_kanban_record_bottom">
<div class="oe_kanban_bottom_left text-muted">
<span><t t-esc="record.name.value"/> <t t-esc="record.date_order.value"/></span>
<field name="activity_ids" widget="kanban_activity"/>
</div>
<div class="oe_kanban_bottom_right">
<field name="state" widget="label_selection" options="{'classes': {'draft': 'default', 'cancel': 'default', 'done': 'success'}}"/>
</div>
</div>
</div>
</t>
</templates>

Help and Support
Ribbon | Web Kanban Ribbon | Kanabn Ribbon | Web Environment Kanban Ribbon
- This module helps you to displays a ribbon on the top part of the kanban box. One can specify text
in text / title attribute and background color in the bg_color attribute , also you can set icon for show the icon on the ribbon.
Features
- User Group and Manager Group Security
- Folder View Based on Document modules
- Document versions
- Document numbering
- Filter by tags
- Document Share
- Document Send by Email
- Export Multiple Documents to Zip
- User Documents
- Personal Documents
- Shared Documents
- Portal Documents
- Portal Access for Each Users
- Upload Documents from Portal
Installation
- Copy documents_portal_management module to addons folder
- Install the module normally like other modules.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module