[tryton-commits] changeset in trytond:6.0 Do not set empty avatar when generating...

2021-11-02 Thread Cédric Krier
changeset 19441ba25afd in trytond:6.0 details: https://hg.tryton.org/trytond?cmd=changeset=19441ba25afd description: Do not set empty avatar when generating one As the method is called on write and is also calling write via save, we must ensure to save only when an avatar

[tryton-commits] changeset in trytond:5.8 Evaluate invalid domain if there are ma...

2021-11-02 Thread Cédric Krier
changeset fd082be2daf4 in trytond:5.8 details: https://hg.tryton.org/trytond?cmd=changeset=fd082be2daf4 description: Evaluate invalid domain if there are many fields We must find the field that is invalid instead of using the first one with a domain constraint.

[tryton-commits] changeset in trytond:6.0 Evaluate invalid domain if there are ma...

2021-11-02 Thread Cédric Krier
changeset 2e696b998711 in trytond:6.0 details: https://hg.tryton.org/trytond?cmd=changeset=2e696b998711 description: Evaluate invalid domain if there are many fields We must find the field that is invalid instead of using the first one with a domain constraint.

[tryton-commits] changeset in tryton:5.8 Do not try to expand pseudo-children of ...

2021-11-02 Thread Cédric Krier
changeset 0d99b15f18f8 in tryton:5.8 details: https://hg.tryton.org/tryton?cmd=changeset=0d99b15f18f8 description: Do not try to expand pseudo-children of reference field Since issue5667 the export dialog adds pseudo children to reference fields but they are not children

[tryton-commits] changeset in tryton:6.0 Do not try to expand pseudo-children of ...

2021-11-02 Thread Cédric Krier
changeset 45c80ddc93eb in tryton:6.0 details: https://hg.tryton.org/tryton?cmd=changeset=45c80ddc93eb description: Do not try to expand pseudo-children of reference field Since issue5667 the export dialog adds pseudo children to reference fields but they are not children

[tryton-commits] changeset in tryton:5.0 Do not display search_count if it is not...

2021-11-02 Thread Cédric Krier
changeset 0c3dbdd6c4b1 in tryton:5.0 details: https://hg.tryton.org/tryton?cmd=changeset=0c3dbdd6c4b1 description: Do not display search_count if it is not higher than limit On small set of record when records are deleted the number of record could become lower than the

[tryton-commits] changeset in tryton:5.8 Do not display search_count if it is not...

2021-11-02 Thread Cédric Krier
changeset ce41464ec5c1 in tryton:5.8 details: https://hg.tryton.org/tryton?cmd=changeset=ce41464ec5c1 description: Do not display search_count if it is not higher than limit On small set of record when records are deleted the number of record could become lower than the

[tryton-commits] changeset in tryton:6.0 Do not display search_count if it is not...

2021-11-02 Thread Cédric Krier
changeset 200a2666feae in tryton:6.0 details: https://hg.tryton.org/tryton?cmd=changeset=200a2666feae description: Do not display search_count if it is not higher than limit On small set of record when records are deleted the number of record could become lower than the

[tryton-commits] changeset in tryton:5.8 Reshow wizard dialog with the initial size

2021-11-02 Thread Cédric Krier
changeset 0b8963092e77 in tryton:5.8 details: https://hg.tryton.org/tryton?cmd=changeset=0b8963092e77 description: Reshow wizard dialog with the initial size issue10648 review363051003 (grafted from 8fda9d49fb4e43f04f44ae219ee7ada8c4a53335) diffstat:

[tryton-commits] changeset in tryton:6.0 Reshow wizard dialog with the initial size

2021-11-02 Thread Cédric Krier
changeset 38add15e5dee in tryton:6.0 details: https://hg.tryton.org/tryton?cmd=changeset=38add15e5dee description: Reshow wizard dialog with the initial size issue10648 review363051003 (grafted from 8fda9d49fb4e43f04f44ae219ee7ada8c4a53335) diffstat:

[tryton-commits] changeset in tryton:5.0 Use tab_domain when comparing tabs

2021-11-02 Thread Cédric Krier
changeset ce5f733b02e4 in tryton:5.0 details: https://hg.tryton.org/tryton?cmd=changeset=ce5f733b02e4 description: Use tab_domain when comparing tabs issue10441 review381241002 (grafted from a6fffe8ad43e18a3ced95c6814bbe6e49dfcb759) diffstat:

