[tryton-commits] changeset in tryton:4.4 Update selection to the dropped record

2019-05-17 Thread Cédric Krier
changeset f9948ba02d04 in tryton:4.4 details: https://hg.tryton.org/tryton?cmd=changeset;node=f9948ba02d04 description: Update selection to the dropped record After drag&drop, the treeview keeps the selection at the path where the drag&drop started. But as the current_recor

[tryton-commits] changeset in trytond:5.0 Fill ModelView.__change_buttons in __po...

2019-05-17 Thread Cédric Krier
changeset b3ad9950eeff in trytond:5.0 details: https://hg.tryton.org/trytond?cmd=changeset;node=b3ad9950eeff description: Fill ModelView.__change_buttons in __post_setup__ Since the refactoring from a57cd35eec06, we loop only on fields in __setup__ so button_change are not

[tryton-commits] changeset in trytond:5.2 Remove Python 3.4 classifier

2019-05-17 Thread Cédric Krier
changeset cabd58328a68 in trytond:5.2 details: https://hg.tryton.org/trytond?cmd=changeset;node=cabd58328a68 description: Remove Python 3.4 classifier (grafted from 755eddf83411796a5a2c9de92b4da2f244e923b0) diffstat: setup.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-

[tryton-commits] changeset in tryton:5.0 Do not rely on field views to load form ...

2019-05-17 Thread Cédric Krier
changeset 0ff72f467a92 in tryton:5.0 details: https://hg.tryton.org/tryton?cmd=changeset;node=0ff72f467a92 description: Do not rely on field views to load form fields If the views attribute of the field is wrong or empty, the record will not load the value for this field.

[tryton-commits] changeset in sao:5.0 Return rejected promise when creation fails

2019-05-17 Thread Sergi Almacellas Abellana
changeset 8290b7b36a69 in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset;node=8290b7b36a69 description: Return rejected promise when creation fails issue8168 review51631002 (grafted from cfc42be09a25768dacb1242c530b62c6d5e62368) diffstat: src/model.js |

[tryton-commits] changeset in sao:5.0 Ensure to execute display before showing th...

2019-05-17 Thread Cédric Krier
changeset 8ba9c7020a8b in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset;node=8ba9c7020a8b description: Ensure to execute display before showing the info message The display must be run before the callback linked to the promise of save_current. And save_current mu

[tryton-commits] changeset in tryton:4.8 Update selection to the dropped record

2019-05-17 Thread Cédric Krier
changeset e824ed9a8569 in tryton:4.8 details: https://hg.tryton.org/tryton?cmd=changeset;node=e824ed9a8569 description: Update selection to the dropped record After drag&drop, the treeview keeps the selection at the path where the drag&drop started. But as the current_recor

[tryton-commits] changeset in sao:5.2 Ensure to execute display before showing th...

2019-05-17 Thread Cédric Krier
changeset 0e1999a606d5 in sao:5.2 details: https://hg.tryton.org/sao?cmd=changeset;node=0e1999a606d5 description: Ensure to execute display before showing the info message The display must be run before the callback linked to the promise of save_current. And save_current mu

[tryton-commits] changeset in sao:4.8 Do not reuse the same loop variable inside ...

2019-05-17 Thread Cédric Krier
changeset a5f5cd68172c in sao:4.8 details: https://hg.tryton.org/sao?cmd=changeset;node=a5f5cd68172c description: Do not reuse the same loop variable inside nested loop of affixes issue8314 review253421002 (grafted from c705a4443fffa675bf874e9b3790a4322de5a35d) diff

[tryton-commits] changeset in tryton:5.0 Update selection to the dropped record

2019-05-17 Thread Cédric Krier
changeset 29dd58d69081 in tryton:5.0 details: https://hg.tryton.org/tryton?cmd=changeset;node=29dd58d69081 description: Update selection to the dropped record After drag&drop, the treeview keeps the selection at the path where the drag&drop started. But as the current_recor

[tryton-commits] changeset in tryton:5.0 Ensure to put search_value in URL

