Skip to main content

Provides stage model and abstract logic for inheritance

Project description

License: LGPL-3

Kanban - Stage Support

This module provides a stage model compatible with Kanban views and the standard views needed to manage these stages. It also provides the base.kanban.abstract model, which can be inherited to add support for Kanban views with stages to any other model. Lastly, it includes a base Kanban view that can be extended as needed.

Installation

To install this module, simply follow the standard install process.

Configuration

No configuration is needed or possible.

Usage

  • Inherit from base.kanban.abstract to add Kanban stage functionality to the child model:

    class MyModel(models.Model):
        _name = 'my.model'
        _inherit = 'base.kanban.abstract'
  • Extend the provided base Kanban view (base_kanban_abstract_view_kanban) as needed by the child model while making sure to set the mode to primary so that inheritance works properly. The base view has four name attributes intended to provide convenient XPath access to different parts of the Kanban card. They are card_dropdown_menu, card_header, card_body, and card_footer:

    <record id="my_model_view_kanban" model="ir.ui.view">
        <field name="name">My Model - Kanban View</field>
        <field name="model">my.model</field>
        <field name="mode">primary</field>
        <field name="inherit_id" ref="base_kanban_stage.base_kanban_abstract_view_kanban"/>
        <field name="arch" type="xml">
            <xpath expr="//div[@name='card_header']">
                <!-- Add header content here -->
            </xpath>
            <xpath expr="//div[@name='card_body']">
                <!-- Add body content here -->
            </xpath>
        </field>
    </record>
  • To manage stages, go to Settings > Technical > Kanban > Stages.

Try me on Runbot

Known Issues / Roadmap

  • The grouping logic used by base.kanban.abstract currently does not support additional domains and alternate sort orders

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 smash it by providing detailed and welcomed feedback.

Credits

Images

  • Odoo Community Association: Icon.

Contributors

Maintainer

Odoo Community Association

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.

To contribute to this module, please visit http://odoo-community.org.

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 odoo10_addon_base_kanban_stage-10.0.1.0.0.99.dev7-py2-none-any.whl.

File metadata

File hashes

Hashes for odoo10_addon_base_kanban_stage-10.0.1.0.0.99.dev7-py2-none-any.whl
Algorithm Hash digest
SHA256 59c6075a07df65a05a5e1e9581565a119e00d36ccccba7ed42fd9e957afaa081
MD5 93d0c17cc20878f03533e136246a5f1f
BLAKE2b-256 ffa2c89eed0543dc6eebf9b9c904d47ea67d65039ec12b0263a08cbf6a7523fb

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