Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
6960 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
2154
0
nov 17
6343
1
oct 15
7018
2
oct 25
256
2
sept 25
660