2019-05-17 Thread Cédric Krier
changeset 15d848943ea4 in tryton:5.0 details: https://hg.tryton.org/tryton?cmd=changeset;node=15d848943ea4 description: Ensure to put search_value in URL If the screen container or the domain parser are not yet ready to compute the search_value, we should ensure to use the

[tryton-commits] changeset in sao:4.6 Do not reuse the same loop variable inside ...

2019-05-17 Thread Cédric Krier
changeset d57514d50b0a in sao:4.6 details: https://hg.tryton.org/sao?cmd=changeset;node=d57514d50b0a description: Do not reuse the same loop variable inside nested loop of affixes issue8314 review253421002 (grafted from c705a4443fffa675bf874e9b3790a4322de5a35d) diff

[tryton-commits] changeset in tryton:4.6 Update selection to the dropped record

2019-05-17 Thread Cédric Krier
changeset 2fa68a72ee1f in tryton:4.6 details: https://hg.tryton.org/tryton?cmd=changeset;node=2fa68a72ee1f description: Update selection to the dropped record After drag&drop, the treeview keeps the selection at the path where the drag&drop started. But as the current_recor

[tryton-commits] changeset in sao:4.6 Add boostrap JS to test index page

2019-05-17 Thread Cédric Krier
changeset c21a27de2984 in sao:4.6 details: https://hg.tryton.org/sao?cmd=changeset;node=c21a27de2984 description: Add boostrap JS to test index page The method get_credentials needs modal. issue8315 review287361002 (grafted from c3001c6d7052f536bc718b6ac616

[tryton-commits] changeset in sao:4.8 Return rejected promise when creation fails

2019-05-17 Thread Sergi Almacellas Abellana
changeset 35975ddc2b87 in sao:4.8 details: https://hg.tryton.org/sao?cmd=changeset;node=35975ddc2b87 description: Return rejected promise when creation fails issue8168 review51631002 (grafted from cfc42be09a25768dacb1242c530b62c6d5e62368) diffstat: src/model.js |

[tryton-commits] changeset in tryton:5.0 Use group _context to avoid leaking sess...

2019-05-17 Thread Cédric Krier
changeset f61d0053453b in tryton:5.0 details: https://hg.tryton.org/tryton?cmd=changeset;node=f61d0053453b description: Use group _context to avoid leaking session context When launching a new action, the context should not contain the session context because it is automati

[tryton-commits] changeset in tryton:4.6 Ensure to put search_value in URL

2019-05-17 Thread Cédric Krier
changeset 448f46051cf9 in tryton:4.6 details: https://hg.tryton.org/tryton?cmd=changeset;node=448f46051cf9 description: Ensure to put search_value in URL If the screen container or the domain parser are not yet ready to compute the search_value, we should ensure to use the

[tryton-commits] changeset in sao:4.8 Use group _context to avoid leaking session...

2019-05-17 Thread Cédric Krier
changeset 969996f0a4aa in sao:4.8 details: https://hg.tryton.org/sao?cmd=changeset;node=969996f0a4aa description: Use group _context to avoid leaking session context When launching a new action, the context should not contain the session context because it is automatically

[tryton-commits] changeset in sao:5.0 Do not reuse the same loop variable inside ...

2019-05-17 Thread Cédric Krier
changeset 8583123769bd in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset;node=8583123769bd description: Do not reuse the same loop variable inside nested loop of affixes issue8314 review253421002 (grafted from c705a4443fffa675bf874e9b3790a4322de5a35d) diff

[tryton-commits] changeset in tryton:4.8 Use group _context to avoid leaking sess...

2019-05-17 Thread Cédric Krier
changeset c559c2032ee7 in tryton:4.8 details: https://hg.tryton.org/tryton?cmd=changeset;node=c559c2032ee7 description: Use group _context to avoid leaking session context When launching a new action, the context should not contain the session context because it is automati

[tryton-commits] changeset in tryton:4.8 Ensure to put search_value in URL

2019-05-17 Thread Cédric Krier
changeset a3caf473ca56 in tryton:4.8 details: https://hg.tryton.org/tryton?cmd=changeset;node=a3caf473ca56 description: Ensure to put search_value in URL If the screen container or the domain parser are not yet ready to compute the search_value, we should ensure to use the

