Merge lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_mx-remove_cr_commit_dev_carlos into lp:openerp-mexico-localization/7.0

Proposed by Juan Carlos Hernandez
Status: Merged
Merged at revision: 258
Proposed branch: lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_mx-remove_cr_commit_dev_carlos
Merge into: lp:openerp-mexico-localization/7.0
Diff against target: 0 lines
To merge this branch: bzr merge lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_mx-remove_cr_commit_dev_carlos
Reviewer Review Type Date Requested Status
Juan Carlos Hernandez (community) Needs Resubmitting
Moisés López - http://www.vauxoo.com Needs Fixing
Isaac López Zúñiga Pending
Rodolfo Lopez Pending
OpenERP Mexico Maintainer Pending
Review via email: mp+180019@code.launchpad.net

Description of the change

se corrigio el campo duplicado de regimen fiscal
se corrigio Orden de los campos Numero interior exterior
se cambio Placeholders en la localizacion Mexicana
se corrrigio cr_commit y los context

To post a comment you must log in.
256. By Juan Carlos Hernandez

[FIX][l10n_mx_ir_attachment_facturae]fix context

257. By Juan Carlos Hernandez

[FIX][l10n_mx_ir_attachment_facturae_mx]fix context

258. By Juan Carlos Hernandez

[MERGE]

259. By Juan Carlos Hernandez

[IMP][l10n_mx_ir_attachment_facturae]improve function reset_to_draft()

260. By Juan Carlos Hernandez

[IMP][l10n_mx_ir_attachment_facturae_mx]fix report pdf webkit whit SUPERUSER_ID

261. By Juan Carlos Hernandez

[IMP][l10n_mx]delete prints

262. By Juan Carlos Hernandez

[IMP][ir_attachment_facturae_mx]delete print of exceptions,delete try except of function create_ir_attachment_facturae() and separate translation and leave as before

263. By Juan Carlos Hernandez

[MERGE]merge branch luisT

Revision history for this message
Moisés López - http://www.vauxoo.com (moylop260) wrote :
Download full text (5.3 KiB)

En runbot está marcando el siguiente error
2013-08-16 01:21:18,981 25341 ERROR 7-0-oml-rm-commit-jc-test-moy-30-all openerp.tools.safe_eval: Cannot eval u'create_ir_attachment_facturae()'
Traceback (most recent call last):
  File "/home/runbot/openerp-tools_260/openerp-runbot/static/openerp-mexico-maintainer-7-0-oml-rm-commit-jc-test-moy-30/server/openerp/tools/safe_eval.py", line 241, in safe_eval
    return eval(test_expr(expr, _SAFE_OPCODES, mode=mode), globals_dict, locals_dict)
  File "", line 1, in <module>
  File "/home/runbot/openerp-tools_260/openerp-runbot/static/openerp-mexico-maintainer-7-0-oml-rm-commit-jc-test-moy-30/server/openerp/osv/orm.py", line 374, in function_proxy
    return attr(self._cr, self._uid, [self._id], *args, **kwargs)
  File "/home/runbot/openerp-tools_260/openerp-runbot/static/openerp-mexico-maintainer-7-0-oml-rm-commit-jc-test-moy-30/server/openerp/addons/l10n_mx_ir_attachment_facturae/invoice.py", line 98, in create_ir_attachment_facturae
    raise osv.except_osv(_('Warning'), _('No valid approval of folios'))
