← Back to team overview

openerp-india team mailing list archive

[Bug 942301] [NEW] [6.1] bug with editable tree inside a one2many form

 

Public bug reported:

To test you will need a chain of relations such as

sale.order -> sale.order.line -> some one2many which is an editable list

When you pop the order.line form everything appears OK.  Equally
entering data in the form view of the final relation inside the
order.line is fine.  But when you click create on the tree view the
following error is popped.

Firefox
QWeb2 - template['ListView.row.form']: Runtime Error: TypeError: dict.frame is undefined
http://localhost:18069/web/webclient/js:18953

Chrome
Uncaught Error: QWeb2 - template['ListView.row.form']: Runtime Error: TypeError: Cannot call method 'render' of undefined
http://localhost:18069/web/webclient/js:18953

** Affects: openerp-web
     Importance: Undecided
         Status: New

** Project changed: openobject-server => openerp-web

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

Title:
  [6.1] bug with editable tree inside a one2many form

Status in OpenERP Web:
  New

Bug description:
  To test you will need a chain of relations such as

  sale.order -> sale.order.line -> some one2many which is an editable
  list

  When you pop the order.line form everything appears OK.  Equally
  entering data in the form view of the final relation inside the
  order.line is fine.  But when you click create on the tree view the
  following error is popped.

  Firefox
  QWeb2 - template['ListView.row.form']: Runtime Error: TypeError: dict.frame is undefined
  http://localhost:18069/web/webclient/js:18953

  Chrome
  Uncaught Error: QWeb2 - template['ListView.row.form']: Runtime Error: TypeError: Cannot call method 'render' of undefined
  http://localhost:18069/web/webclient/js:18953

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/942301/+subscriptions


Follow ups

References