← Back to team overview

openerp-india team mailing list archive

[Bug 920876] [NEW] [6.1] currency_rate_type_id is not present in res.currency.rate form

 

Public bug reported:

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

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, 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


Follow ups

References