Merge lp://staging/~inddiana/sisb/jose_l10n_ve_withholding_islr_final into lp://staging/sisb
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~inddiana/sisb/jose_l10n_ve_withholding_islr_final |
Merge into: | lp://staging/sisb |
Diff against target: |
9355 lines (+9088/-1) 46 files modified
diana_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) |
To merge this branch: | bzr merge lp://staging/~inddiana/sisb/jose_l10n_ve_withholding_islr_final |
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Nhomar - Vauxoo (community) | Disapprove | ||
Aristóbulo Meneses | Pending | ||
Review via email: mp+100228@code.staging.launchpad.net |
Description of the change
[IMP] Se agrego la dependencia del modulo bank_management al archivo __openerp__.py
194. By [SISB] Jose Moreno 57 minutes ago
[FIX] Se mejora la validacion en el proceso de retenciones, se agrega la validacion al signal del workflow
193. By [SISB] Jose Moreno 3 hours ago
[IMP] Se agrego un sequence para la ref automatica en la creacion de proveedores
[IMP] Se agrego una validacion en productos para evitar que guardaran productos con el valor consumible
192. By [SISB] Jose Moreno on 2012-03-28
[FIX] Se repara bug que permitia cambiar el numero de factura aun cuando la retencion estaba en done
191. By [SISB] Jose Moreno on 2012-03-28
[FIX] Validacion que prohibe cambiar el periodo de una retencion una vez vez llegado a done
190. By [SISB] Jose Moreno on 2012-03-28
[FIX] Se permitian duplicar las retenciones de ISLR generando Documentos huerfanos, se corrigio sobrescribiendo el metodo copy del objecto.
Nota: Soy José, es que este es mi ID de launchpad personal
189. By [SISB] Jose Moreno on 2012-03-23
[IMP] Se agrego el modulo de ISLR con las validacione pertinentes
Unmerged revisions
- 195. By Jose Moreno
-
[IMP] Se agrego la dependencia del modulo bank_management al archivo __openerp__.py
- 194. By Jose Moreno
-
[FIX] Se mejora la validacion en el proceso de retenciones, se agrega la validacion al signal del workflow
- 193. By Jose Moreno
-
[IMP] Se agrego un sequence para la ref automatica en la creacion de proveedores
[IMP] Se agrego una validacion en productos para evitar que guardaran productos con el valor consumible - 192. By Jose Moreno
-
[FIX] Se repara bug que permitia cambiar el numero de factura aun cuando la retencion estaba en done
- 191. By Jose Moreno
-
[FIX] Validacion que prohibe cambiar el periodo de una retencion una vez vez llegado a done
- 190. By digitaljackal <digitaljackal@digitaljackal>
-
[FIX] Se permitian duplicar las retenciones de ISLR generando Documentos huerfanos, se corrigio sobrescribiendo el metodo copy del objecto.
Nota: Soy José, es que este es mi ID de launchpad personal - 189. By Jose Moreno
-
[IMP] Se agrego el modulo de ISLR con las validacione pertinentes
Pregunta:
Por que no hacen estos cambios en el core bug a bug, éstos no estñan en la localización y si te fijas el branch de la localización se testea automático aqui:
http:// runbot. openerp. com/openerp- venezuela. html
A mejorarse pronto la cosa visual.
Grandes cambios SIEMPRE generan grandes problemas difíciles de corregir, y si pensamos a futuro contar con plataformas complejas de testing que automaticen los casos éstos branches y grandes cambios darán muchísimo consumos de tiempo mis panas.