Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
odoo14-addon-base-kanban-stage
Advanced tools
.. image:: https://img.shields.io/badge/license-LGPL--3-blue.png :target: https://www.gnu.org/licenses/lgpl :alt: License: LGPL-3
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.
To install this module, simply follow the standard install process.
No configuration is needed or possible.
Inherit from base.kanban.abstract
to add Kanban stage functionality to
the child model:
.. code-block:: python
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
:
.. code-block:: xml
My Model - Kanban View my.model primaryTo manage stages, go to Settings > Technical > Kanban > Stages.
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot :target: https://runbot.odoo-community.org/runbot/162/13.0
base.kanban.abstract
currently does not
support additional domains and alternate sort ordersBugs are tracked on GitHub Issue <https://github.com/OCA/server-tools/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.
Icon <https://odoo-community.org/logo.png>
_... image:: https://odoo-community.org/logo.png :alt: Odoo Community Association :target: https://odoo-community.org
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.
FAQs
Provides stage model and abstract logic for inheritance
We found that odoo14-addon-base-kanban-stage demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.