odoo 的常见字段类型

odoo 常见的字段类型主要有

1.binary 二进制类型,图像,文件
2.boolean 0/1 , true ,false
3.char 短文本
4.date 日期
5.datetime 时间,精确到时分秒
6.float 浮点型
7.integer 整数类型
8.selection 下拉列表,dist
9.moetary 金额字段
10.text/html

关系类型的字段
many2many
many2one
one2many
reference

下面的一些字段 不要使用
name.active,sequence,state,parent_id,parent_left,parent_right

点赞

发表评论

电子邮件地址不会被公开。必填项已用 * 标注