Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3020 Vistas

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
Descartar
Mejor respuesta

Read the docs here

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

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
5
mar 16
10159
0
may 15
73
4
jun 21
18044
4
ene 17
8471
0
ago 16
4123