retenciones: el número de retención que se genera no toma en cuenta el período forzado
Bug #954048 reported by
Aristóbulo Meneses
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Sistema Integral Simón Bolívar |
Fix Committed
|
Critical
|
Jose Moreno |
Bug Description
Cuando se forza el período, el número de retención se genera tomando el período actual, no el periodo en el que se forzó.
Related branches
lp://staging/~inddiana/sisb/jose_l10n_ve_withholding_islr_final
On hold
for merging
into
lp://staging/sisb
- Nhomar - Vauxoo (community): Disapprove
- Aristóbulo Meneses: Pending requested
-
Diff: 9355 lines (+9088/-1)46 files modifieddiana_almacenes/model/diana_almacenes.py (+1/-0)
diana_fixes/__openerp__.py (+1/-1)
diana_fixes/model/fixes.py (+26/-0)
diana_fixes/sequence/sequence.xml (+17/-0)
l10n_ve_withholding_islr/README (+5/-0)
l10n_ve_withholding_islr/__init__.py (+39/-0)
l10n_ve_withholding_islr/__openerp__.py (+79/-0)
l10n_ve_withholding_islr/data/l10n_ve_islr_withholding_data.xml (+890/-0)
l10n_ve_withholding_islr/demo/l10n_ve_islr_withholding_demo.xml (+639/-0)
l10n_ve_withholding_islr/i18n/es.po (+1459/-0)
l10n_ve_withholding_islr/i18n/es_VE.po (+1455/-0)
l10n_ve_withholding_islr/installer.py (+96/-0)
l10n_ve_withholding_islr/invoice.py (+769/-0)
l10n_ve_withholding_islr/islr_wh_concept.py (+75/-0)
l10n_ve_withholding_islr/islr_wh_doc.py (+1002/-0)
l10n_ve_withholding_islr/islr_wh_report.xml (+26/-0)
l10n_ve_withholding_islr/islr_xml_wh.py (+242/-0)
l10n_ve_withholding_islr/islr_xml_wh.xml (+163/-0)
l10n_ve_withholding_islr/partner.py (+48/-0)
l10n_ve_withholding_islr/product.py (+69/-0)
l10n_ve_withholding_islr/rates.py (+77/-0)
l10n_ve_withholding_islr/report/__init__.py (+28/-0)
l10n_ve_withholding_islr/report/list_wh_islr_report.rml (+131/-0)
l10n_ve_withholding_islr/report/wh_islr.py (+91/-0)
l10n_ve_withholding_islr/report/wh_islr_report.rml (+195/-0)
l10n_ve_withholding_islr/retencion_islr_sequence.xml (+46/-0)
l10n_ve_withholding_islr/security/ir.model.access.csv (+15/-0)
l10n_ve_withholding_islr/security/wh_islr_security.xml (+13/-0)
l10n_ve_withholding_islr/view/account_voucher.xml (+31/-0)
l10n_ve_withholding_islr/view/installer.xml (+59/-0)
l10n_ve_withholding_islr/view/invoice_view.xml (+95/-0)
l10n_ve_withholding_islr/view/islr_wh_concept_view.xml (+131/-0)
l10n_ve_withholding_islr/view/islr_wh_doc_view.xml (+395/-0)
l10n_ve_withholding_islr/view/partner_view.xml (+33/-0)
l10n_ve_withholding_islr/view/product_view.xml (+56/-0)
l10n_ve_withholding_islr/view/wh_islr_view.xml (+8/-0)
l10n_ve_withholding_islr/voucher_pay_support.py (+91/-0)
l10n_ve_withholding_islr/wizard/__init__.py (+27/-0)
l10n_ve_withholding_islr/wizard/account_invoice_refund.py (+51/-0)
l10n_ve_withholding_islr/workflow/account_workflow.xml (+79/-0)
l10n_ve_withholding_islr/workflow/islr_wh_workflow.xml (+98/-0)
sisb_fix_hibernar_cheques/__init__.py (+19/-0)
sisb_fix_hibernar_cheques/__openerp__.py (+36/-0)
sisb_fix_hibernar_cheques/wizard/__init__.py (+24/-0)
sisb_fix_hibernar_cheques/wizard/hibernar_cheques.py (+88/-0)
sisb_fix_hibernar_cheques/wizard/hibernar_cheques.xml (+70/-0)
Changed in sisb: | |
assignee: | nobody → [SISB] Jose Moreno (jmoreno-8) |
milestone: | none → rc1 |
importance: | Undecided → High |
Changed in sisb: | |
status: | Fix Committed → New |
Changed in sisb: | |
importance: | High → Critical |
Changed in sisb: | |
status: | New → Fix Committed |
To post a comment you must log in.
[FIX] Bug #954047 el sistema permitia que la retención pase de estado borrador a confirmado sin cargar las facturas retenidas se agrego un nuevo estado en el workflow llamado calcular para forzar al usuario a realizar el calculo, se quito el estado de cancel de la retencion cuando llega a done.