[tryton-commits] changeset in tryton-docker:default Use python-stdnum from PyPI

2019-01-30 Thread Sergi Almacellas Abellana
changeset db094ffbad44 in tryton-docker:default details: https://hg.tryton.org/tryton-docker?cmd=changeset;node=db094ffbad44 description: Use python-stdnum from PyPI issue8029 review56561002 diffstat: 4.4/Dockerfile | 3 +-- 4.6/Dockerfile | 3 +-- 4.8/Dockerfile | 3 +

[tryton-commits] changeset in modules/account_payment:default Add default name or...

2019-01-30 Thread Sergi Almacellas Abellana
changeset ec0d07e1249a in modules/account_payment:default details: https://hg.tryton.org/modules/account_payment?cmd=changeset;node=ec0d07e1249a description: Add default name ordering on referential models issue7971 review66501002 diffstat: payment.py | 5 + 1 files

[tryton-commits] changeset in modules/account_statement:default Add default name ...

2019-01-30 Thread Sergi Almacellas Abellana
changeset 38674f99dfd1 in modules/account_statement:default details: https://hg.tryton.org/modules/account_statement?cmd=changeset;node=38674f99dfd1 description: Add default name ordering on referential models issue7971 review66501002 diffstat: journal.py | 1 + 1 files

[tryton-commits] changeset in modules/sale_subscription:default Add default name ...

2019-01-30 Thread Sergi Almacellas Abellana
changeset bb09b8eeec2e in modules/sale_subscription:default details: https://hg.tryton.org/modules/sale_subscription?cmd=changeset;node=bb09b8eeec2e description: Add default name ordering on referential models issue7971 review66501002 diffstat: recurrence.py | 5 +

[tryton-commits] changeset in modules/account_dunning:default Add default name or...

2019-01-30 Thread Sergi Almacellas Abellana
changeset 328e935cb271 in modules/account_dunning:default details: https://hg.tryton.org/modules/account_dunning?cmd=changeset;node=328e935cb271 description: Add default name ordering on referential models issue7971 review66501002 diffstat: dunning.py | 5 + 1 files

[tryton-commits] changeset in modules/account_invoice:default Add default name or...

2019-01-30 Thread Sergi Almacellas Abellana
changeset 285ab8fce27d in modules/account_invoice:default details: https://hg.tryton.org/modules/account_invoice?cmd=changeset;node=285ab8fce27d description: Add default name ordering on referential models issue7971 review66501002 diffstat: invoice.py | 5 + 1 files

[tryton-commits] changeset in modules/account:default Add default name ordering o...

2019-01-30 Thread Sergi Almacellas Abellana
changeset d50e0560d168 in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset;node=d50e0560d168 description: Add default name ordering on referential models issue7971 review66501002 diffstat: move.py | 5 + 1 files changed, 5 insertio

[tryton-commits] changeset in modules/party:default Test valid property of VIES r...

2019-01-30 Thread Sergi Almacellas Abellana
changeset ead795e9deb0 in modules/party:default details: https://hg.tryton.org/modules/party?cmd=changeset;node=ead795e9deb0 description: Test valid property of VIES response to determine if it's valid or not The web service returns a response for all identifiers, which contains a

[tryton-commits] changeset in tryton:default Do not override action context with ...

2019-01-30 Thread Sergi Almacellas Abellana
changeset a4e3fdb55e8e in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=a4e3fdb55e8e description: Do not override action context with record context As action context is a copy of record context is does not make sense to update the same values

[tryton-commits] changeset in sao:default Do not override action context with rec...

2019-01-30 Thread Sergi Almacellas Abellana
changeset 5df445011683 in sao:default details: https://hg.tryton.org/sao?cmd=changeset;node=5df445011683 description: Do not override action context with record context As action context is a copy of record context is does not make sense to update the same values

[tryton-commits] changeset in modules/carrier_weight:default Correct help text fo...

2019-01-30 Thread David Harper
changeset b81c7662e1f5 in modules/carrier_weight:default details: https://hg.tryton.org/modules/carrier_weight?cmd=changeset;node=b81c7662e1f5 description: Correct help text for weight field in list price issue8003 review47761002 diffstat: carrier.py | 2 +- 1 files cha

[tryton-commits] changeset in tryton:default Always display tree views to keep mo...

2019-01-30 Thread Cédric Krier
changeset 9e9ae0cba1c3 in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=9e9ae0cba1c3 description: Always display tree views to keep model up to date Any tree view may be used even if it is not shown e.g. to save tree state. So the model of TreeVie

[tryton-commits] changeset in tryton:default Rely on editing property of renderer...

2019-01-30 Thread Cédric Krier
changeset 90eb14f40b6e in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=90eb14f40b6e description: Rely on editing property of renderer to set value In Python3, the 'remove-widget' is not trigger when the selected row is changed. This makes the attr

[tryton-commits] changeset in modules/purchase_request:default Use id on request ...

