[trunk,7.0] Cant add currency rate if existing currency don't have rate
Bug #1174294 reported by
Paulius Sladkevičius @ hbee
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
Confirmed
|
Low
|
OpenERP's Framework R&D | ||
7.0 |
Fix Released
|
Low
|
OpenERP Publisher's Warranty Team |
Bug Description
If I try to access currency list I get warning 'No currency rate associated for currency' and this stops me to assign currency rate.
This behavior was introduced in rev 4896 [1]. I suggest to add similar patch [2] and fix such issue.
[1] http://
[2] http://
Related branches
lp://staging/~komsas/ocb-server/ocb-70-fix-lp1174294
Rejected
for merging
into
lp://staging/ocb-server
- Stefan Rijnhart (Opener): Needs Fixing
- Holger Brunn (Therp): Needs Fixing
-
Diff: 36 lines (+8/-1)1 file modifiedopenerp/addons/base/res/res_currency.py (+8/-1)
Changed in openobject-server: | |
assignee: | nobody → OpenERP's Framework R&D (openerp-dev-framework) |
importance: | Undecided → Low |
status: | New → Confirmed |
tags: | added: maintenance |
Changed in openobject-server: | |
assignee: | OpenERP's Framework R&D (openerp-dev-framework) → OpenERP Publisher's Warranty Team (openerp-opw) |
no longer affects: | openobject-server/trunk |
To post a comment you must log in.
Hello.
I have merged a fix to this issue into 7.0. We have added another functional field called rate_silent which displays 0 if no rate is defined. We use it for display in the currency form only (and it should not be used in computation of course).
revno: 5041 [merge]
revision-id: <email address hidden>
Regards