[tryton-commits] changeset in tryton:5.8 Use tab_domain when comparing tabs

2021-11-02 Thread Cédric Krier
changeset 072cebe97529 in tryton:5.8 details: https://hg.tryton.org/tryton?cmd=changeset=072cebe97529 description: Use tab_domain when comparing tabs issue10441 review381241002 (grafted from a6fffe8ad43e18a3ced95c6814bbe6e49dfcb759) diffstat:

[tryton-commits] changeset in tryton:6.0 Use tab_domain when comparing tabs

2021-11-02 Thread Cédric Krier
changeset 6e1d181915da in tryton:6.0 details: https://hg.tryton.org/tryton?cmd=changeset=6e1d181915da description: Use tab_domain when comparing tabs issue10441 review381241002 (grafted from a6fffe8ad43e18a3ced95c6814bbe6e49dfcb759) diffstat:

[tryton-commits] changeset in sao:5.0 Do not make a global search call for empty ...

2021-11-02 Thread Cédric Krier
changeset 1f97def49611 in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset=1f97def49611 description: Do not make a global search call for empty string issue10886 review344971002 (grafted from e96c1f9846a9d9798b1c9ce8792814c86295f1e9) diffstat: src/sao.js

[tryton-commits] changeset in sao:5.8 Do not make a global search call for empty ...

2021-11-02 Thread Cédric Krier
changeset c586e9bedc18 in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset=c586e9bedc18 description: Do not make a global search call for empty string issue10886 review344971002 (grafted from e96c1f9846a9d9798b1c9ce8792814c86295f1e9) diffstat: src/sao.js

[tryton-commits] changeset in sao:6.0 Do not make a global search call for empty ...

2021-11-02 Thread Cédric Krier
changeset b6a13db727ae in sao:6.0 details: https://hg.tryton.org/sao?cmd=changeset=b6a13db727ae description: Do not make a global search call for empty string issue10886 review344971002 (grafted from e96c1f9846a9d9798b1c9ce8792814c86295f1e9) diffstat: src/sao.js

[tryton-commits] changeset in sao:5.8 Do not try to expand pseudo-children of ref...

2021-11-02 Thread Cédric Krier
changeset 6016ad384588 in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset=6016ad384588 description: Do not try to expand pseudo-children of reference field Since issue5667 the export dialog adds pseudo children to reference fields but they are not children nodes

[tryton-commits] changeset in sao:6.0 Do not try to expand pseudo-children of ref...

2021-11-02 Thread Cédric Krier
changeset 509e73499b87 in sao:6.0 details: https://hg.tryton.org/sao?cmd=changeset=509e73499b87 description: Do not try to expand pseudo-children of reference field Since issue5667 the export dialog adds pseudo children to reference fields but they are not children nodes

[tryton-commits] changeset in sao:5.0 Do not remove disabled property after butto...

2021-11-02 Thread Cédric Krier
changeset 8f3ba65ccaff in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset=8f3ba65ccaff description: Do not remove disabled property after button execution We must let the display of the screen reset the state of the button. issue10922 review391061002

[tryton-commits] changeset in sao:5.8 Do not remove disabled property after butto...

2021-11-02 Thread Cédric Krier
changeset 15149d6981b1 in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset=15149d6981b1 description: Do not remove disabled property after button execution We must let the display of the screen reset the state of the button. issue10922 review391061002

[tryton-commits] changeset in sao:6.0 Do not remove disabled property after butto...

2021-11-02 Thread Cédric Krier
changeset 4e977004cf8f in sao:6.0 details: https://hg.tryton.org/sao?cmd=changeset=4e977004cf8f description: Do not remove disabled property after button execution We must let the display of the screen reset the state of the button. issue10922 review391061002

[tryton-commits] changeset in sao:5.8 Set width to themed checkbox input

2021-11-02 Thread Cédric Krier
changeset 428ac4428b40 in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset=428ac4428b40 description: Set width to themed checkbox input issue10920 review364291002 (grafted from 08e998097055cc6ce6432dbd5235060cfb0bef8e) diffstat: src/theme.less | 1 + 1

[tryton-commits] changeset in sao:6.0 Set width to themed checkbox input

