Modulo de ISLR permite cambiar facturas y fecha cuando la retención esta en done
Bug #967413 reported by
Jose Moreno
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Sistema Integral Simón Bolívar |
Fix Released
|
High
|
Jose Moreno |
Bug Description
El modulo de impuesto sobre la renta en la vista de formulario permite cambiar el numero de factura al cual se le aplica y la fecha y periodo en el que se hizo la retención aun cuando el documento ha sido procesado completamente y esta en done.
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: | |
importance: | Undecided → High |
assignee: | nobody → [SISB] Jose Moreno (jmoreno-8) |
Changed in sisb: | |
status: | New → Fix Committed |
Changed in sisb: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.