2019-01-30 Thread Maxime Richez
changeset 4d66ce535c4e in modules/purchase_request:default details: https://hg.tryton.org/modules/purchase_request?cmd=changeset;node=4d66ce535c4e description: Use id on request rec_name in case of empty product and description As product and description are not required, rec_name

[tryton-commits] changeset in trytond:default Add Access-Control headers only on ...

2019-01-30 Thread Cédric Krier
changeset e05af58237dd in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=e05af58237dd description: Add Access-Control headers only on Response The response may be a HTTPException which does not allow to customize the headers. issue8047

[tryton-commits] changeset in trytond:default Store timestamp on Cache per database

2019-01-30 Thread Cédric Krier
changeset 2d01626c0431 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=2d01626c0431 description: Store timestamp on Cache per database The timestamp defines when the cache of a database has been cleared. issue8018 review50711002 diffsta

[tryton-commits] changeset in trytond:default Do not keeping lock when relaunch l...

2019-01-30 Thread Cédric Krier
changeset cbe0b8e94565 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=cbe0b8e94565 description: Do not keeping lock when relaunch listener and join listener in test We can not recursively call Bus._listen when holding the lock because it blocks

[tryton-commits] changeset in tryton:default Fix link syntax in documentation

2019-01-30 Thread Cédric Krier
changeset 33bddb1a5ad0 in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=33bddb1a5ad0 description: Fix link syntax in documentation diffstat: doc/usage.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 9f4f2920400e -r 33bddb

[tryton-commits] changeset in trytond:default Load payload using the JSONDecoder

2019-01-30 Thread Cédric Krier
changeset ea37edb11459 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=ea37edb11459 description: Load payload using the JSONDecoder The payload is dumped using the JSONEncoder so it should be loaded using the proper decoder. issue8024

[tryton-commits] changeset in tryton:default Raise NotImplementedError instead of...

2019-01-30 Thread Cédric Krier
changeset 9f4f2920400e in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=9f4f2920400e description: Raise NotImplementedError instead of NotImplemented issue8022 review49731002 diffstat: tryton/gui/window/view_form/view/form_gtk/widget.py | 8

[tryton-commits] changeset in trytond:default Raise NotImplementedError instead o...

2019-01-30 Thread Cédric Krier
changeset b06cf1bb361c in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=b06cf1bb361c description: Raise NotImplementedError instead of NotImplemented issue8022 review49731002 diffstat: trytond/cache.py | 14 +++--- 1 files changed, 7 i

[tryton-commits] changeset in modules/purchase:default Allow to lock records for ...

2019-01-30 Thread Cédric Krier
changeset 195006137141 in modules/purchase:default details: https://hg.tryton.org/modules/purchase?cmd=changeset;node=195006137141 description: Allow to lock records for update issue8012 review45901002 diffstat: purchase.py | 1 + 1 files changed, 1 insertions(+), 0 dele

[tryton-commits] changeset in modules/account_payment_stripe:default Allow to loc...

2019-01-30 Thread Cédric Krier
changeset d5b4ecf0099a in modules/account_payment_stripe:default details: https://hg.tryton.org/modules/account_payment_stripe?cmd=changeset;node=d5b4ecf0099a description: Allow to lock records for update issue8012 review45901002 diffstat: payment.py | 4 1 files c

[tryton-commits] changeset in trytond:default Allow to lock records for update

2019-01-30 Thread Cédric Krier
changeset 0ac9a6f5748b in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=0ac9a6f5748b description: Allow to lock records for update issue8012 review45901002 diffstat: CHANGELOG | 1 + doc/ref/models/models.rst | 6 +

[tryton-commits] changeset in modules/sale:default Allow to lock records for update

2019-01-30 Thread Cédric Krier
changeset 4d6e834ebf92 in modules/sale:default details: https://hg.tryton.org/modules/sale?cmd=changeset;node=4d6e834ebf92 description: Allow to lock records for update issue8012 review45901002 diffstat: sale.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) di

[tryton-commits] changeset in modules/account:default Test contextual period_ids ...

2019-01-30 Thread Cédric Krier
changeset 8c4c1c2808f6 in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset;node=8c4c1c2808f6 description: Test contextual period_ids against None in Move.query_get The list may be empty for example when computing the GL starting balance, in

[tryton-commits] changeset in modules/account:default Add test for GL with empty ...

2019-01-30 Thread Cédric Krier
changeset a20e0e48064a in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset;node=a20e0e48064a description: Add test for GL with empty period list issue7993 review58481002 diffstat: tests/scenario_reports.rst | 36 +++

[tryton-commits] changeset in trytond:default Avoid to store in transactional cac...

2019-01-30 Thread Cédric Krier
changeset e681112facef in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=e681112facef description: Avoid to store in transactional cache former translation value Translated fields are stored in the transactional cache. Using the instance to get t

[tryton-commits] changeset in tryton:default Connect dict widgets to the right ac...

2019-01-30 Thread Cédric Krier
changeset ef414bb17b26 in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=ef414bb17b26 description: Connect dict widgets to the right activate callback On activate of Entry and on toggle CheckButton, the parent must be activate. The toggled handler