Skip to content

SidooSL/state_flow

Repository files navigation

State Flow Manager

Overview

The State Flow Manager module provides an abstract class to add a state flow to any Odoo model. It allows you to define processes, states, and transitions that can be applied to your models to manage their state transitions.

Modules

state_flow_manager

This module provides the core functionality for managing state flows.

state_flow_manager_demo

This module demonstrates how to add a state flow to the res.partner model.

Installation

  1. Clone the repository into your Odoo addons directory.
  2. Update the Odoo module list.
  3. Install the state_flow_manager module.
  4. Install the state_flow_manager_demo module to see a demonstration of the state flow functionality.

Usage

  1. Define a state flow process in the State Flow Process Manager.
  2. Add states and transitions to the process.
  3. Apply the state flow mixin to your model to enable state flow functionality.

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license. Consult each module's manifest.py file, which contains a license key that explains its license.

About

State Flow Odoo Addons

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors