← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 752876] [NEW] The field account_id has a wrong domain in account move line tree view

 

Public bug reported:

When entering a journal entry (account move line) in 6.0.2, the domain
on the field "account_id"is always on the same journal_id and thus
ignores the journal selected in search view.

We have the fileds_view_get method in account.move.line whith create a
tree view in dynamic and add domain in account_id field. This domain is
wrong because is always the same and not that selected in search view.

Please find a patch to resolve it

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


** Tags: 6.0.2

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/752876

Title:
  The field account_id has a wrong domain in account move line tree view

Status in OpenERP Modules (addons):
  New

Bug description:
  When entering a journal entry (account move line) in 6.0.2, the domain
  on the field "account_id"is always on the same journal_id and thus
  ignores the journal selected in search view.

  We have the fileds_view_get method in account.move.line whith create a
  tree view in dynamic and add domain in account_id field. This domain
  is wrong because is always the same and not that selected in search
  view.

  Please find a patch to resolve it



Follow ups

References