[tryton-commits] changeset in modules/authentication_sms:default Remove unused im...

2020-05-28 Thread David Harper
changeset feb8cdb7e5af in modules/authentication_sms:default details: https://hg.tryton.org/modules/authentication_sms?cmd=changeset;node=feb8cdb7e5af description: Remove unused import of Eval issue9368 review319551002 diffstat: res.py | 1 - 1 files changed, 0 insertio

[tryton-commits] changeset in sao:default Use last fullcalendar version to suppor...

2020-05-28 Thread Cédric Krier
changeset ec6df070ea18 in sao:default details: https://hg.tryton.org/sao?cmd=changeset;node=ec6df070ea18 description: Use last fullcalendar version to support jQuery 3.5 With version 3.10.2, we can use the new htmlPrefilter of jQuery 3.5. issue9293 review301661002

[tryton-commits] changeset in sao:default Compare numbers to detect modified

2020-05-28 Thread Cédric Krier
changeset c7e1751d1d74 in sao:default details: https://hg.tryton.org/sao?cmd=changeset;node=c7e1751d1d74 description: Compare numbers to detect modified Depending on the language settings, the input number may remove the trailing 0 (ex: fr). So we must compare the Number i

[tryton-commits] changeset in trytond:default Ignore link of action that user can...

2020-05-28 Thread Cédric Krier
changeset cb334e6fd66b in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=cb334e6fd66b description: Ignore link of action that user can not read We must also prevent the client to read link action for which the user has not read access. i

[tryton-commits] changeset in modules/product:default Check price_decimal configu...

2020-05-28 Thread Cédric Krier
changeset 3d7294bedb52 in modules/product:default details: https://hg.tryton.org/modules/product?cmd=changeset;node=3d7294bedb52 description: Check price_decimal configuration The price_decimal stored in ir.configuration is checked against the current configuration value.

[tryton-commits] changeset in trytond:default Check price_decimal configuration

2020-05-28 Thread Cédric Krier
changeset 7183035066d4 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=7183035066d4 description: Check price_decimal configuration The price_decimal stored in ir.configuration is checked against the current configuration value. We do not allow

[tryton-commits] changeset in sao:default Remove unused mimetype guessing in Bina...

2020-05-28 Thread Cédric Krier
changeset 7dd9e6badee9 in sao:default details: https://hg.tryton.org/sao?cmd=changeset;node=7dd9e6badee9 description: Remove unused mimetype guessing in BinaryMixin open issue9356 review309641002 diffstat: src/view/form.js | 14 +++--- 1 files changed, 3 insertio