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 |
Related bugs: |
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_
To post a comment you must log in.
Mis observaciones son:
-En cuanto te abra el wizard, te proponga la moneda de la company del usuario que está ejecutando el wizard.
'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,
_defaults = {
}
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.