[tryton-commits] changeset in trytond:5.0 Store listener threads per process

2020-11-29 Thread Cédric Krier
changeset 72237804fbcd in trytond:5.0 details: https://hg.tryton.org/trytond?cmd=changeset;node=72237804fbcd description: Store listener threads per process This ensure that if the process is forked, the child process will start new listeners for the Cache and the Bus.

[tryton-commits] changeset in trytond:5.4 Store listener threads per process

2020-11-29 Thread Cédric Krier
changeset 642bbe20ede1 in trytond:5.4 details: https://hg.tryton.org/trytond?cmd=changeset;node=642bbe20ede1 description: Store listener threads per process This ensure that if the process is forked, the child process will start new listeners for the Cache and the Bus.

[tryton-commits] changeset in trytond:5.6 Store listener threads per process

2020-11-29 Thread Cédric Krier
changeset 3dcd5d0f8b46 in trytond:5.6 details: https://hg.tryton.org/trytond?cmd=changeset;node=3dcd5d0f8b46 description: Store listener threads per process This ensure that if the process is forked, the child process will start new listeners for the Cache and the Bus.

[tryton-commits] changeset in trytond:5.8 Store listener threads per process

2020-11-29 Thread Cédric Krier
changeset e9fdecabd3f6 in trytond:5.8 details: https://hg.tryton.org/trytond?cmd=changeset;node=e9fdecabd3f6 description: Store listener threads per process This ensure that if the process is forked, the child process will start new listeners for the Cache and the Bus.

[tryton-commits] changeset in trytond:5.8 Convert rule domain for _write and _del...

2020-11-29 Thread Cédric Krier
changeset 55a171da148d in trytond:5.8 details: https://hg.tryton.org/trytond?cmd=changeset;node=55a171da148d description: Convert rule domain for _write and _delete without active test We must convert in ModelSQL.read the rule domains like the ModelSQL.write and

[tryton-commits] changeset in trytond:5.6 Include recursively the depends of the ...

2020-11-29 Thread Cédric Krier
changeset cb33acf83d2a in trytond:5.6 details: https://hg.tryton.org/trytond?cmd=changeset;node=cb33acf83d2a description: Include recursively the depends of the depends into the view The value of a field, added to the view because it is a depends, may not be correctly

[tryton-commits] changeset in trytond:5.8 Include recursively the depends of the ...

2020-11-29 Thread Cédric Krier
changeset 97fb3546be98 in trytond:5.8 details: https://hg.tryton.org/trytond?cmd=changeset;node=97fb3546be98 description: Include recursively the depends of the depends into the view The value of a field, added to the view because it is a depends, may not be correctly

[tryton-commits] changeset in sao:5.8 Do not display form symbol in edited cell

2020-11-29 Thread Cédric Krier
changeset 3858af214257 in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset;node=3858af214257 description: Do not display form symbol in edited cell issue9818 review312901002 (grafted from 55e28402924d145073d85bb9069d41cc2fe50a55) diffstat: src/sao.less

[tryton-commits] changeset in sao:5.8 Make symbol the last prefix and the first s...

2020-11-29 Thread Cédric Krier
changeset b2b0f9e9fef3 in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset;node=b2b0f9e9fef3 description: Make symbol the last prefix and the first suffix issue9840 review331301002 (grafted from c876bd713f966b0b3528fb296aefe498c8c8dae8) diffstat:

[tryton-commits] changeset in sao:5.6 Remove width on editable integer and float ...

2020-11-29 Thread Cédric Krier
changeset 3e95aff06bda in sao:5.6 details: https://hg.tryton.org/sao?cmd=changeset;node=3e95aff06bda description: Remove width on editable integer and float tree widgets The editable widgets must have a width of 100% to just fit in the cell. issue9839

[tryton-commits] changeset in sao:5.8 Remove width on editable integer and float ...

2020-11-29 Thread Cédric Krier
changeset ab0186469178 in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset;node=ab0186469178 description: Remove width on editable integer and float tree widgets The editable widgets must have a width of 100% to just fit in the cell. issue9839

