Form 视图

Form 视图

Form 结构

1、header 用来存放button

<header>
    	<button type="object" name="open_commercial_entity"
    	string="Open commercial partner"class="btn-primary" />
</header>

2、sheet

表单元素被呈现为样式化的表单,最重要的字段应该是用户在查看表单时首先看到的内容。

2.1 div button_box

<div class="oe_button_box" name="button_box">
    <button type="object" class="oe_stat_button"
    			icon="fa-pencil-square-o"name="action_view_partner_invoices">
    	<div class="o_form_field o_stat_info">
        	<span class="o_stat_value">
        		<field name="total_invoiced"/>
        	</span>
        	<span class="o_stat_text">Invoiced</span>
    	</div>
    </button>
</div>

2.2 label h1 h2 h3

<div class="oe_left oe_title">
    <label for="name" />
    <h1><field name="name" /></h1>
</div>

2.3 group 属性col=‘2’,一个字段默认占据2列

<group col="6">
    <field name="category_id" widget="many2many_tags" />
    <field name="email"/>
    <field name="mobile"/>
</group>

2.4 notebook page

<notebook groups="base.group_no_one">
    <page string="Registration Mails">
        <field name="mail_registration_ids">
            <tree string="Registration mail" editable="bottom">
                <field name="registration_id"/>
                <field name="scheduled_date"/>
                <field name="mail_sent"/>
            </tree>
        </field>
    </page>
</notebook>

3、chatter 聊天插件

<div class="oe_chatter">
    <field name="message_follower_ids" widget="mail_followers"/>
    <field name="activity_ids" widget="mail_activity"/>
    <field name="message_ids" widget="mail_thread"/>
</div>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

码码码码代码码码码

心中无尘,码字如神

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值