Advertisement
xcodinas

Untitled

Mar 30th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. fiscal_period = fields.Selection([
  2. ('01', 'Enero'),
  3. ('02', 'Febrero'),
  4. ('03', 'Marzo'),
  5. ('04', 'Abril'),
  6. ('05', 'Mayo'),
  7. ('06', 'Junio'),
  8. ('07', 'Julio'),
  9. ('08', 'Agosto'),
  10. ('09', 'Septiembre'),
  11. ('10', 'Octubre'),
  12. ('11', 'Noviembre'),
  13. ], "Fiscal Period")
  14. 'fiscal_period': [
  15. 'RegistroLRFacturasRecibidas,PeriodoImpositivo,Periodo',
  16. 'RegistroLRFacturasEmitidas,PeriodoImpositivo,Periodo',
  17. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement