Cédric Krier pushed to branch branch/6.0 at Tryton / Tryton


Commits:
2be5444f429f by Cédric Krier at 2025-06-21T23:02:52+02:00
Do not set Content-Length header to data response

Since version 0.8 werkzeug set the header automatically by default.

Closes #14010
(grafted from 5d2842d92f356a260afaa974ab5a413031505e95)
- - - - -
d9ef93508185 by Cédric Krier at 2025-07-15T10:21:41+02:00
Do not change the selection of row when starting the edition

The edition of tree row relies on having the current record of the screen set
to the row edited. This can be only guarantee if we do not change the
selection.

Closes #14097
(grafted from 64ddd011cdc1a25649f0f0fa68255073e70d3e84)
- - - - -
c40c5065d1c9 by Cédric Krier at 2025-06-29T19:13:42+02:00
Do not restore values for created records when exception is raised when saving

Once a record has been created, the id is modified which change its hash value
such that it can not be found anymore.
But as the creation succeeded (and only the write part has failed) we can just
restore the values to None.

Closes #14093
(grafted from a56b25f536568b808bc4c57b6cee03408eaf06f2)
- - - - -
2a14a17912ad by Cédric Krier at 2025-07-11T15:19:22+02:00
Stop propagation of click event on button in tree view

If the button is going to be executed, the selection of the row must not change
so the propagation must be stopped before reaching the row.

Closes #14118
(grafted from b6496a9986e52e6573e45e422d5535362744938f)
- - - - -


3 changed files:

- sao/src/view/tree.js
- trytond/trytond/ir/routes.py
- trytond/trytond/model/modelstorage.py


View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/compare/fafe511edf64074ce5250f71a9bb7d4dcb78ef30...2a14a17912adc68e1295e5436c705db3e3c03b10

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/compare/fafe511edf64074ce5250f71a9bb7d4dcb78ef30...2a14a17912adc68e1295e5436c705db3e3c03b10
You're receiving this email because of your account on foss.heptapod.net.

Reply via email to