← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 853198] Re: modifying columns which are included in a view fails

 

Hello Dr.Ferdinand,

Thanks a lot for your nice explanation. It is good feature to improve.

However it is not a bug so currently I am setting it as wish-list or you
can also post your feedback at feedback.openerp.com. Our Quality team
member will definitely review it.

Thanks.

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

** Changed in: openobject-server
       Status: Incomplete => 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 C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/853198

Title:
  modifying columns which are included in a view fails

Status in OpenERP Server:
  Confirmed

Bug description:
  Example

  DETAIL: cannot alter type of a column used by a view or rule DETAIL:
  rule _RETURN on view hr_expense_report depends on column "unit_amount"

  IMHO if this type of error occurs the dependent view must be deleted using 
  - tools.drop_view_if_exists(cr, 'hr_expense_report')
  and the operation must be reexecuted to allow clean automated installation

  otherwise the
  - tools.drop_view_if_exists(cr, 'hr_expense_report')
  has to be included in a module which is installed independant  of the one creating the view.
  which has some advantages for the devloper to know but

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


References