1. 程式人生 > >odoo常用的widget

odoo常用的widget

widget="statusbar"   頭部狀態條標籤
widget="email"  電子郵件地址標籤
widget="selection" 下拉選擇標籤
widget="mail_followers" 關注者標籤
widget="mail_thread" 訊息標籤
widget="progressbar" 進度條,按百分比標籤
widget="one2many_list" 一對多列表標籤
widget="many2many_tags" 多對多顯示標籤
widget="url"  網站連結標籤
widget='image' 圖片標籤
widget="many2many_kanban" 看版標籤
widget="handler" 觸發標籤
widget="radio" 單選標籤
widget="char_domain"   字元域標籤
widget="monetary"  價格(和精度位數相關)標籤
widget="float_time" 單精度時間標籤
widget="html" html相關標籤
widget="pad" pad顯示相關標籤
widget="date" 日期標籤
widget="monetary" 金額標籤
widget='text' 文字標籤
widget="sparkline_bar" 燃盡標籤
widget="checkbox" 複選框標籤
widget="reference" 關聯標籤

用法:

<field name="xxxx" widget="xxxx" string="xxx"/>