跳至內容
選單
此問題已被標幟
1 回覆
3042 瀏覽次數

How Can I use my own new field here?:

I have this:

class hr_timesheet_sheet(osv.osv):

_inherit = "hr_timesheet_sheet.sheet"

def test(self):

iid = self.task_field

_columns = {

'task_field': fields.many2one('project.task', 'task_id', required=True)

}


How Can I use my own field = "task_field" in a simple variable or in a function that I want to write?

Or how can I use my own field in other modules?

頭像
捨棄
最佳答案

Read the docs here

https://www.odoo.com/documentation/8.0/reference/orm.html

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
5
3月 16
10172
0
5月 15
73
4
6月 21
18051
4
1月 17
8474
0
8月 16
4128