lp://staging/~joaquing-pedrosa/account-financial-tools/7.0-account_invoice_currency
- Get this branch:
- bzr branch lp://staging/~joaquing-pedrosa/account-financial-tools/7.0-account_invoice_currency
Branch merges
- Pedro Manuel Baeza: Approve
-
Diff: 602 lines (+561/-0)8 files modifiedaccount_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)
Branch information
Recent revisions
- 136. By Joaquin Gutierrez
-
[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. - 135. By Launchpad Translations on behalf of account-core-editors
-
Launchpad automatic translations update.
- 134. By Vincent Renaville@camptocamp
-
[FIX] account_
credit_ control: Add active on credit control policy in order to deactivate it - 133. By Yannick Vaucher @ Camptocamp
-
[FIX] account_
credit_ control - add encoding on mako template to fix translation extraction - 132. By Alexis de Lattre
-
[ADD] account_
journal_ always_ check_date: activates the 'Check Date' option on all existing account journals, enable the 'Check Date' option on new account journals and prevent users from deactivating the 'Check Date' option (via a constraint) - 130. By Launchpad Translations on behalf of account-core-editors
-
Launchpad automatic translations update.
- 129. By Vincent Renaville@camptocamp
-
[ADD] port of account_tax_update: This module aims at assisting the finance manager with implementing a tax increase.
- 128. By Yann Papouin
-
[FIX] account_
chart_update: Wrong dict passed in function to that leads to TypeError
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)