Merge lp://staging/~isaako34/openerp-mexico-localization/addons-mx-trunk-invoice-report-dev-yzk into lp://staging/openerp-mexico-localization

Proposed by Isaac López Zúñiga
Status: Merged
Merged at revision: 136
Proposed branch: lp://staging/~isaako34/openerp-mexico-localization/addons-mx-trunk-invoice-report-dev-yzk
Merge into: lp://staging/openerp-mexico-localization
Diff against target: 1975 lines (+1877/-0)
17 files modified
invoice_report/__init__.py (+28/-0)
invoice_report/__openerp__.py (+47/-0)
invoice_report/i18n/es_GT.po (+163/-0)
invoice_report/invoice_report.xml (+26/-0)
invoice_report/report/__init__.py (+2/-0)
invoice_report/report/account_journal_move_report.rml (+271/-0)
invoice_report/report/geany_run_script.sh (+16/-0)
invoice_report/report/invoice_report1.py (+169/-0)
invoice_report/report/invoice_report1.rml (+529/-0)
invoice_report/report/invoice_report1_sxw2rml.sh (+1/-0)
invoice_report/report/invoice_report_pagos.py (+131/-0)
invoice_report/report/payment_report2.rml (+264/-0)
invoice_report/wizard/__init__.py (+28/-0)
invoice_report/wizard/wizard_invoice_report.py (+69/-0)
invoice_report/wizard/wizard_invoice_report_view.xml (+31/-0)
invoice_report/wizard/wizard_payment_report.py (+70/-0)
invoice_report/wizard/wizard_payment_report_view.xml (+32/-0)
To merge this branch: bzr merge lp://staging/~isaako34/openerp-mexico-localization/addons-mx-trunk-invoice-report-dev-yzk
Reviewer Review Type Date Requested Status
Moisés López - http://www.vauxoo.com Disapprove
Ariel E. Figueroa - http://www.humanytek.com Pending
Review via email: mp+83464@code.staging.launchpad.net

This proposal supersedes a proposal from 2011-11-18.

Description of the change

Add 2 reports: invoice with its payments and payments with details.
proposal 2: [IMP][invoice_report] correction invoice_report1.rml it not shows error when not exists invoice with other currency

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

Mis observaciones son:

-En cuanto te abra el wizard, te proponga la moneda de la company del usuario que está ejecutando el wizard.
_defaults = {
        'currency_id': lambda self, cr, uid, ids, context=None: self.pool.get('res.users').browse(cr, uid, uid, context=context).company_id.currency_id.id,
    }

NOTA: Acuerdate del estándard de referencias many2one, con el nombre campo_id, y con one2many o many2many campo_ids

-Quitar los print's del código

-Reducir el tamaño de entre los renglones.

review: Needs Fixing
Revision history for this message
Moisés López - http://www.vauxoo.com (moylop260) wrote :

Hay algunos archivos de traducción es_GT.po, pudieran ser es.po para que los tome para todos los países que hablan español.

review: Disapprove

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.