Merge lp://qastaging/~cv.clearcorp/openerp-ccorp-addons/7.0-base_import_exchanges_rates into lp://qastaging/openerp-ccorp-addons/7.0

Proposed by Carlos Vásquez (ClearCorp)
Status: Merged
Merged at revision: 818
Proposed branch: lp://qastaging/~cv.clearcorp/openerp-ccorp-addons/7.0-base_import_exchanges_rates
Merge into: lp://qastaging/openerp-ccorp-addons/7.0
Diff against target: 3274 lines (+1708/-1322)
26 files modified
account_exchange_rates_adjustment/__init__.py (+24/-0)
account_exchange_rates_adjustment/__openerp__.py (+47/-0)
account_exchange_rates_adjustment/account_exchange_rates_adjustment.py (+274/-0)
account_exchange_rates_adjustment/account_exchange_rates_adjustment.xml (+67/-0)
account_exchange_rates_adjustment/i18n/account_exchange_rates_adjustment.pot (+162/-0)
account_exchange_rates_adjustment/i18n/es.po (+157/-0)
account_exchange_rates_adjustment/wizard/__init__.py (+23/-0)
account_exchange_rates_adjustment/wizard/account_exchange_rates_adjustment.py (+65/-0)
account_exchange_rates_adjustment/wizard/account_exchange_rates_adjustment.xml (+44/-0)
base_import_exchange_rates/company.py (+0/-172)
base_import_exchange_rates/currency_rate_update.xml (+0/-67)
base_import_exchange_rates/i18n/fr_FR.po (+0/-191)
base_import_exchange_rates/i18n/pl_PL.po (+0/-192)
base_import_exchange_rates/security/security.xml (+0/-67)
base_import_exchange_rates/wizard/__init__.py (+0/-30)
currency_rate_update_BCCR/__init__.py (+19/-27)
currency_rate_update_BCCR/__openerp__.py (+41/-64)
currency_rate_update_BCCR/company_view.xml (+9/-23)
currency_rate_update_BCCR/currency_rate_update.py (+123/-473)
currency_rate_update_BCCR/i18n/currency_rate_update_BCCR.pot (+185/-0)
currency_rate_update_BCCR/i18n/es.po (+186/-0)
currency_rate_update_BCCR/ir_cron.py (+53/-0)
currency_rate_update_BCCR/res_currency.py (+167/-0)
currency_rate_update_BCCR/res_currency_view.xml (+55/-0)
currency_rate_update_BCCR/security/ir.model.access.csv (+2/-0)
res_currency_sequence/__openerp__.py (+5/-16)
To merge this branch: bzr merge lp://qastaging/~cv.clearcorp/openerp-ccorp-addons/7.0-base_import_exchanges_rates
Reviewer Review Type Date Requested Status
ClearCorp drivers Pending
Review via email: mp+210451@code.qastaging.launchpad.net

Description of the change

[ADD] Add account_exchange_rates_adjustment module. This module add a rate adjustment to account depending of currency.
[ADD] Add currency_rate_update_BCCR. This module provide conecction with BCCR to update rates for sale and purchase. Also create a webservice and for each currency, create a cronjob. This cronjob permits update each currency separaletly

To post a comment you must log in.

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.

Subscribers

People subscribed via source and target branches