[tryton-commits] changeset in sao:5.8 Test if panel box-shadow is not null before...

2020-11-29 Thread Cédric Krier
changeset d3cfae178313 in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset;node=d3cfae178313 description: Test if panel box-shadow is not null before using length issue9830 review314791002 (grafted from 35bf88fcf81d383f5edf990e77336625a24e3db0) diffstat:

[tryton-commits] changeset in sao:5.8 Attach richtext toolbar to translate widget

2020-11-29 Thread Sergi Almacellas Abellana
changeset a3b257d1d22d in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset;node=a3b257d1d22d description: Attach richtext toolbar to translate widget issue9860 review318901002 (grafted from 8beca6a344fa385b811ec4edd4e02ccdf10e7078) diffstat:

[tryton-commits] changeset in modules/stock:5.0 Add missing inventory to depends ...

2020-11-29 Thread Cédric Krier
changeset 79042b153b75 in modules/stock:5.0 details: https://hg.tryton.org/modules/stock?cmd=changeset;node=79042b153b75 description: Add missing inventory to depends of inventory_state It is needed to have the inventory field to correctly compute the inventory_state

[tryton-commits] changeset in modules/stock:5.4 Add missing inventory to depends ...

2020-11-29 Thread Cédric Krier
changeset c0ea635e6329 in modules/stock:5.4 details: https://hg.tryton.org/modules/stock?cmd=changeset;node=c0ea635e6329 description: Add missing inventory to depends of inventory_state It is needed to have the inventory field to correctly compute the inventory_state

[tryton-commits] changeset in modules/stock:5.6 Add missing inventory to depends ...

2020-11-29 Thread Cédric Krier
changeset 0d34482d1be2 in modules/stock:5.6 details: https://hg.tryton.org/modules/stock?cmd=changeset;node=0d34482d1be2 description: Add missing inventory to depends of inventory_state It is needed to have the inventory field to correctly compute the inventory_state

[tryton-commits] changeset in modules/stock:5.8 Add missing inventory to depends ...

2020-11-29 Thread Cédric Krier
changeset 405f0ae5b65f in modules/stock:5.8 details: https://hg.tryton.org/modules/stock?cmd=changeset;node=405f0ae5b65f description: Add missing inventory to depends of inventory_state It is needed to have the inventory field to correctly compute the inventory_state

[tryton-commits] changeset in modules/sale_shipment_cost:5.8 Permit editing carri...

2020-11-29 Thread Maxime Richez
changeset 4369bb430bde in modules/sale_shipment_cost:5.8 details: https://hg.tryton.org/modules/sale_shipment_cost?cmd=changeset;node=4369bb430bde description: Permit editing carrier and cost in picked state issue9810 review328731003 (grafted from

[tryton-commits] changeset in modules/commission:5.6 Use the agent column to sear...

2020-11-29 Thread Nicolas Évrard
changeset 22319627a5eb in modules/commission:5.6 details: https://hg.tryton.org/modules/commission?cmd=changeset;node=22319627a5eb description: Use the agent column to search commission's company in Party Erase wizard issue9867 review326701002 (grafted from

[tryton-commits] changeset in modules/commission:5.8 Use the agent column to sear...

2020-11-29 Thread Nicolas Évrard
changeset 8a4d472c2a6e in modules/commission:5.8 details: https://hg.tryton.org/modules/commission?cmd=changeset;node=8a4d472c2a6e description: Use the agent column to search commission's company in Party Erase wizard issue9867 review326701002 (grafted from

[tryton-commits] changeset in trytond:default Use double backticks for literals i...

2020-11-29 Thread David Harper
changeset 3680f0f283d2 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=3680f0f283d2 description: Use double backticks for literals in documentation issue9827 review335091002 diffstat: doc/ref/bus.rst | 36 +-

[tryton-commits] changeset in trytond:default Document One2One.get_relation method

2020-11-29 Thread David Harper
changeset 9cce305c0eff in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=9cce305c0eff description: Document One2One.get_relation method issue9826 review331201002 diffstat: doc/ref/models/fields.rst | 4 ++-- 1 files changed, 2 insertions(+), 2