Skip to Content
Menu
This question has been flagged
1 Reply
2354 Views

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?

Avatar
Discard
Best Answer

Read the docs here

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

Avatar
Discard
Related Posts Replies Views Activity
5
Mar 16
8799
0
May 15
73
4
Jun 21
16924
4
Jan 17
7234
0
Aug 16
3098