credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #04004
[Bug 920876] Re: [6.1] currency_rate_type_id is not present in res.currency.rate form
** Patch added: "res_currency_view.xml-20120124.patch"
https://bugs.launchpad.net/bugs/920876/+attachment/2690436/+files/res_currency_view.xml-20120124.patch
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/920876
Title:
[6.1] currency_rate_type_id is not present in res.currency.rate form
Status in OpenERP Server:
New
Bug description:
In the following view :
res_currency_view.xml
<field colspan="4" mode="tree,form" name="rate_ids" nolabel="1" attrs="{'readonly':[('base','=',True)]}">
<form string="Rates">
<field name="name"/>
<field name="rate"/>
</form>
<tree string="Rates">
<field name="name"/>
<field name="rate"/>
</tree>
</field>
currency_rate_type_id is missing
Otherwise, that means this field isn't editable anywhere.
Here is a little patch that will solve it.
Regards,
Yannick
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/920876/+subscriptions
References