[tryton-commits] changeset in trytond:6.6 Commit the transaction after creating i...

2022-11-11 Thread Cédric Krier
changeset 4e833fa8a3bc in trytond:6.6 details: https://hg.tryton.org/trytond?cmd=changeset=4e833fa8a3bc description: Commit the transaction after creating indexes and update history issue11855 review433681003 (grafted from 72bbf1073be9e0b9e082ea97e63456d1fb5e2599)

[tryton-commits] changeset in trytond:5.0 Do not expand boolean PYSON when using ...

2022-11-11 Thread Cédric Krier
changeset c929d6750c22 in trytond:5.0 details: https://hg.tryton.org/trytond?cmd=changeset=c929d6750c22 description: Do not expand boolean PYSON when using __and__ and __or__ It is not expected that the left operand is modified by such operations. issue11836

[tryton-commits] changeset in trytond:6.0 Do not expand boolean PYSON when using ...

2022-11-11 Thread Cédric Krier
changeset e8526700f485 in trytond:6.0 details: https://hg.tryton.org/trytond?cmd=changeset=e8526700f485 description: Do not expand boolean PYSON when using __and__ and __or__ It is not expected that the left operand is modified by such operations. issue11836

[tryton-commits] changeset in trytond:6.2 Do not expand boolean PYSON when using ...

2022-11-11 Thread Cédric Krier
changeset b695bc24e503 in trytond:6.2 details: https://hg.tryton.org/trytond?cmd=changeset=b695bc24e503 description: Do not expand boolean PYSON when using __and__ and __or__ It is not expected that the left operand is modified by such operations. issue11836

[tryton-commits] changeset in trytond:6.4 Do not expand boolean PYSON when using ...

2022-11-11 Thread Cédric Krier
changeset a49e093d707c in trytond:6.4 details: https://hg.tryton.org/trytond?cmd=changeset=a49e093d707c description: Do not expand boolean PYSON when using __and__ and __or__ It is not expected that the left operand is modified by such operations. issue11836

[tryton-commits] changeset in trytond:6.6 Do not expand boolean PYSON when using ...

2022-11-11 Thread Cédric Krier
changeset cda581b2153d in trytond:6.6 details: https://hg.tryton.org/trytond?cmd=changeset=cda581b2153d description: Do not expand boolean PYSON when using __and__ and __or__ It is not expected that the left operand is modified by such operations. issue11836

[tryton-commits] changeset in tryton:5.0 Do not expand boolean PYSON when using _...

2022-11-11 Thread Cédric Krier
changeset 7165104f087f in tryton:5.0 details: https://hg.tryton.org/tryton?cmd=changeset=7165104f087f description: Do not expand boolean PYSON when using __and__ and __or__ It is not expected that the left operand is modified by such operations. issue11836

[tryton-commits] changeset in tryton:6.2 Do not expand boolean PYSON when using _...

2022-11-11 Thread Cédric Krier
changeset af77a8c0977c in tryton:6.2 details: https://hg.tryton.org/tryton?cmd=changeset=af77a8c0977c description: Do not expand boolean PYSON when using __and__ and __or__ It is not expected that the left operand is modified by such operations. issue11836

[tryton-commits] changeset in tryton:6.4 Do not expand boolean PYSON when using _...

2022-11-11 Thread Cédric Krier
changeset af74555e13bd in tryton:6.4 details: https://hg.tryton.org/tryton?cmd=changeset=af74555e13bd description: Do not expand boolean PYSON when using __and__ and __or__ It is not expected that the left operand is modified by such operations. issue11836

[tryton-commits] changeset in tryton:6.6 Do not expand boolean PYSON when using _...

2022-11-11 Thread Cédric Krier
changeset 5d5d5f14c4b4 in tryton:6.6 details: https://hg.tryton.org/tryton?cmd=changeset=5d5d5f14c4b4 description: Do not expand boolean PYSON when using __and__ and __or__ It is not expected that the left operand is modified by such operations. issue11836

[tryton-commits] changeset in proteus:5.0 Do not expand boolean PYSON when using ...