except_osv: (u'Warning', u'No valid approval of folios')
2013-08-16 01:21:18,984 25341 ERROR 7-0-oml-rm-commit-jc-test-moy-30-all openerp.tools.yaml_import: (u'Warning', u'No valid approval of folios')
Traceback (most recent call last):
  File "/home/runbot/openerp-tools_260/openerp-runbot/static/openerp-mexico-maintainer-7-0-oml-rm-commit-jc-test-moy-30/server/openerp/tools/yaml_import.py", line 864, in process
    self._process_node(node)
  File "/home/runbot/openerp-tools_260/openerp-runbot/static/openerp-mexico-maintainer-7-0-oml-rm-commit-jc-test-moy-30/server/openerp/tools/yaml_import.py", line 877, in _process_node
    self.process_python(node)
  File "/home/runbot/openerp-tools_260/openerp-runbot/static/openerp-mexico-maintainer-7-0-oml-rm-commit-jc-test-moy-30/server/openerp/tools/yaml_import.py", line 550, in process_python
    unsafe_eval(code_obj, {'ref': self.get_id}, code_context)
  File "/home/runbot/openerp-tools_260/openerp-runbot/static/openerp-mexico-maintainer-7-0-oml-rm-commit-jc-test-moy-30/server/openerp/addons/sale_stock/test/picking_order_policy.yml", line 5, in <module>
    -
  File "/home/runbot/openerp-tools_260/openerp-runbot/static/openerp-mexico-maintainer-7-0-oml-rm-commit-jc-test-moy-30/server/openerp/workflow/wkf_service.py", line 119, in trg_validate
    res2 = instance.validate(cr, id, ident, signal)
  File "/home/runbot/openerp-tools_260/openerp-runbot/static/openerp-mexico-maintainer-7-0-oml-rm-commit-jc-test-moy-30/server/openerp/workflow/instance.py", line 43, in validate
    workitem.process(cr, witem, ident, signal, force_running, stack=stack)
  File "/home/runbot/openerp-tools_260/openerp-runbot/static/openerp-mexico-maintainer-7-0-oml-rm-commit-jc-test-moy-30/server/openerp/workflow/workitem.py", line 60, in process
    ok = _split_test(cr, workitem, activity['split_mode'], ident, signal, stack)
  File "/home/runbot/openerp-tools_260/openerp-runbot/static/openerp-mexico-maintainer-7-0-oml-rm-commit-jc-test-moy-30/server/openerp/workflow/workitem.py", line 175, in _split_test
    _join_test(cr, t[0], t[1], ident, stack)
  File "/home/runbot/openerp-tools_260/...

Read more...

review: Needs Fixing
264. By Juan Carlos Hernandez

[IMP][l10n_mx_facturae_pac_sf]add msj as above

265. By Juan Carlos Hernandez

[FIX][l10n_mx_company_cif]fix demo test and fix demo email_template

266. By Juan Carlos Hernandez

[IMP][ir_attachment_facturae]add dependence

267. By Juan Carlos Hernandez

[MERGE]

268. By Juan Carlos Hernandez

[FIX][ir_attachement_facturae_mx]fix error create_report() got an unexpected keyword argument 'context'

269. By Juan Carlos Hernandez

[IMP][l10n_mx_ir_attachment_facturae]indentation in action_cancel

270. By Juan Carlos Hernandez

[FIX][l10n_mx_ir_attachment_facturae]fix action_cancel

271. By Juan Carlos Hernandez

[IMP][l10n_mx_ir_attachment_facturae]fix action_cancel() and signal_cancel.

272. By Juan Carlos Hernandez

[IMP][l10n_mx_ir_attachment_facturae]add index_content

Revision history for this message
Juan Carlos Hernandez (openerp1) wrote :

se corrigieron fucniones action_cancel() y action signal(),incluyendo los temas 4.1, 6 ,7 y 8 de la tarea numero 461
se probó con --test-enable --log-level=test localmente
adjunto url
http://erp.vauxoo.com/?db=vauxoo#id=461&view_type=form&model=project.task&menu_id=136&action=138

review: Needs Resubmitting
273. By Juan Carlos Hernandez

[IMP][l10n_mx_ir_attachment_facturae_mx]fix warning

274. By Juan Carlos Hernandez

[IMP][l10n_mx_res_partner_bank]fix warnning of xml

Revision history for this message
Juan Carlos Hernandez (openerp1) wrote :

Esta propuesta ya esta lista.

review: Needs Resubmitting
275. By Juan Carlos Hernandez

[ADD][l10n_mx]add test yaml for cancel

276. By Jorge Angel Naranjo Rogel - http://www.vauxoo.com

[IMP][l10n_mx_facturae,l10n_mx_facturae_cbb,l10n_mx_facturae_pac_sf] Set update_posted=True in Jorunal and cancel invoice and attachment

277. By Juan Carlos Hernandez

[FIX][l10n_mx_facturae_pac_sf]improve test yaml to cancel

278. By Moisés López - http://www.vauxoo.com

[REF][l10n_mx_facturae_pac_sf] Remove update_posted=1 into demo data. This is in test data.

279. By Moisés López - http://www.vauxoo.com

[REF] Add xml file to test-directory - part 1

280. By Moisés López - http://www.vauxoo.com

[MERGE] [REF] Add driver to sign to pac. Add test-directory. Change test to new functions

Preview Diff

Empty