2021-11-02 Thread Cédric Krier
changeset e8b4cce88893 in sao:6.0 details: https://hg.tryton.org/sao?cmd=changeset=e8b4cce88893 description: Set width to themed checkbox input issue10920 review364291002 (grafted from 08e998097055cc6ce6432dbd5235060cfb0bef8e) diffstat: src/theme.less | 1 + 1

[tryton-commits] changeset in sao:5.0 Do not display search_count if it is not hi...

2021-11-02 Thread Cédric Krier
changeset 8dba76c6e8ef in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset=8dba76c6e8ef description: Do not display search_count if it is not higher than limit On small set of record when records are deleted the number of record could become lower than the initial

[tryton-commits] changeset in sao:5.8 Do not display search_count if it is not hi...

2021-11-02 Thread Cédric Krier
changeset 21eb94e731bd in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset=21eb94e731bd description: Do not display search_count if it is not higher than limit On small set of record when records are deleted the number of record could become lower than the initial

[tryton-commits] changeset in sao:6.0 Do not display search_count if it is not hi...

2021-11-02 Thread Cédric Krier
changeset ad349be611d4 in sao:6.0 details: https://hg.tryton.org/sao?cmd=changeset=ad349be611d4 description: Do not display search_count if it is not higher than limit On small set of record when records are deleted the number of record could become lower than the initial

[tryton-commits] changeset in sao:5.0 Compare with previous value only if PYSON v...

2021-11-02 Thread Cédric Krier
changeset 1d7e81a5f885 in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset=1d7e81a5f885 description: Compare with previous value only if PYSON value is not null issue10900 review385281003 (grafted from 5fd8d729330a81505f9390cc28fbf05153a84419) diffstat:

[tryton-commits] changeset in sao:5.8 Compare with previous value only if PYSON v...

2021-11-02 Thread Cédric Krier
changeset e9a4f7491775 in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset=e9a4f7491775 description: Compare with previous value only if PYSON value is not null issue10900 review385281003 (grafted from 5fd8d729330a81505f9390cc28fbf05153a84419) diffstat:

[tryton-commits] changeset in sao:6.0 Compare with previous value only if PYSON v...

2021-11-02 Thread Cédric Krier
changeset 871dd915a675 in sao:6.0 details: https://hg.tryton.org/sao?cmd=changeset=871dd915a675 description: Compare with previous value only if PYSON value is not null issue10900 review385281003 (grafted from 5fd8d729330a81505f9390cc28fbf05153a84419) diffstat:

[tryton-commits] changeset in sao:5.8 Make widget children inherits the min-height

