Merge lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_lib-bug-1351517-fix-variables-jc into lp:openerp-mexico-localization/7.0

Proposed by Juan Carlos Hernandez
Status: Merged
Approved by: Jorge Angel Naranjo Rogel - http://www.vauxoo.com
Approved revision: 380
Merged at revision: 383
Proposed branch: lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_lib-bug-1351517-fix-variables-jc
Merge into: lp:openerp-mexico-localization/7.0
Diff against target: 13 lines (+3/-0)
1 file modified
l10n_mx_facturae_lib/facturae_lib.py (+3/-0)
To merge this branch: bzr merge lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_lib-bug-1351517-fix-variables-jc
Reviewer Review Type Date Requested Status
Juan Carlos Hernandez Pending
Jorge Angel Naranjo Rogel - http://www.vauxoo.com Pending
Review via email: mp+233964@code.launchpad.net

Description of the change

se reparó el siguiente bug
https://bugs.launchpad.net/bugs/1351517

To post a comment you must log in.
Revision history for this message
Moisés López - http://www.vauxoo.com (moylop260) wrote :

@JC,
Falta el warning

2014-09-09 12:10 GMT-05:00 Juan Carlos Hernandez <email address hidden>:

> Juan Carlos Hernandez has proposed merging
> lp:~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_lib-bug-1351517-fix-variables-jc
> into lp:openerp-mexico-localization/7.0.
>
> Requested reviews:
> Juan Carlos Hernandez (openerp1)
> Jorge Angel Naranjo Rogel - http://www.vauxoo.com (jorge-nr)
>
> For more details, see:
>
> https://code.launchpad.net/~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_lib-bug-1351517-fix-variables-jc/+merge/233964
>
> se reparó el siguiente bug
> https://bugs.launchpad.net/bugs/1351517
> --
>
> https://code.launchpad.net/~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_lib-bug-1351517-fix-variables-jc/+merge/233964
> You are subscribed to branch lp:openerp-mexico-localization/7.0.
>
> === modified file 'l10n_mx_facturae_lib/facturae_lib.py'
> --- l10n_mx_facturae_lib/facturae_lib.py 2014-04-07 17:51:59 +0000
> +++ l10n_mx_facturae_lib/facturae_lib.py 2014-09-09 17:10:17 +0000
> @@ -39,6 +39,9 @@
> _logger = logging.getLogger(__name__)
> from l10n_mx_facturae_lib import facturae_lib
>
> +openssl_path = ''
> +xsltproc_path = ''
> +xmlstarlet_path = ''
> all_paths = tools.config["addons_path"].split(",")
> for my_path in all_paths:
> if os.path.isdir(os.path.join(my_path, 'l10n_mx_facturae',
> 'depends_app')):
>
>
>

--
Moisés López Calderón
Vauxoo - OpenERP's Gold Partner
Mobile: (+521) 477-752-22-30
Office: (+52) 477-773-33-46
web: http://www.vauxoo.com
twitter: @vauxoo
           @moylop260
hangout: <email address hidden>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_mx_facturae_lib/facturae_lib.py'
2--- l10n_mx_facturae_lib/facturae_lib.py 2014-04-07 17:51:59 +0000
3+++ l10n_mx_facturae_lib/facturae_lib.py 2014-09-09 17:10:17 +0000
4@@ -39,6 +39,9 @@
5 _logger = logging.getLogger(__name__)
6 from l10n_mx_facturae_lib import facturae_lib
7
8+openssl_path = ''
9+xsltproc_path = ''
10+xmlstarlet_path = ''
11 all_paths = tools.config["addons_path"].split(",")
12 for my_path in all_paths:
13 if os.path.isdir(os.path.join(my_path, 'l10n_mx_facturae', 'depends_app')):