Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
6685 Vistas
Mejor respuesta

For OpenERP v7:

import netsvc
...
wf_service = netsvc.LocalService('workflow')
wf_service.trg_validate

For Odoo v8 the code change a little

from openerp import workflow
...
workflow.trg_validate(uid, 'account.invoice', id, 'invoice_cancel', cr)
Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
ene 22
1898
0
nov 17
6067
1
oct 15
6704
1
sept 25
269
1
sept 25
489