Skip to content
Snippets Groups Projects

General flow of states applied

Merged emanuel buzey requested to merge feature/add-state-flow into dev
All threads resolved!
Files
5
@@ -2,6 +2,7 @@ from odoo import _, fields, models
STATE_VALUES = [
("draft", _("Draft")),
("inscription", _("In Inscription")),
("activation", _("In Activation")),
("active", _("Active")),
]
Loading