Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3044 Widoki

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?

Awatar
Odrzuć
Najlepsza odpowiedź

Read the docs here

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
5
mar 16
10178
0
maj 15
73
4
cze 21
18058
4
sty 17
8480
0
sie 16
4139