Onchange function could not change value of one2many list
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Odoo Web Client |
Medium
|
OpenERP R&D Web Team |
Bug Description
Onchange function could not change value of one2many list. But when save that record It was changed.
Related branches
ksh (Axelor) (ksh-axelor) wrote : | #1 |
Navrang Oza (noz-tiny) wrote : | #2 |
Hello Buyanbat,
I have seen your post in questions sections also.
Here the patch is given, Is it fine for you ?
Is it working ?
Please let us know if its working then we can close this bug.
Thanks.
Buyanbat (buyanbat-ch) wrote : | #3 |
Hello guys,
I cannot merge this patch. Cause I could not find line like this "var kind = getNodeAttribut
So I think I should add this patch after "var kind = jQuery(
Is it right?
ksh (Axelor) (ksh-axelor) wrote : | #4 |
Hello Buyanbat,
yes, the patch was for stable-web-client, you can also apply the same on trunk
after line "var kind = jQuery(
Anup(SerpentCS) (anup-serpent) wrote : | #5 |
Hello Ksh(Axelor),
Can you please check whether https:/
Thanks.
Changed in openobject-client-web: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → OpenERP SA's Web Client R&D (openerp-dev-web) |
tags: | added: maintenance |
Sananaz (Open ERP) (sma-tiny) wrote : | #6 |
Hello Buyanbat,
Its fixed in trunk web-client. Please update your code and notify us.
Revision-info:
4070 <email address hidden>
Thanks.
Changed in openobject-client-web: | |
status: | Confirmed → Fix Released |
milestone: | none → 6.0-rc2 |
Changed in openobject-client-web: | |
status: | Fix Released → In Progress |
Jiten (OpenERP) (jiten-openerp) wrote : | #7 |
Hello Buyanbat,
Its fixed in trunk web client and working fine with latest code.
We can not reproduce it, So At the moment i have changed the status as 'Fix Released'.
Please update related all branches and test it, After that still you get problem than please provide more details like video attachment or screen-shots which you follow the steps to produce it and give your server/
Thanks !
Changed in openobject-client-web: | |
status: | In Progress → Fix Released |
Hello Buyanbat,
Here, I have attached patch for the stated bug, this will fix onchange issue for both o2m and m2m lists
Hope this will help you and sorry for my unintentional mistake.