http://blog.csdn.net/j_z10/article/details/51829014
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="partner_type" nolabel="1" widget="selection" string="" attrs="{'required': [('payment_type', 'in', ('inbound', 'outbound'))], 'invisible': [('payment_type', 'not in', ('inbound', 'outbound'))], 'readonly': [('state', '!=', 'draft')]}"/>`
- 開發教程
- Odoo10開發教程一(構建模塊)
- Odoo10開發教程二(基本視圖)
- Odoo10開發教程三(模型關聯)
- Odoo10開發教程四(繼承)
- Odoo10開發教程五(計算字段和默認值)
- Odoo10開發教程六(高級視圖)
- Odoo10開發教程七(工作流和安全)
- 參考手冊
- odoo V10中文參考手冊(一:ORM API)
- odoo V10中文參考手冊(指導規范)
- 技巧
- odoo 常用widget
- Odoo(OpenERP)開發實踐:菜單隱藏(1)
- Odoo(OpenERP)開發實踐:菜單隱藏(2)
- Odoo(OpenERP)開發實踐:數據模型學習
- Odoo中自動備份數據庫
- Odoo(OpenERP)應用實踐: 使用db-filter參數實現通過域名指定訪問哪個數據庫
- Odoo(OpenERP)配置文件openerp-server.conf詳解
- Odoo(OpenERP v8)數據模型(Data Model)
- odoo10學習筆記十七:controller
- Qweb定義