Several fixes:

* add stage states
* default values for relational fields must return a recordset.
* do not allow to create qc issues from kanban quick create.
This commit is contained in:
Jordi Ballester
2017-07-26 18:46:05 +02:00
committed by Jordi Ballester Alomar
parent 445837f616
commit da469d7fbf
5 changed files with 35 additions and 31 deletions

View File

@@ -1,9 +1,8 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import qc_issue
from . import qc_stage
from . import qc_problem
from . import qc_problem_group
from . import qc_stage
from . import qc_issue_stage
from . import qc_issue