没有合适的资源?快使用搜索试试~ 我知道了~
odoo 9.0 official document
资源推荐
资源详情
资源评论
pdfcrowd.comopen in browser PRO version
Are you a developer? Try out the HTML to PDF API
Workows
In Odoo, a workflow is a technical artefact to manage a set of "things to do" associated to the records
of a model. The workflow provides a higher-level way to organize tasks to perform with or on a record.
More specifically, a workflow is a directed graph where the nodes are called "activities" and the arcs
are called "transitions".
Activities define work that should be done within the Odoo server, such as changing the state of
some records, or sending emails.
Transitions control how the workflow progresses from activity to activity.
In the definition of a workflow, one can attach conditions, signals, and triggers to transitions, so that
the behavior of the workflow depends on user actions (such as clicking on a button), changes to
records, or arbitrary Python code.
All in all, Odoo's workflow system provides:
a description of the evolution of a record (document) over time
automatic actions based on various and flexible conditions
START NOW TOUR PRICING DOCSAPPS
Developer Doc
/
Workflows
9.0
User Developer API Installation White Papers Legal
pdfcrowd.comopen in browser PRO version
Are you a developer? Try out the HTML to PDF API
management of company roles and validation steps
management of interactions between objects
a visual representation of document flows through their lifecycle
For instance, a basic order could have the following flow:
Draft
Confirmed
Closed Canceled
Orders start in the Draft state, can be Confirmed by a user, and then either shipped (Closed) or
Canceled.
A company using Odoo may want to add discount support to orders, where sales staff has
discretionary discounting powers up to 15%, but manager validation is required for discounts beyond
15%. The workflow can be altered online to add the relevant steps without editing Python or XML files:
Draft
Confirmed
discount <= 15% Validation
discount > 15%
Closed Canceled
Accept
剩余12页未读,继续阅读
资源评论
geniusqg
- 粉丝: 1
- 资源: 5
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 小区监控视频监控方案.doc
- 某小区视频监控系统设计方案.doc
- 数电期末练习题.doc
- 数电期末试题.doc
- 数电习题试卷.doc
- 进程调度模拟算法.doc
- 操作系统模拟进程调度算法.doc
- C语言程序设计期末考试试题含答案.doc
- 数电期末试卷及答案.doc
- 汇编实验课程综合设计.doc
- 汇编实验子程序程序设计.doc
- 汇编实验算数运算程序设计.docx
- 多元统计分析重点.docx
- 基于卷积-长短期记忆网络加注意力机制(CNN-LSTM-Attention)的时间序列预测程序,预测精度很高 可用于做风电功率预测,电力负荷预测等等 标记注释清楚,可直接数据运行 代码实现训练与测
- C++语言程序设计期末考试试题及答案.doc
- Linux期末考试复习试题含答案.doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功