Odoo中文网|Odoo实施培训

标题: Odoo Views (二) - Form View [打印本页]

作者: 南帝    时间: 2018-1-30 20:38
标题: Odoo Views (二) - Form View
Form view 就是用来详细的展示单个 record 的各项值。跟节点就是 <form>,它由一些基本的 HTML 和一些特殊结构和语意来组成。
Structural components 结构组成
用来设定 form 的基本页面结构
Semantic components 语义组成
设置了一些与Odoo系统的交互。
Business Views guidelines
Business views 主要是面向普通的用户,而非开发人员。比如在:Opportunites,Products,Partners,Tasks,Projects,etc.
一般来说,a business view 是由下面几个部分组成:顶部的一个 status bar,中间的 sheet,底部是历史操作记录和。
各种留言 在XML中,大部分 form view 都是如下结构定义的。
<form>
    <header> ... content of the status bar  ... </header>
    <sheet>  ... content of the sheet       ... </sheet>
    <div class="oe_chatter"> ... content of the bottom part ... </div>
</form>
The Status Bar
这个bar 的作用就是显示当前 record 的 status 状态,以及一些 action buttons





欢迎光临 Odoo中文网|Odoo实施培训 (http://www.chinaodoo.net/) Powered by Discuz! X3.2