콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
4874 화면

As per Odoo 8/9 we just had to extend the sale.wkf_sale with new activities and transition.

But now, there is no more workflow (the database table is there but empty)

So how can we had this kind of change to standard odoo 10 "workflow"

Thank you for any help


아바타
취소
베스트 답변

Hello 

you can add button and write method on that button.

Thanks 

아바타
취소
베스트 답변

In this tutorial you will learn how to create workflow in odoo. Before jumping into the code you need to know about workflow and why we need it.

Odoo workflow

In simple words workflow is "Perform some action in a organized way". To organize tasks or activities we use workflow. In the term of Computer Science workflow is same as the directed graph, where the nodes are called activities and arcs are called transitions. Here activities are some action that could be done on odoo server such as changing the state of some records based on some condition. We can say that the behaviour of the workflow depends on user action (for example clicking on a button).

How to create you own workflow : http://learnopenerp.blogspot.com/2017/12/odoo-workflow.html

아바타
취소
베스트 답변

Workflows are no longer supported in the Odoo 10.

Hence achieve your requirement, using the standard Button of type "object".

아바타
취소
관련 게시물 답글 화면 활동
1
11월 24
20311
1
9월 23
3118
2
7월 23
3081
3
5월 23
5691
7
4월 23
49082