← Back to team overview

openerp-india team mailing list archive

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

 

** Changed in: openobject-server
   Importance: Undecided => Low

** Changed in: openobject-server
       Status: New => Confirmed

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

-- 
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:
  Confirmed

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