- Change
__openerp__.pyaddon name field - Change
README.rstfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cadastrar_resultado_analise_pedido | |
| { | |
| 'codigoRetorno': '0', | |
| 'retorno': 'SUCESSO', | |
| 'descricaoRetorno': u'Grava\xe7\xe3o realizada com sucesso.' | |
| } | |
| { | |
| 'codigoRetorno': '2', | |
| 'retorno': 'ERRO', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| env['juridico.dossie.solicitacao.conclusao'].create({ | |
| 'dossie_id': record.dossie_id.id, | |
| 'alegacao_id': a, | |
| 'solicitacoes_ids': [(6, 0, s.get('solicitacao', []))], | |
| 'conclusao_documentos_ids': [(6, 0, s.get('documentos', []))] | |
| }) |