Merge lp://staging/~joaquing-pedrosa/account-financial-tools/7.0-account_invoice_currency into lp://staging/~account-core-editors/account-financial-tools/7.0
Proposed by
Joaquin Gutierrez
Status: | Merged |
---|---|
Merged at revision: | 152 |
Proposed branch: | lp://staging/~joaquing-pedrosa/account-financial-tools/7.0-account_invoice_currency |
Merge into: | lp://staging/~account-core-editors/account-financial-tools/7.0 |
Diff against target: |
602 lines (+561/-0) 8 files modified
account_invoice_currency/__init__.py (+22/-0) account_invoice_currency/__openerp__.py (+47/-0) account_invoice_currency/account_invoice_view.xml (+44/-0) account_invoice_currency/i18n/account_invoice_currency.pot (+57/-0) account_invoice_currency/i18n/ca.po (+83/-0) account_invoice_currency/i18n/es.po (+76/-0) account_invoice_currency/i18n/pt.po (+84/-0) account_invoice_currency/invoice.py (+148/-0) |
To merge this branch: | bzr merge lp://staging/~joaquing-pedrosa/account-financial-tools/7.0-account_invoice_currency |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Pedro Manuel Baeza | Approve | ||
Review via email: mp+199967@code.staging.launchpad.net |
Commit message
Migration module to version 7 and add the same to the branch account_
Description of the change
[FIX]: Update view definitions to version 7.0.
[FIX]: Changed types to orm.Model, orm.TransientModel and orm.AbstractModel.
[FIX]: Remove 'init_xml' keys, because it's no longer needed in v7.
[FIX]: Remove __author__ variables in files, because authors are put on manifest file (__openerp__.py).
[FIX]: Imports in standard format.
[FIX]: Format the text that explains the module.
[FIX]: Increased compatibility with standard PEP8.
To post a comment you must log in.
Hi, Joaquin,
Please remove class instantiation at the end of invoice.py, but the rest is OK.
Regards.