2022-11-11 Thread Cédric Krier
changeset 771dae0c7cf0 in proteus:5.0 details: https://hg.tryton.org/proteus?cmd=changeset=771dae0c7cf0 description: Do not expand boolean PYSON when using __and__ and __or__ It is not expected that the left operand is modified by such operations. issue11836

[tryton-commits] changeset in proteus:6.0 Do not expand boolean PYSON when using ...

2022-11-11 Thread Cédric Krier
changeset a5a4ac597102 in proteus:6.0 details: https://hg.tryton.org/proteus?cmd=changeset=a5a4ac597102 description: Do not expand boolean PYSON when using __and__ and __or__ It is not expected that the left operand is modified by such operations. issue11836

[tryton-commits] changeset in proteus:6.2 Do not expand boolean PYSON when using ...

2022-11-11 Thread Cédric Krier
changeset f2f06117c3f4 in proteus:6.2 details: https://hg.tryton.org/proteus?cmd=changeset=f2f06117c3f4 description: Do not expand boolean PYSON when using __and__ and __or__ It is not expected that the left operand is modified by such operations. issue11836

[tryton-commits] changeset in proteus:6.4 Do not expand boolean PYSON when using ...

2022-11-11 Thread Cédric Krier
changeset f21bc6413cb8 in proteus:6.4 details: https://hg.tryton.org/proteus?cmd=changeset=f21bc6413cb8 description: Do not expand boolean PYSON when using __and__ and __or__ It is not expected that the left operand is modified by such operations. issue11836

[tryton-commits] changeset in proteus:6.6 Do not expand boolean PYSON when using ...

2022-11-11 Thread Cédric Krier
changeset e875094bb814 in proteus:6.6 details: https://hg.tryton.org/proteus?cmd=changeset=e875094bb814 description: Do not expand boolean PYSON when using __and__ and __or__ It is not expected that the left operand is modified by such operations. issue11836

[tryton-commits] changeset in modules/stock:5.0 Do not check access when checking...

2022-11-11 Thread Adrià Tarroja Caubet
changeset de4d807e71db in modules/stock:5.0 details: https://hg.tryton.org/modules/stock?cmd=changeset=de4d807e71db description: Do not check access when checking for period closed issue11861 review431871003 (grafted from 4c66434fc3c739c80840165bfb4cfc48c5932e7b)

[tryton-commits] changeset in modules/stock:6.0 Do not check access when checking...

2022-11-11 Thread Adrià Tarroja Caubet
changeset b6db31f4ffb9 in modules/stock:6.0 details: https://hg.tryton.org/modules/stock?cmd=changeset=b6db31f4ffb9 description: Do not check access when checking for period closed issue11861 review431871003 (grafted from 4c66434fc3c739c80840165bfb4cfc48c5932e7b)

[tryton-commits] changeset in modules/stock:6.2 Do not check access when checking...

2022-11-11 Thread Adrià Tarroja Caubet
changeset cd7c9ebb8bea in modules/stock:6.2 details: https://hg.tryton.org/modules/stock?cmd=changeset=cd7c9ebb8bea description: Do not check access when checking for period closed issue11861 review431871003 (grafted from 4c66434fc3c739c80840165bfb4cfc48c5932e7b)

[tryton-commits] changeset in modules/stock:6.4 Do not check access when checking...

2022-11-11 Thread Adrià Tarroja Caubet
changeset dc97ce40c5ad in modules/stock:6.4 details: https://hg.tryton.org/modules/stock?cmd=changeset=dc97ce40c5ad description: Do not check access when checking for period closed issue11861 review431871003 (grafted from 4c66434fc3c739c80840165bfb4cfc48c5932e7b)

[tryton-commits] changeset in modules/stock:6.6 Do not check access when checking...

2022-11-11 Thread Adrià Tarroja Caubet
changeset 4b5640194282 in modules/stock:6.6 details: https://hg.tryton.org/modules/stock?cmd=changeset=4b5640194282 description: Do not check access when checking for period closed issue11861 review431871003 (grafted from 4c66434fc3c739c80840165bfb4cfc48c5932e7b)

