Currency name need translation
I think currency names should be translated. And in addition to name and code should have addition attribute - short name.
Minimal change which break nothing:
=== modified file 'bin/addons/
--- bin/addons/
+++ bin/addons/
@@ -49,7 +49,7 @@
_name = "res.currency"
_description = "Currency"
_columns = {
- 'name': fields.
+ 'name': fields.
'code': fields.char('Code', size=3),
'rate': fields.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Discussion
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Ivan, the currency names are accepted worldwide, I don't think the names needs to be translated. Currency Code (ISO 4217) is supposed to be used.
Regards,
Jay Vora,
Serpent Consulting Services!