← Back to team overview

openerp-india team mailing list archive

[Bug 972042] Re: report action object does not update correctly

 

We don't consider this as a bug: what you call `assigning` to a
different model is not possible: reports are more closely tied than just
changing its model. The report definition for instance will rely on the
model fields, which are quite different from models to models.

Technically, changing the ir.values at the same time as changing the
model on the report is not enough: typically in OpenERP the reports are
tied to the model. For instance, the report on the sale order is created
in Python by mentionning 'sale.order'. Changing the ir.values won't
change that. So when printing the report, it will go over sale.order
records (while using the new model IDs).

** Changed in: openobject-server
       Status: Fix Committed => Invalid

-- 
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/972042

Title:
  report action object does not update correctly

Status in OpenERP Server:
  Invalid

Bug description:
  Creating a report action and assigning it to an object sees that
  action appear on the side-bar for the associated object.

  If I change the object that the report action is assigned to, it still
  appears under the object that it was first defined for.

  6.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/972042/+subscriptions


References