[tryton-commits] changeset in modules/product_kit:6.0 Copy components without par...

2022-11-11 Thread Sergi Almacellas Abellana
changeset 72b5602a397d in modules/product_kit:6.0 details: https://hg.tryton.org/modules/product_kit?cmd=changeset=72b5602a397d description: Copy components without parent_product when duplicating templates issue11854 review418561003 (grafted from

[tryton-commits] changeset in modules/product_kit:6.2 Copy components without par...

2022-11-11 Thread Sergi Almacellas Abellana
changeset f5b4fcbd7686 in modules/product_kit:6.2 details: https://hg.tryton.org/modules/product_kit?cmd=changeset=f5b4fcbd7686 description: Copy components without parent_product when duplicating templates issue11854 review418561003 (grafted from

[tryton-commits] changeset in modules/product_kit:6.4 Copy components without par...

2022-11-11 Thread Sergi Almacellas Abellana
changeset 33230de41d1c in modules/product_kit:6.4 details: https://hg.tryton.org/modules/product_kit?cmd=changeset=33230de41d1c description: Copy components without parent_product when duplicating templates issue11854 review418561003 (grafted from

[tryton-commits] changeset in modules/product_kit:6.6 Copy components without par...

2022-11-11 Thread Sergi Almacellas Abellana
changeset 9b76578d8dfc in modules/product_kit:6.6 details: https://hg.tryton.org/modules/product_kit?cmd=changeset=9b76578d8dfc description: Copy components without parent_product when duplicating templates issue11854 review418561003 (grafted from

[tryton-commits] changeset in modules/marketing_automation:6.6 Do not write on pa...

2022-11-11 Thread Cédric Krier
changeset 19d5ed26673f in modules/marketing_automation:6.6 details: https://hg.tryton.org/modules/marketing_automation?cmd=changeset=19d5ed26673f description: Do not write on party if there is no parties to unsubscribe issue11856 review433681006 (grafted from

[tryton-commits] changeset in modules/currency:6.0 Test unsupported currency on a...

2022-11-11 Thread Cédric Krier
changeset 727723f619fe in modules/currency:6.0 details: https://hg.tryton.org/modules/currency?cmd=changeset=727723f619fe description: Test unsupported currency on a fixed date with rates Otherwise RatesNotAvailableError may be raised before. (grafted from

[tryton-commits] changeset in modules/currency:6.2 Test unsupported currency on a...

2022-11-11 Thread Cédric Krier
changeset 588a07e324a8 in modules/currency:6.2 details: https://hg.tryton.org/modules/currency?cmd=changeset=588a07e324a8 description: Test unsupported currency on a fixed date with rates Otherwise RatesNotAvailableError may be raised before. (grafted from

[tryton-commits] changeset in modules/currency:6.4 Test unsupported currency on a...

2022-11-11 Thread Cédric Krier
changeset 2d9cdb1ee0d3 in modules/currency:6.4 details: https://hg.tryton.org/modules/currency?cmd=changeset=2d9cdb1ee0d3 description: Test unsupported currency on a fixed date with rates Otherwise RatesNotAvailableError may be raised before. (grafted from

[tryton-commits] changeset in modules/account_es_sii:6.4 Update documentation lin...

2022-11-11 Thread Cédric Krier
changeset 6013382f9e8a in modules/account_es_sii:6.4 details: https://hg.tryton.org/modules/account_es_sii?cmd=changeset=6013382f9e8a description: Update documentation link to FNMT issue11848 review421891003 (grafted from 1ab3b9db86ba870793b7396f89a055cc9647b32c)

[tryton-commits] changeset in modules/account_es_sii:6.6 Update documentation lin...

2022-11-11 Thread Cédric Krier
changeset 92b18fe4af41 in modules/account_es_sii:6.6 details: https://hg.tryton.org/modules/account_es_sii?cmd=changeset=92b18fe4af41 description: Update documentation link to FNMT issue11848 review421891003 (grafted from 1ab3b9db86ba870793b7396f89a055cc9647b32c)