implementa TipoOperacionF.

* facho/fe/form.py(Invoice.set_operation_type): Nuevo metodo.

FossilOrigin-Name: da60365b4f2ca0904139d0567ae5ba4188b05e890c25b80c551728d19708a8d9
This commit is contained in:
2020-09-06 01:13:55 +00:00
parent e70e4b6350
commit 7cbcf08802
2 changed files with 15 additions and 1 deletions

View File

@@ -85,3 +85,4 @@ TipoDocumento = CodeList(path_for_codelist('TipoDocumento-2.1.gc'), 'code', 'nam
CodigoPrecioReferencia = CodeList(path_for_codelist('CodigoPrecioReferencia-2.1.gc'), 'code', 'name')
MediosPago = CodeList(path_for_codelist('MediosPago-2.1.gc'), 'code', 'name')
RegimenFiscal = CodeList(path_for_codelist('RegimenFiscal-2.1.custom.gc'), 'code', 'name')
TipoOperacionF = CodeList(path_for_codelist('TipoOperacionF-2.1.gc'), 'code', 'name')