[tryton-commits] changeset in tryton:4.4 Ensure to put search_value in URL

2019-05-17 Thread Cédric Krier
changeset 6614d0a5fbe4 in tryton:4.4 details: https://hg.tryton.org/tryton?cmd=changeset;node=6614d0a5fbe4 description: Ensure to put search_value in URL If the screen container or the domain parser are not yet ready to compute the search_value, we should ensure to use the

[tryton-commits] changeset in sao:5.0 Do not rely on field views to load form fields

2019-05-17 Thread Cédric Krier
changeset 19961004f56e in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset;node=19961004f56e description: Do not rely on field views to load form fields If the views attribute of the field is wrong or empty, the record will not load the value for this field. The vi

[tryton-commits] changeset in sao:5.0 Add boostrap JS to test index page

2019-05-17 Thread Cédric Krier
changeset 8853b60b31ed in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset;node=8853b60b31ed description: Add boostrap JS to test index page The method get_credentials needs modal. issue8315 review287361002 (grafted from c3001c6d7052f536bc718b6ac616

[tryton-commits] changeset in sao:5.2 Correct widget name of binary in treeview

2019-05-17 Thread Raimon Esteve
changeset 53bfe898d778 in sao:5.2 details: https://hg.tryton.org/sao?cmd=changeset;node=53bfe898d778 description: Correct widget name of binary in treeview issue8337 review261441002 (grafted from 3af000cb0516a4a1a5a0b47a9c726bd6daed99a4) diffstat: src/view/tree.js

[tryton-commits] changeset in sao:4.8 Add boostrap JS to test index page

2019-05-17 Thread Cédric Krier
changeset 3bd6a654bf0b in sao:4.8 details: https://hg.tryton.org/sao?cmd=changeset;node=3bd6a654bf0b description: Add boostrap JS to test index page The method get_credentials needs modal. issue8315 review287361002 (grafted from c3001c6d7052f536bc718b6ac616

[tryton-commits] changeset in sao:4.4 Do not reuse the same loop variable inside ...

2019-05-17 Thread Cédric Krier
changeset 14be8fa470b0 in sao:4.4 details: https://hg.tryton.org/sao?cmd=changeset;node=14be8fa470b0 description: Do not reuse the same loop variable inside nested loop of affixes issue8314 review253421002 (grafted from c705a4443fffa675bf874e9b3790a4322de5a35d) diff

[tryton-commits] changeset in sao:4.4 Add boostrap JS to test index page

2019-05-17 Thread Cédric Krier
changeset dbe4aba46e58 in sao:4.4 details: https://hg.tryton.org/sao?cmd=changeset;node=dbe4aba46e58 description: Add boostrap JS to test index page The method get_credentials needs modal. issue8315 review287361002 (grafted from c3001c6d7052f536bc718b6ac616

[tryton-commits] changeset in sao:5.0 Use group _context to avoid leaking session...

2019-05-17 Thread Cédric Krier
changeset 4f6a9cbd14ad in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset;node=4f6a9cbd14ad description: Use group _context to avoid leaking session context When launching a new action, the context should not contain the session context because it is automatically

[tryton-commits] changeset in sao:4.8 Ensure to execute display before showing th...

2019-05-17 Thread Cédric Krier
changeset ca61c16f in sao:4.8 details: https://hg.tryton.org/sao?cmd=changeset;node=ca61c16f description: Ensure to execute display before showing the info message The display must be run before the callback linked to the promise of save_current. And save_current mu

[tryton-commits] changeset in sao:5.0 Ensure to put search_value in URL

2019-05-17 Thread Cédric Krier
changeset 8e9eada53048 in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset;node=8e9eada53048 description: Ensure to put search_value in URL If the screen container or the domain parser are not yet ready to compute the search_value, we should ensure to use the initi

[tryton-commits] changeset in modules/account_invoice:4.8 Use correct API to remo...

2019-05-17 Thread Cédric Krier
changeset 87f9473d3302 in modules/account_invoice:4.8 details: https://hg.tryton.org/modules/account_invoice?cmd=changeset;node=87f9473d3302 description: Use correct API to remove payment_lines The Many2Many value must be a list of operations. issue8287 review2533