2021-11-02 Thread Cédric Krier
changeset 56767206f09b in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset=56767206f09b description: Make widget children inherits the min-height This ensure that the children widget will expand vertically. issue10899 review385281002 (grafted from

[tryton-commits] changeset in sao:6.0 Make widget children inherits the min-height

2021-11-02 Thread Cédric Krier
changeset d8c2aeb22aec in sao:6.0 details: https://hg.tryton.org/sao?cmd=changeset=d8c2aeb22aec description: Make widget children inherits the min-height This ensure that the children widget will expand vertically. issue10899 review385281002 (grafted from

[tryton-commits] changeset in sao:5.0 Use tab_domain when comparing tabs

2021-11-02 Thread Cédric Krier
changeset 9eaea3e76d7d in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset=9eaea3e76d7d description: Use tab_domain when comparing tabs issue10441 review381241002 (grafted from 287382c0d95e03d280b2353b7d098b634ead68f1) diffstat: src/tab.js | 4 +++- 1

[tryton-commits] changeset in sao:5.8 Use tab_domain when comparing tabs

2021-11-02 Thread Cédric Krier
changeset 49df68bc6335 in sao:5.8 details: https://hg.tryton.org/sao?cmd=changeset=49df68bc6335 description: Use tab_domain when comparing tabs issue10441 review381241002 (grafted from 287382c0d95e03d280b2353b7d098b634ead68f1) diffstat: src/tab.js | 4 +++- 1

[tryton-commits] changeset in sao:6.0 Use tab_domain when comparing tabs

2021-11-02 Thread Cédric Krier
changeset 08e25111c2d2 in sao:6.0 details: https://hg.tryton.org/sao?cmd=changeset=08e25111c2d2 description: Use tab_domain when comparing tabs issue10441 review381241002 (grafted from 287382c0d95e03d280b2353b7d098b634ead68f1) diffstat: src/tab.js | 4 +++- 1

[tryton-commits] changeset in modules/sale_promotion:5.8 Do not apply negative un...

2021-11-02 Thread Cédric Krier
changeset e87b85f7b869 in modules/sale_promotion:5.8 details: https://hg.tryton.org/modules/sale_promotion?cmd=changeset=e87b85f7b869 description: Do not apply negative unit price after promotion We must just set a unit price of 0. issue10903 review377421002

[tryton-commits] changeset in modules/sale_promotion:6.0 Do not apply negative un...

2021-11-02 Thread Cédric Krier
changeset 41d400866ce1 in modules/sale_promotion:6.0 details: https://hg.tryton.org/modules/sale_promotion?cmd=changeset=41d400866ce1 description: Do not apply negative unit price after promotion We must just set a unit price of 0. issue10903 review377421002

[tryton-commits] changeset in modules/sale:5.0 Fill currency and company for non-...

2021-11-02 Thread Cédric Krier
changeset a17ce1e1c00e in modules/sale:5.0 details: https://hg.tryton.org/modules/sale?cmd=changeset=a17ce1e1c00e description: Fill currency and company for non-line invoice line Since issue9854 those fields are always required. issue10530 review375831002

[tryton-commits] changeset in modules/sale:5.8 Fill currency and company for non-...

2021-11-02 Thread Cédric Krier
changeset e9ba1b2243f8 in modules/sale:5.8 details: https://hg.tryton.org/modules/sale?cmd=changeset=e9ba1b2243f8 description: Fill currency and company for non-line invoice line Since issue9854 those fields are always required. issue10530 review375831002

[tryton-commits] changeset in modules/sale:6.0 Fill currency and company for non-...

2021-11-02 Thread Cédric Krier
changeset 797c6536cfa1 in modules/sale:6.0 details: https://hg.tryton.org/modules/sale?cmd=changeset=797c6536cfa1 description: Fill currency and company for non-line invoice line Since issue9854 those fields are always required. issue10530 review375831002

[tryton-commits] changeset in modules/purchase:5.0 Fill currency and company for ...

2021-11-02 Thread Cédric Krier
changeset ea198fab2227 in modules/purchase:5.0 details: https://hg.tryton.org/modules/purchase?cmd=changeset=ea198fab2227 description: Fill currency and company for non-line invoice line Since issue9854 those fields are always required. issue10530 review375831002

[tryton-commits] changeset in modules/purchase:5.8 Fill currency and company for ...

2021-11-02 Thread Cédric Krier
changeset f4740bb36224 in modules/purchase:5.8 details: https://hg.tryton.org/modules/purchase?cmd=changeset=f4740bb36224 description: Fill currency and company for non-line invoice line Since issue9854 those fields are always required. issue10530 review375831002

[tryton-commits] changeset in modules/purchase:6.0 Fill currency and company for ...

2021-11-02 Thread Cédric Krier
changeset 64460f8e60df in modules/purchase:6.0 details: https://hg.tryton.org/modules/purchase?cmd=changeset=64460f8e60df description: Fill currency and company for non-line invoice line Since issue9854 those fields are always required. issue10530 review375831002

[tryton-commits] changeset in modules/analytic_account:6.0 Add missing company do...

2021-11-02 Thread Cédric Krier
changeset c29807627b09 in modules/analytic_account:6.0 details: https://hg.tryton.org/modules/analytic_account?cmd=changeset=c29807627b09 description: Add missing company domain for analytic_accounts of rule issue10436 review372501002 (grafted from

[tryton-commits] changeset in modules/analytic_account:5.0 Distribute remainder t...

2021-11-02 Thread Cédric Krier
changeset d49c9dbffce2 in modules/analytic_account:5.0 details: https://hg.tryton.org/modules/analytic_account?cmd=changeset=d49c9dbffce2 description: Distribute remainder to not increase total amount issue10911 review385311002 (grafted from

[tryton-commits] changeset in modules/analytic_account:5.8 Distribute remainder t...

2021-11-02 Thread Cédric Krier
changeset c83e111a160f in modules/analytic_account:5.8 details: https://hg.tryton.org/modules/analytic_account?cmd=changeset=c83e111a160f description: Distribute remainder to not increase total amount issue10911 review385311002 (grafted from

[tryton-commits] changeset in modules/analytic_account:6.0 Distribute remainder t...

2021-11-02 Thread Cédric Krier
changeset c8fb139277ce in modules/analytic_account:6.0 details: https://hg.tryton.org/modules/analytic_account?cmd=changeset=c8fb139277ce description: Distribute remainder to not increase total amount issue10911 review385311002 (grafted from

[tryton-commits] changeset in modules/account_product:6.0 Search default chart of...

2021-11-02 Thread Cédric Krier
changeset ecc4675f2697 in modules/account_product:6.0 details: https://hg.tryton.org/modules/account_product?cmd=changeset=ecc4675f2697 description: Search default chart of account properties only for the company issue10924 review375901002 (grafted from

[tryton-commits] changeset in modules/account_payment_stripe:5.8 Access to refund...

2021-11-02 Thread Cédric Krier
changeset 5554e2484cbc in modules/account_payment_stripe:5.8 details: https://hg.tryton.org/modules/account_payment_stripe?cmd=changeset=5554e2484cbc description: Access to refund status as key in webhook issue10909 review383491002 (grafted from

[tryton-commits] changeset in modules/account_payment_stripe:6.0 Access to refund...

2021-11-02 Thread Cédric Krier
changeset 0b6a6d0c6b1a in modules/account_payment_stripe:6.0 details: https://hg.tryton.org/modules/account_payment_stripe?cmd=changeset=0b6a6d0c6b1a description: Access to refund status as key in webhook issue10909 review383491002 (grafted from

[tryton-commits] changeset in modules/account_payment_sepa:6.0 Call get_types to ...

2021-11-02 Thread Cédric Krier
changeset 506030732716 in modules/account_payment_sepa:6.0 details: https://hg.tryton.org/modules/account_payment_sepa?cmd=changeset=506030732716 description: Call get_types to get identifier types issue10714 review336861002 (grafted from

[tryton-commits] changeset in modules/account_invoice_defer:6.0 Ensure always to ...

2021-11-02 Thread Cédric Krier
changeset 8a76fe602e6e in modules/account_invoice_defer:6.0 details: https://hg.tryton.org/modules/account_invoice_defer?cmd=changeset=8a76fe602e6e description: Ensure always to post to defer account the invoice amount If the deferred period does not contain the invoice period,

[tryton-commits] changeset in modules/account_invoice:6.0 Copy sign of lines tota...

2021-11-02 Thread Cédric Krier
changeset 246d6ec4392f in modules/account_invoice:6.0 details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=246d6ec4392f description: Copy sign of lines total to remainder total currency issue10923 (grafted from 9cb703fdea697d72346f9e2f3cb31f2941d15467)

[tryton-commits] changeset in modules/account_invoice:6.0 Use the total amount of...

2021-11-02 Thread Cédric Krier
changeset 47452ac8d7c3 in modules/account_invoice:6.0 details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=47452ac8d7c3 description: Use the total amount of the invoice as second currency total issue10923 review381341002 (grafted from

[tryton-commits] changeset in modules/account_invoice:5.0 Do not copy invoice pay...

2021-11-02 Thread Nicolas Évrard
changeset 0a1b68ee851f in modules/account_invoice:5.0 details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=0a1b68ee851f description: Do not copy invoice payments when copying move lines issue10502 review367121002 (grafted from

[tryton-commits] changeset in modules/account_invoice:5.8 Do not copy invoice pay...

2021-11-02 Thread Nicolas Évrard
changeset fa41151c466c in modules/account_invoice:5.8 details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=fa41151c466c description: Do not copy invoice payments when copying move lines issue10502 review367121002 (grafted from

[tryton-commits] changeset in modules/account_invoice:6.0 Do not copy invoice pay...

2021-11-02 Thread Nicolas Évrard
changeset de52945e5a1f in modules/account_invoice:6.0 details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=de52945e5a1f description: Do not copy invoice payments when copying move lines issue10502 review367121002 (grafted from

[tryton-commits] changeset in modules/account_invoice:6.2 Copy sign of lines tota...

2021-11-02 Thread Cédric Krier
changeset aeac6dddf6bb in modules/account_invoice:6.2 details: https://hg.tryton.org/modules/account_invoice?cmd=changeset=aeac6dddf6bb description: Copy sign of lines total to remainder total currency issue10923 (grafted from 9cb703fdea697d72346f9e2f3cb31f2941d15467)

[tryton-commits] changeset in modules/account_cash_rounding:5.8 Add the rounding ...

2021-11-02 Thread Cédric Krier
changeset 5eee99471379 in modules/account_cash_rounding:5.8 details: https://hg.tryton.org/modules/account_cash_rounding?cmd=changeset=5eee99471379 description: Add the rounding line only if created and fill the second currency issue10916 review389191002 (grafted

[tryton-commits] changeset in modules/account_cash_rounding:6.0 Add the rounding ...

2021-11-02 Thread Cédric Krier
changeset e81bfd44e400 in modules/account_cash_rounding:6.0 details: https://hg.tryton.org/modules/account_cash_rounding?cmd=changeset=e81bfd44e400 description: Add the rounding line only if created and fill the second currency issue10916 review389191002 (grafted

[tryton-commits] changeset in modules/account_cash_rounding:5.8 Fill second_curre...

2021-11-02 Thread Cédric Krier
changeset 86b39f02069e in modules/account_cash_rounding:5.8 details: https://hg.tryton.org/modules/account_cash_rounding?cmd=changeset=86b39f02069e description: Fill second_currency when amount_second_currency is set issue10916 review389191002 (grafted from

[tryton-commits] changeset in modules/account_cash_rounding:6.0 Fill second_curre...

2021-11-02 Thread Cédric Krier
changeset 004763ad793d in modules/account_cash_rounding:6.0 details: https://hg.tryton.org/modules/account_cash_rounding?cmd=changeset=004763ad793d description: Fill second_currency when amount_second_currency is set issue10916 review389191002 (grafted from

[tryton-commits] changeset in modules/account_cash_rounding:5.8 Use the amount_se...

2021-11-02 Thread Cédric Krier
changeset 2e7d2e88a428 in modules/account_cash_rounding:5.8 details: https://hg.tryton.org/modules/account_cash_rounding?cmd=changeset=2e7d2e88a428 description: Use the amount_second_currency from the line and not from the invoice issue10916 review389191002

[tryton-commits] changeset in modules/account_cash_rounding:6.0 Use the amount_se...

2021-11-02 Thread Cédric Krier
changeset 46eff81d41bf in modules/account_cash_rounding:6.0 details: https://hg.tryton.org/modules/account_cash_rounding?cmd=changeset=46eff81d41bf description: Use the amount_second_currency from the line and not from the invoice issue10916 review389191002

[tryton-commits] changeset in modules/account:6.0 Search tax code line template u...

2021-11-02 Thread Cédric Krier
changeset c43421a33c58 in modules/account:6.0 details: https://hg.tryton.org/modules/account?cmd=changeset=c43421a33c58 description: Search tax code line template using the tax code template model in test (grafted from ced55f66b846d7393555ee7468a58434e30d9188) diffstat:

[tryton-commits] changeset in modules/account:6.0 Search default chart of account...

2021-11-02 Thread Cédric Krier
changeset c226665b242b in modules/account:6.0 details: https://hg.tryton.org/modules/account?cmd=changeset=c226665b242b description: Search default chart of account properties only for the company issue10924 review375901002 (grafted from

[tryton-commits] changeset in modules/account:5.0 Test GL context values against ...

2021-11-02 Thread Nicolas Évrard
changeset 9e62f657bd4c in modules/account:5.0 details: https://hg.tryton.org/modules/account?cmd=changeset=9e62f657bd4c description: Test GL context values against None instead of using their presence issue10896 review385271002 (grafted from

[tryton-commits] changeset in modules/account:5.8 Test GL context values against ...

2021-11-02 Thread Nicolas Évrard
changeset b815f9d87027 in modules/account:5.8 details: https://hg.tryton.org/modules/account?cmd=changeset=b815f9d87027 description: Test GL context values against None instead of using their presence issue10896 review385271002 (grafted from

[tryton-commits] changeset in modules/account:6.0 Test GL context values against ...

2021-11-02 Thread Nicolas Évrard
changeset b49cef68eccf in modules/account:6.0 details: https://hg.tryton.org/modules/account?cmd=changeset=b49cef68eccf description: Test GL context values against None instead of using their presence issue10896 review385271002 (grafted from

[tryton-commits] changeset in weblate:default Translated using Weblate (German)

2021-11-02 Thread Korbinian Preisler
changeset a3cf3c0f03d8 in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset=a3cf3c0f03d8 description: Translated using Weblate (German) Currently translated at 100.0% (222 of 222 strings) Translation: Tryton/sao Translate-URL: