Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
6506 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
1743
0
nov 17
5907
1
oct 15
6543
1
ago 25
458
2
ago 25
2699