[tryton-commits] changeset in modules/purchase:default Set main menu items in plu...

2022-05-31 Thread Cédric Krier
changeset 721c9f3c643e in modules/purchase:default details: https://hg.tryton.org/modules/purchase?cmd=changeset&node=721c9f3c643e description: Set main menu items in plural in documentation issue10416 diffstat: doc/design.rst| 4 ++-- doc/usage/prepurchase.rst | 2

[tryton-commits] changeset in modules/sale:default Set main menu items in plural ...

2022-05-31 Thread Cédric Krier
changeset 3ffd24b69586 in modules/sale:default details: https://hg.tryton.org/modules/sale?cmd=changeset&node=3ffd24b69586 description: Set main menu items in plural in documentation issue10416 diffstat: doc/usage/presales.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletion

[tryton-commits] changeset in modules/account:default Invert SQL expression of do...

2022-05-31 Thread Cédric Krier
changeset 4d1fcd864036 in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset&node=4d1fcd864036 description: Invert SQL expression of domain_active When the value is False or the operator is negative, the range expression must be inverted.

[tryton-commits] changeset in trytond:default Ignore write and delete rule domain...

2022-05-31 Thread Cédric Krier
changeset 9907fbf058a6 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset&node=9907fbf058a6 description: Ignore write and delete rule domains if they are the same as the read domain issue11480 review419121003 diffstat: trytond/model/modelsql.py | 5

[tryton-commits] changeset in sao:default Replace usage of arguments in arrow fun...

2022-05-31 Thread Cédric Krier
changeset 9b2a0782ac62 in sao:default details: https://hg.tryton.org/sao?cmd=changeset&node=9b2a0782ac62 description: Replace usage of arguments in arrow function arguments is not available in arrow function so it is simpler to use rest parameters. issue11493

[tryton-commits] changeset in sao:default Test if value is not null before using ...

2022-05-31 Thread Cédric Krier
changeset 3d7c4160bb38 in sao:default details: https://hg.tryton.org/sao?cmd=changeset&node=3d7c4160bb38 description: Test if value is not null before using its keys in set_on_change issue11497 review421171003 diffstat: src/model.js | 8 1 files changed, 4 inser

[tryton-commits] changeset in modules/bank:default Do not fail to compute number ...

2022-05-31 Thread Cédric Krier
changeset 3c4689e449e5 in modules/bank:default details: https://hg.tryton.org/modules/bank?cmd=changeset&node=3c4689e449e5 description: Do not fail to compute number record name without bank and do not fail to guess bank without IBAN. issue11487 review43003 dif

[tryton-commits] changeset in modules/account:default Enforce statement coherence...

2022-05-31 Thread Cédric Krier
changeset 33c9ef88e247 in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset&node=33c9ef88e247 description: Enforce statement coherence between children and parent of account type issue11502 review445081003 diffstat: account.py | 14

[tryton-commits] changeset in modules/account:default Remove read access to non a...

2022-05-31 Thread Cédric Krier
changeset dbe1fca3204e in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset&node=dbe1fca3204e description: Remove read access to non account group of computed reporting fields The computed fields on account and account type that are used for repo

[tryton-commits] changeset in modules/purchase:default Round actual quantity afte...

2022-05-31 Thread Cédric Krier
changeset d5fed246f6bf in modules/purchase:default details: https://hg.tryton.org/modules/purchase?cmd=changeset&node=d5fed246f6bf description: Round actual quantity after the sum The sum of rounded quantity is not always a rounded value. issue11503 review431141003

[tryton-commits] changeset in modules/sale:default Round actual quantity after th...

2022-05-31 Thread Cédric Krier
changeset 4d7d93d2d546 in modules/sale:default details: https://hg.tryton.org/modules/sale?cmd=changeset&node=4d7d93d2d546 description: Round actual quantity after the sum The sum of rounded quantity is not always a rounded value. issue11503 review431141003 diffsta

[tryton-commits] changeset in modules/bank:default Test country code and bank/bra...

2022-05-31 Thread Cédric Krier
changeset faf70819ff37 in modules/bank:default details: https://hg.tryton.org/modules/bank?cmd=changeset&node=faf70819ff37 description: Test country code and bank/branch code when guessed BIC is different In France the same bank code can have multiple BIC, schwifty guess only the

[tryton-commits] changeset in tryton-overlay:default app-tryton/currency: remove ...

2022-06-01 Thread Cédric Krier
fest commit with key 0x574F6EFF4E477517) Signed-off-by: Cédric Krier diffstat: app-tryton/currency/Manifest | 17 - app-tryton/currency/currency-6.4.0.ebuild | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diffs (42 lines): diff -r 018bc3254c6

[tryton-commits] changeset in modules/sale_complaint:default Do not fail when com...

2022-06-02 Thread Cédric Krier
changeset 04e82b535732 in modules/sale_complaint:default details: https://hg.tryton.org/modules/sale_complaint?cmd=changeset&node=04e82b535732 description: Do not fail when compute unit for line without unit filled issue11522 review421241003 diffstat: complaint.py | 4 +

[tryton-commits] changeset in modules/account:6.4 Invert SQL expression of domain...

2022-06-02 Thread Cédric Krier
changeset 47a7d5c83171 in modules/account:6.4 details: https://hg.tryton.org/modules/account?cmd=changeset&node=47a7d5c83171 description: Invert SQL expression of domain_active When the value is False or the operator is negative, the range expression must be inverted.

[tryton-commits] changeset in modules/account:6.2 Invert SQL expression of domain...

2022-06-02 Thread Cédric Krier
changeset 01769e9c78ed in modules/account:6.2 details: https://hg.tryton.org/modules/account?cmd=changeset&node=01769e9c78ed description: Invert SQL expression of domain_active When the value is False or the operator is negative, the range expression must be inverted.

[tryton-commits] changeset in modules/bank:6.4 Do not fail to compute number reco...

2022-06-02 Thread Cédric Krier
changeset b1dd3c2696de in modules/bank:6.4 details: https://hg.tryton.org/modules/bank?cmd=changeset&node=b1dd3c2696de description: Do not fail to compute number record name without bank and do not fail to guess bank without IBAN. issue11487 review43003

[tryton-commits] changeset in modules/bank:6.4 Test country code and bank/branch ...

2022-06-02 Thread Cédric Krier
changeset 4dff0dd49e8d in modules/bank:6.4 details: https://hg.tryton.org/modules/bank?cmd=changeset&node=4dff0dd49e8d description: Test country code and bank/branch code when guessed BIC is different In France the same bank code can have multiple BIC, schwifty guess only the

[tryton-commits] changeset in modules/purchase:6.4 Round actual quantity after th...

2022-06-02 Thread Cédric Krier
changeset 9be161d60ead in modules/purchase:6.4 details: https://hg.tryton.org/modules/purchase?cmd=changeset&node=9be161d60ead description: Round actual quantity after the sum The sum of rounded quantity is not always a rounded value. issue11503 review431141003

[tryton-commits] changeset in modules/purchase:6.2 Round actual quantity after th...

2022-06-02 Thread Cédric Krier
changeset 1aeacbd5bbc2 in modules/purchase:6.2 details: https://hg.tryton.org/modules/purchase?cmd=changeset&node=1aeacbd5bbc2 description: Round actual quantity after the sum The sum of rounded quantity is not always a rounded value. issue11503 review431141003

[tryton-commits] changeset in modules/purchase:6.0 Round actual quantity after th...

2022-06-02 Thread Cédric Krier
changeset d33d24beec5b in modules/purchase:6.0 details: https://hg.tryton.org/modules/purchase?cmd=changeset&node=d33d24beec5b description: Round actual quantity after the sum The sum of rounded quantity is not always a rounded value. issue11503 review431141003

[tryton-commits] changeset in modules/sale:6.4 Round actual quantity after the sum

2022-06-02 Thread Cédric Krier
changeset e78ecbca in modules/sale:6.4 details: https://hg.tryton.org/modules/sale?cmd=changeset&node=e78ecbca description: Round actual quantity after the sum The sum of rounded quantity is not always a rounded value. issue11503 review431141003 (gr

[tryton-commits] changeset in modules/sale:6.2 Round actual quantity after the sum

2022-06-02 Thread Cédric Krier
changeset 1b32de9c57ce in modules/sale:6.2 details: https://hg.tryton.org/modules/sale?cmd=changeset&node=1b32de9c57ce description: Round actual quantity after the sum The sum of rounded quantity is not always a rounded value. issue11503 review431141003 (gr

[tryton-commits] changeset in modules/sale:6.0 Round actual quantity after the sum

2022-06-02 Thread Cédric Krier
changeset 2c9dc971141a in modules/sale:6.0 details: https://hg.tryton.org/modules/sale?cmd=changeset&node=2c9dc971141a description: Round actual quantity after the sum The sum of rounded quantity is not always a rounded value. issue11503 review431141003 (gr

[tryton-commits] changeset in modules/stock_supply:6.4 Skip product supplier with...

2022-06-02 Thread Cédric Krier
changeset fb60df57e146 in modules/stock_supply:6.4 details: https://hg.tryton.org/modules/stock_supply?cmd=changeset&node=fb60df57e146 description: Skip product supplier without lead time to compute supply dates issue11453 review413141003 (grafted from 3819439a2560

[tryton-commits] changeset in modules/stock_supply:6.2 Skip product supplier with...

2022-06-02 Thread Cédric Krier
changeset a3ce22f39db6 in modules/stock_supply:6.2 details: https://hg.tryton.org/modules/stock_supply?cmd=changeset&node=a3ce22f39db6 description: Skip product supplier without lead time to compute supply dates issue11453 review413141003 (grafted from 3819439a2560

[tryton-commits] changeset in modules/stock_supply:6.0 Skip product supplier with...

2022-06-02 Thread Cédric Krier
changeset 8350335c651a in modules/stock_supply:6.0 details: https://hg.tryton.org/modules/stock_supply?cmd=changeset&node=8350335c651a description: Skip product supplier without lead time to compute supply dates issue11453 review413141003 (grafted from 3819439a2560

[tryton-commits] changeset in modules/stock_supply:5.0 Skip product supplier with...

2022-06-02 Thread Cédric Krier
changeset 82e4ef6ee8c2 in modules/stock_supply:5.0 details: https://hg.tryton.org/modules/stock_supply?cmd=changeset&node=82e4ef6ee8c2 description: Skip product supplier without lead time to compute supply dates issue11453 review413141003 (grafted from 3819439a2560

[tryton-commits] changeset in sao:6.4 Test for sub-domain instead of not leaf in ...

2022-06-02 Thread Cédric Krier
changeset f3de06c9168d in sao:6.4 details: https://hg.tryton.org/sao?cmd=changeset&node=f3de06c9168d description: Test for sub-domain instead of not leaf in domain parser issue11472 review411171004 (grafted from 8e38c5eebb969c9b999876225df3f21df17572b3) diffstat:

[tryton-commits] changeset in sao:6.2 Test for sub-domain instead of not leaf in ...

2022-06-02 Thread Cédric Krier
changeset 45e2c8de9e20 in sao:6.2 details: https://hg.tryton.org/sao?cmd=changeset&node=45e2c8de9e20 description: Test for sub-domain instead of not leaf in domain parser issue11472 review411171004 (grafted from 8e38c5eebb969c9b999876225df3f21df17572b3) diffstat:

[tryton-commits] changeset in sao:6.0 Test for sub-domain instead of not leaf in ...

2022-06-02 Thread Cédric Krier
changeset d2a5f3cf8da6 in sao:6.0 details: https://hg.tryton.org/sao?cmd=changeset&node=d2a5f3cf8da6 description: Test for sub-domain instead of not leaf in domain parser issue11472 review411171004 (grafted from 8e38c5eebb969c9b999876225df3f21df17572b3) diffstat:

[tryton-commits] changeset in sao:5.0 Test for sub-domain instead of not leaf in ...

2022-06-02 Thread Cédric Krier
changeset 01f83a490bf9 in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset&node=01f83a490bf9 description: Test for sub-domain instead of not leaf in domain parser issue11472 review411171004 (grafted from 8e38c5eebb969c9b999876225df3f21df17572b3) diffstat:

[tryton-commits] changeset in sao:6.4 Correctly complete after opening OR-ed pare...

2022-06-02 Thread Cédric Krier
changeset 633dff5a57e5 in sao:6.4 details: https://hg.tryton.org/sao?cmd=changeset&node=633dff5a57e5 description: Correctly complete after opening OR-ed parenthesis The nested call to replace_ending_clause must be pushed in the result instead of concatenated because the cl

[tryton-commits] changeset in sao:6.2 Correctly complete after opening OR-ed pare...

2022-06-02 Thread Cédric Krier
changeset c55b81b597f7 in sao:6.2 details: https://hg.tryton.org/sao?cmd=changeset&node=c55b81b597f7 description: Correctly complete after opening OR-ed parenthesis The nested call to replace_ending_clause must be pushed in the result instead of concatenated because the cl

[tryton-commits] changeset in sao:6.0 Correctly complete after opening OR-ed pare...

2022-06-02 Thread Cédric Krier
changeset c3988bee232c in sao:6.0 details: https://hg.tryton.org/sao?cmd=changeset&node=c3988bee232c description: Correctly complete after opening OR-ed parenthesis The nested call to replace_ending_clause must be pushed in the result instead of concatenated because the cl

[tryton-commits] changeset in sao:5.0 Correctly complete after opening OR-ed pare...

2022-06-02 Thread Cédric Krier
changeset afc0250b772d in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset&node=afc0250b772d description: Correctly complete after opening OR-ed parenthesis The nested call to replace_ending_clause must be pushed in the result instead of concatenated because the cl

[tryton-commits] changeset in sao:6.4 Set disabled attribute on buttons of readon...

2022-06-02 Thread Cédric Krier
changeset e24ad6b2bb5a in sao:6.4 details: https://hg.tryton.org/sao?cmd=changeset&node=e24ad6b2bb5a description: Set disabled attribute on buttons of readonly image issue11505 (grafted from f67ca9159976c52b4f8562f3294b85616e820f2b) diffstat: src/view/form.js | 4 ++-- 1

[tryton-commits] changeset in sao:6.2 Set disabled attribute on buttons of readon...

2022-06-02 Thread Cédric Krier
changeset 7bdb2d1cf818 in sao:6.2 details: https://hg.tryton.org/sao?cmd=changeset&node=7bdb2d1cf818 description: Set disabled attribute on buttons of readonly image issue11505 (grafted from f67ca9159976c52b4f8562f3294b85616e820f2b) diffstat: src/view/form.js | 4 ++-- 1

[tryton-commits] changeset in sao:6.0 Set disabled attribute on buttons of readon...

2022-06-02 Thread Cédric Krier
changeset c94bd48b67f9 in sao:6.0 details: https://hg.tryton.org/sao?cmd=changeset&node=c94bd48b67f9 description: Set disabled attribute on buttons of readonly image issue11505 (grafted from f67ca9159976c52b4f8562f3294b85616e820f2b) diffstat: src/view/form.js | 4 ++-- 1

[tryton-commits] changeset in sao:5.0 Set disabled attribute on buttons of readon...

2022-06-02 Thread Cédric Krier
changeset d3693e200999 in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset&node=d3693e200999 description: Set disabled attribute on buttons of readonly image issue11505 (grafted from f67ca9159976c52b4f8562f3294b85616e820f2b) diffstat: src/view/form.js | 4 ++-- 1

[tryton-commits] changeset in sao:6.4 Replace usage of arguments in arrow function

2022-06-02 Thread Cédric Krier
changeset 2a19b2ef64c9 in sao:6.4 details: https://hg.tryton.org/sao?cmd=changeset&node=2a19b2ef64c9 description: Replace usage of arguments in arrow function arguments is not available in arrow function so it is simpler to use rest parameters. issue11493

[tryton-commits] changeset in sao:6.4 Test if value is not null before using its ...

2022-06-02 Thread Cédric Krier
changeset aba68ac3d82c in sao:6.4 details: https://hg.tryton.org/sao?cmd=changeset&node=aba68ac3d82c description: Test if value is not null before using its keys in set_on_change issue11497 review421171003 (grafted from 3d7c4160bb3852ee7a8e1244090d6fabff5ac457) diff

[tryton-commits] changeset in sao:6.2 Test if value is not null before using its ...

2022-06-02 Thread Cédric Krier
changeset df4c0d705b32 in sao:6.2 details: https://hg.tryton.org/sao?cmd=changeset&node=df4c0d705b32 description: Test if value is not null before using its keys in set_on_change issue11497 review421171003 (grafted from 3d7c4160bb3852ee7a8e1244090d6fabff5ac457) diff

[tryton-commits] changeset in sao:6.0 Test if value is not null before using its ...

2022-06-02 Thread Cédric Krier
changeset 8930a1149efb in sao:6.0 details: https://hg.tryton.org/sao?cmd=changeset&node=8930a1149efb description: Test if value is not null before using its keys in set_on_change issue11497 review421171003 (grafted from 3d7c4160bb3852ee7a8e1244090d6fabff5ac457)

[tryton-commits] changeset in sao:5.0 Test if value is not null before using its ...

2022-06-02 Thread Cédric Krier
changeset 90119d5e76d0 in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset&node=90119d5e76d0 description: Test if value is not null before using its keys in set_on_change issue11497 review421171003 (grafted from 3d7c4160bb3852ee7a8e1244090d6fabff5ac457)

[tryton-commits] changeset in trytond:6.4 Do not log HTTPException in with_transa...

2022-06-02 Thread Cédric Krier
changeset 086a5176e373 in trytond:6.4 details: https://hg.tryton.org/trytond?cmd=changeset&node=086a5176e373 description: Do not log HTTPException in with_transaction issue11482 review443091003 (grafted from d45dd226ac5ce2b8a45f691e74f9b9a28ee8b2ba) diffstat: tryt

[tryton-commits] changeset in trytond:6.2 Do not log HTTPException in with_transa...

2022-06-02 Thread Cédric Krier
changeset d64bbc06e8ce in trytond:6.2 details: https://hg.tryton.org/trytond?cmd=changeset&node=d64bbc06e8ce description: Do not log HTTPException in with_transaction issue11482 review443091003 (grafted from d45dd226ac5ce2b8a45f691e74f9b9a28ee8b2ba) diffstat: tryt

[tryton-commits] changeset in trytond:6.0 Do not log HTTPException in with_transa...

2022-06-02 Thread Cédric Krier
changeset 7e100e82d6f0 in trytond:6.0 details: https://hg.tryton.org/trytond?cmd=changeset&node=7e100e82d6f0 description: Do not log HTTPException in with_transaction issue11482 review443091003 (grafted from d45dd226ac5ce2b8a45f691e74f9b9a28ee8b2ba) diffstat: tryt

[tryton-commits] changeset in trytond:5.0 Do not log HTTPException in with_transa...

2022-06-02 Thread Cédric Krier
changeset 30b00b6aae02 in trytond:5.0 details: https://hg.tryton.org/trytond?cmd=changeset&node=30b00b6aae02 description: Do not log HTTPException in with_transaction issue11482 review443091003 (grafted from d45dd226ac5ce2b8a45f691e74f9b9a28ee8b2ba) diffstat: tryt

[tryton-commits] changeset in trytond:6.4 Ignore invalid Reference field when rea...

2022-06-02 Thread Cédric Krier
changeset c86f360b30ac in trytond:6.4 details: https://hg.tryton.org/trytond?cmd=changeset&node=c86f360b30ac description: Ignore invalid Reference field when reading related fields issue11484 review449081003 (grafted from c0b209d2dcd7462aefdecefb1cfb06a18759f030) di

[tryton-commits] changeset in trytond:6.2 Ignore invalid Reference field when rea...

2022-06-02 Thread Cédric Krier
changeset 023a1e8364ac in trytond:6.2 details: https://hg.tryton.org/trytond?cmd=changeset&node=023a1e8364ac description: Ignore invalid Reference field when reading related fields issue11484 review449081003 (grafted from c0b209d2dcd7462aefdecefb1cfb06a18759f030) di

[tryton-commits] changeset in trytond:6.0 Ignore invalid Reference field when rea...

2022-06-02 Thread Cédric Krier
changeset 0e36574311f8 in trytond:6.0 details: https://hg.tryton.org/trytond?cmd=changeset&node=0e36574311f8 description: Ignore invalid Reference field when reading related fields issue11484 review449081003 (grafted from c0b209d2dcd7462aefdecefb1cfb06a18759f030) di

[tryton-commits] changeset in trytond:6.4 Ignore write and delete rule domains if...

2022-06-02 Thread Cédric Krier
changeset e657564e3359 in trytond:6.4 details: https://hg.tryton.org/trytond?cmd=changeset&node=e657564e3359 description: Ignore write and delete rule domains if they are the same as the read domain issue11480 review419121003 (grafted from 9907fbf058a69b0e1520d3b7f

[tryton-commits] changeset in trytond:6.2 Ignore write and delete rule domains if...

2022-06-02 Thread Cédric Krier
changeset 1be168e3075f in trytond:6.2 details: https://hg.tryton.org/trytond?cmd=changeset&node=1be168e3075f description: Ignore write and delete rule domains if they are the same as the read domain issue11480 review419121003 (grafted from 9907fbf058a69b0e1520d3b7f

[tryton-commits] changeset in trytond:6.0 Ignore write and delete rule domains if...

2022-06-02 Thread Cédric Krier
changeset f0038b0a1844 in trytond:6.0 details: https://hg.tryton.org/trytond?cmd=changeset&node=f0038b0a1844 description: Ignore write and delete rule domains if they are the same as the read domain issue11480 review419121003 (grafted from 9907fbf058a69b0e1520d3b7f

[tryton-commits] changeset in modules/account_stock_anglo_saxon:default Test acco...

2022-06-02 Thread Cédric Krier
changeset 7820ed6e4efd in modules/account_stock_anglo_saxon:default details: https://hg.tryton.org/modules/account_stock_anglo_saxon?cmd=changeset&node=7820ed6e4efd description: Test account debit/credit using account user issue11535 diffstat: tests/scenario_account_stock_anglo_

[tryton-commits] changeset in modules/account:6.4 Prepare release 6.4.1 [skip ci]

2022-06-03 Thread Cédric Krier
changeset ea4a7f291d30 in modules/account:6.4 details: https://hg.tryton.org/modules/account?cmd=changeset&node=ea4a7f291d30 description: Prepare release 6.4.1 [skip ci] diffstat: CHANGELOG | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diffs (10 lines): diff -r 47a7d5c83171

[tryton-commits] changeset in modules/account:6.4 Add tag 6.4.1 [skip ci]

2022-06-03 Thread Cédric Krier
changeset c722280653ae in modules/account:6.4 details: https://hg.tryton.org/modules/account?cmd=changeset&node=c722280653ae description: Add tag 6.4.1 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r ea4a7f291d30 -r c72228065

[tryton-commits] changeset in modules/account:6.4 Increase version number

2022-06-03 Thread Cédric Krier
changeset 0da16af7d520 in modules/account:6.4 details: https://hg.tryton.org/modules/account?cmd=changeset&node=0da16af7d520 description: Increase version number diffstat: tryton.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 lines): diff -r c722280653ae -r 0da1

[tryton-commits] changeset in modules/account:6.2 Prepare release 6.2.7 [skip ci]

2022-06-03 Thread Cédric Krier
changeset 82c5c3fe9da3 in modules/account:6.2 details: https://hg.tryton.org/modules/account?cmd=changeset&node=82c5c3fe9da3 description: Prepare release 6.2.7 [skip ci] diffstat: CHANGELOG | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diffs (10 lines): diff -r 01769e9c78ed

[tryton-commits] changeset in modules/account:6.2 Add tag 6.2.7 [skip ci]

2022-06-03 Thread Cédric Krier
changeset 7881321c95ee in modules/account:6.2 details: https://hg.tryton.org/modules/account?cmd=changeset&node=7881321c95ee description: Add tag 6.2.7 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r 82c5c3fe9da3 -r 7881321c9

[tryton-commits] changeset in modules/account:6.2 Increase version number

2022-06-03 Thread Cédric Krier
changeset 745eac45f8e1 in modules/account:6.2 details: https://hg.tryton.org/modules/account?cmd=changeset&node=745eac45f8e1 description: Increase version number diffstat: tryton.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 lines): diff -r 7881321c95ee -r 745e

[tryton-commits] changeset in modules/account:6.0 Prepare release 6.0.11 [skip ci]

2022-06-03 Thread Cédric Krier
changeset c14b34ce88b5 in modules/account:6.0 details: https://hg.tryton.org/modules/account?cmd=changeset&node=c14b34ce88b5 description: Prepare release 6.0.11 [skip ci] diffstat: CHANGELOG | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diffs (10 lines): diff -r df40bc7e722

[tryton-commits] changeset in modules/account:6.0 Add tag 6.0.11 [skip ci]

2022-06-03 Thread Cédric Krier
changeset 08cf1774d34b in modules/account:6.0 details: https://hg.tryton.org/modules/account?cmd=changeset&node=08cf1774d34b description: Add tag 6.0.11 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r c14b34ce88b5 -r 08cf1774

[tryton-commits] changeset in modules/account:6.0 Increase version number

2022-06-03 Thread Cédric Krier
changeset f6ab5fe8c4cd in modules/account:6.0 details: https://hg.tryton.org/modules/account?cmd=changeset&node=f6ab5fe8c4cd description: Increase version number diffstat: tryton.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 lines): diff -r 08cf1774d34b -r f6ab

[tryton-commits] changeset in modules/account:5.0 Prepare release 5.0.25 [skip ci]

2022-06-03 Thread Cédric Krier
changeset bb09a2633461 in modules/account:5.0 details: https://hg.tryton.org/modules/account?cmd=changeset&node=bb09a2633461 description: Prepare release 5.0.25 [skip ci] diffstat: CHANGELOG | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diffs (10 lines): diff -r 69293e5e5c9

[tryton-commits] changeset in modules/account:5.0 Add tag 5.0.25 [skip ci]

2022-06-03 Thread Cédric Krier
changeset babce4c80a4a in modules/account:5.0 details: https://hg.tryton.org/modules/account?cmd=changeset&node=babce4c80a4a description: Add tag 5.0.25 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r bb09a2633461 -r babce4c8

[tryton-commits] changeset in modules/account:5.0 Increase version number

2022-06-03 Thread Cédric Krier
changeset 037869b1e733 in modules/account:5.0 details: https://hg.tryton.org/modules/account?cmd=changeset&node=037869b1e733 description: Increase version number diffstat: tryton.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 lines): diff -r babce4c80a4a -r 0378

[tryton-commits] changeset in modules/account_fr_chorus:6.2 Prepare release 6.2.1...

2022-06-03 Thread Cédric Krier
(see mercurial logs for details) diff -r affc5a99dd72 -r 6aa24136cdd2 COPYRIGHT --- a/COPYRIGHT Fri Apr 29 23:42:52 2022 +0200 +++ b/COPYRIGHT Fri Jun 03 19:35:38 2022 +0200 @@ -1,4 +1,4 @@ -Copyright (C) 2018-2021 Cédric Krier +Copyright (C) 2018-2022 Cédric Krier This program is free software:

[tryton-commits] changeset in modules/account_fr_chorus:6.2 Add tag 6.2.1 [skip ci]

2022-06-03 Thread Cédric Krier
changeset 10a53d6bc4f1 in modules/account_fr_chorus:6.2 details: https://hg.tryton.org/modules/account_fr_chorus?cmd=changeset&node=10a53d6bc4f1 description: Add tag 6.2.1 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r 6aa2

[tryton-commits] changeset in modules/account_fr_chorus:6.2 Increase version number

2022-06-03 Thread Cédric Krier
changeset 545adea046f7 in modules/account_fr_chorus:6.2 details: https://hg.tryton.org/modules/account_fr_chorus?cmd=changeset&node=545adea046f7 description: Increase version number diffstat: tryton.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 lines): diff -r

[tryton-commits] changeset in modules/account_fr_chorus:6.0 Prepare release 6.0.3...

2022-06-03 Thread Cédric Krier
(see mercurial logs for details) diff -r f0a79aae331b -r 28d757df4677 COPYRIGHT --- a/COPYRIGHT Fri Apr 29 23:42:52 2022 +0200 +++ b/COPYRIGHT Fri Jun 03 19:36:41 2022 +0200 @@ -1,4 +1,4 @@ -Copyright (C) 2018-2021 Cédric Krier +Copyright (C) 2018-2022 Cédric Krier This program is free software:

[tryton-commits] changeset in modules/account_fr_chorus:6.0 Add tag 6.0.3 [skip ci]

2022-06-03 Thread Cédric Krier
changeset b056e4d8a22e in modules/account_fr_chorus:6.0 details: https://hg.tryton.org/modules/account_fr_chorus?cmd=changeset&node=b056e4d8a22e description: Add tag 6.0.3 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r 28d7

[tryton-commits] changeset in modules/account_fr_chorus:6.0 Increase version number

2022-06-03 Thread Cédric Krier
changeset 87955206043d in modules/account_fr_chorus:6.0 details: https://hg.tryton.org/modules/account_fr_chorus?cmd=changeset&node=87955206043d description: Increase version number diffstat: tryton.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 lines): diff -r

[tryton-commits] changeset in modules/account_fr_chorus:5.0 Prepare release 5.0.6...

2022-06-03 Thread Cédric Krier
(see mercurial logs for details) diff -r f03428f7559a -r 30d0a54dd078 COPYRIGHT --- a/COPYRIGHT Fri Apr 29 23:42:52 2022 +0200 +++ b/COPYRIGHT Fri Jun 03 19:37:26 2022 +0200 @@ -1,4 +1,4 @@ -Copyright (C) 2018-2021 Cédric Krier +Copyright (C) 2018-2022 Cédric Krier This program is free software:

[tryton-commits] changeset in modules/account_fr_chorus:5.0 Add tag 5.0.6 [skip ci]

2022-06-03 Thread Cédric Krier
changeset e2633d699f94 in modules/account_fr_chorus:5.0 details: https://hg.tryton.org/modules/account_fr_chorus?cmd=changeset&node=e2633d699f94 description: Add tag 5.0.6 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff -r 30d0

[tryton-commits] changeset in modules/account_fr_chorus:5.0 Increase version number

2022-06-03 Thread Cédric Krier
changeset 163f9d17aef4 in modules/account_fr_chorus:5.0 details: https://hg.tryton.org/modules/account_fr_chorus?cmd=changeset&node=163f9d17aef4 description: Increase version number diffstat: tryton.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 lines): diff -r

[tryton-commits] changeset in modules/account_invoice_stock:6.4 Prepare release 6...

2022-06-03 Thread Cédric Krier
changeset 3c37736a7b0d in modules/account_invoice_stock:6.4 details: https://hg.tryton.org/modules/account_invoice_stock?cmd=changeset&node=3c37736a7b0d description: Prepare release 6.4.1 [skip ci] diffstat: CHANGELOG | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diffs (10

[tryton-commits] changeset in modules/account_invoice_stock:6.4 Add tag 6.4.1 [sk...

2022-06-03 Thread Cédric Krier
changeset d7cdb64415b7 in modules/account_invoice_stock:6.4 details: https://hg.tryton.org/modules/account_invoice_stock?cmd=changeset&node=d7cdb64415b7 description: Add tag 6.4.1 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff

[tryton-commits] changeset in modules/account_invoice_stock:6.4 Increase version ...

2022-06-03 Thread Cédric Krier
changeset 024732535f4b in modules/account_invoice_stock:6.4 details: https://hg.tryton.org/modules/account_invoice_stock?cmd=changeset&node=024732535f4b description: Increase version number diffstat: tryton.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 lines):

[tryton-commits] changeset in modules/account_invoice_stock:6.2 Prepare release 6...

2022-06-03 Thread Cédric Krier
Bug fixes (see mercurial logs for details) * Compute warehouse for invoice line diff -r 8674ef6010bf -r a4a66fe3ed06 COPYRIGHT --- a/COPYRIGHT Wed May 11 23:16:13 2022 +0200 +++ b/COPYRIGHT Fri Jun 03 19:33:03 2022 +0200 @@ -1,5 +1,5 @@ -Copyright (C) 2014-2021 Cédric Krier. -Copyright (C) 2014-

[tryton-commits] changeset in modules/account_invoice_stock:6.2 Add tag 6.2.1 [sk...

2022-06-03 Thread Cédric Krier
changeset b098b962961a in modules/account_invoice_stock:6.2 details: https://hg.tryton.org/modules/account_invoice_stock?cmd=changeset&node=b098b962961a description: Add tag 6.2.1 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff

[tryton-commits] changeset in modules/account_invoice_stock:6.2 Increase version ...

2022-06-03 Thread Cédric Krier
changeset a636f6f1b235 in modules/account_invoice_stock:6.2 details: https://hg.tryton.org/modules/account_invoice_stock?cmd=changeset&node=a636f6f1b235 description: Increase version number diffstat: tryton.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 lines):

[tryton-commits] changeset in modules/account_invoice_stock:6.0 Prepare release 6...

2022-06-03 Thread Cédric Krier
Bug fixes (see mercurial logs for details) * Manage price correction from supplier invoice diff -r 025254220f89 -r 8b662bc9c094 COPYRIGHT --- a/COPYRIGHT Wed May 11 23:16:13 2022 +0200 +++ b/COPYRIGHT Fri Jun 03 19:34:14 2022 +0200 @@ -1,5 +1,5 @@ -Copyright (C) 2014-2021 Cédric Krier. -Copyrigh

[tryton-commits] changeset in modules/account_invoice_stock:6.0 Add tag 6.0.1 [sk...

2022-06-03 Thread Cédric Krier
changeset 2a8a741a0974 in modules/account_invoice_stock:6.0 details: https://hg.tryton.org/modules/account_invoice_stock?cmd=changeset&node=2a8a741a0974 description: Add tag 6.0.1 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff

[tryton-commits] changeset in modules/account_invoice_stock:6.0 Increase version ...

2022-06-03 Thread Cédric Krier
changeset 5fe2021f2f51 in modules/account_invoice_stock:6.0 details: https://hg.tryton.org/modules/account_invoice_stock?cmd=changeset&node=5fe2021f2f51 description: Increase version number diffstat: tryton.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 lines):

[tryton-commits] changeset in modules/account_payment_clearing:6.4 Prepare releas...

2022-06-03 Thread Cédric Krier
changeset 8ecfe72d in modules/account_payment_clearing:6.4 details: https://hg.tryton.org/modules/account_payment_clearing?cmd=changeset&node=8ecfe72d description: Prepare release 6.4.1 [skip ci] diffstat: CHANGELOG | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff

[tryton-commits] changeset in modules/account_payment_clearing:6.4 Add tag 6.4.1 ...

2022-06-03 Thread Cédric Krier
changeset 5f69cbedfeb1 in modules/account_payment_clearing:6.4 details: https://hg.tryton.org/modules/account_payment_clearing?cmd=changeset&node=5f69cbedfeb1 description: Add tag 6.4.1 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines):

[tryton-commits] changeset in modules/account_payment_clearing:6.4 Increase versi...

2022-06-03 Thread Cédric Krier
changeset 9f93af096882 in modules/account_payment_clearing:6.4 details: https://hg.tryton.org/modules/account_payment_clearing?cmd=changeset&node=9f93af096882 description: Increase version number diffstat: tryton.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 li

[tryton-commits] changeset in modules/account_stock_landed_cost:6.4 Add tag 6.4.1...

2022-06-03 Thread Cédric Krier
changeset c247bb3652f8 in modules/account_stock_landed_cost:6.4 details: https://hg.tryton.org/modules/account_stock_landed_cost?cmd=changeset&node=c247bb3652f8 description: Add tag 6.4.1 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines

[tryton-commits] changeset in modules/account_stock_landed_cost:6.4 Increase vers...

2022-06-03 Thread Cédric Krier
changeset bd0f8d82828d in modules/account_stock_landed_cost:6.4 details: https://hg.tryton.org/modules/account_stock_landed_cost?cmd=changeset&node=bd0f8d82828d description: Increase version number diffstat: tryton.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10

[tryton-commits] changeset in modules/account_stock_landed_cost:6.2 Prepare relea...

2022-06-03 Thread Cédric Krier
2-03 * Bug fixes (see mercurial logs for details) diff -r 56dc600a4c8d -r bfd89051a04a COPYRIGHT --- a/COPYRIGHT Wed May 11 11:26:36 2022 +0200 +++ b/COPYRIGHT Fri Jun 03 19:27:48 2022 +0200 @@ -1,5 +1,5 @@ -Copyright (C) 2015-2021 Cédric Krier. -Copyright (C) 2015-2021 B2CK SPRL. +Copyright (C)

[tryton-commits] changeset in modules/account_stock_landed_cost:6.4 Prepare relea...

2022-06-03 Thread Cédric Krier
changeset 3da97ae0c1de in modules/account_stock_landed_cost:6.4 details: https://hg.tryton.org/modules/account_stock_landed_cost?cmd=changeset&node=3da97ae0c1de description: Prepare release 6.4.1 [skip ci] diffstat: CHANGELOG | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) di

[tryton-commits] changeset in modules/account_stock_landed_cost:6.2 Add tag 6.2.2...

2022-06-03 Thread Cédric Krier
changeset 38c9ed37c2d8 in modules/account_stock_landed_cost:6.2 details: https://hg.tryton.org/modules/account_stock_landed_cost?cmd=changeset&node=38c9ed37c2d8 description: Add tag 6.2.2 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines

[tryton-commits] changeset in modules/account_stock_landed_cost:6.2 Increase vers...

2022-06-03 Thread Cédric Krier
changeset ccb5ca9458a7 in modules/account_stock_landed_cost:6.2 details: https://hg.tryton.org/modules/account_stock_landed_cost?cmd=changeset&node=ccb5ca9458a7 description: Increase version number diffstat: tryton.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10

[tryton-commits] changeset in modules/account_stock_landed_cost:6.0 Add tag 6.0.3...

2022-06-03 Thread Cédric Krier
changeset b6e699033833 in modules/account_stock_landed_cost:6.0 details: https://hg.tryton.org/modules/account_stock_landed_cost?cmd=changeset&node=b6e699033833 description: Add tag 6.0.3 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines

[tryton-commits] changeset in modules/account_stock_landed_cost:6.0 Prepare relea...

2022-06-03 Thread Cédric Krier
2-03 * Bug fixes (see mercurial logs for details) diff -r d733f68563f1 -r 039bcd75c290 COPYRIGHT --- a/COPYRIGHT Wed May 11 11:26:36 2022 +0200 +++ b/COPYRIGHT Fri Jun 03 19:29:05 2022 +0200 @@ -1,5 +1,5 @@ -Copyright (C) 2015-2021 Cédric Krier. -Copyright (C) 2015-2021 B2CK SPRL. +Copyright (C)

[tryton-commits] changeset in modules/account_stock_landed_cost:6.0 Increase vers...

2022-06-03 Thread Cédric Krier
changeset 2cf56c0c004e in modules/account_stock_landed_cost:6.0 details: https://hg.tryton.org/modules/account_stock_landed_cost?cmd=changeset&node=2cf56c0c004e description: Increase version number diffstat: tryton.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10

[tryton-commits] changeset in modules/account_stock_landed_cost:5.0 Prepare relea...

2022-06-03 Thread Cédric Krier
6-17 * Bug fixes (see mercurial logs for details) diff -r f430bd94e505 -r f2ed97874261 COPYRIGHT --- a/COPYRIGHT Wed May 11 11:26:36 2022 +0200 +++ b/COPYRIGHT Fri Jun 03 19:30:09 2022 +0200 @@ -1,5 +1,5 @@ -Copyright (C) 2015-2021 Cédric Krier. -Copyright (C) 2015-2021 B2CK SPRL. +Copyright (C)

[tryton-commits] changeset in modules/account_stock_landed_cost:5.0 Add tag 5.0.4...

2022-06-03 Thread Cédric Krier
changeset 08b5399426fa in modules/account_stock_landed_cost:5.0 details: https://hg.tryton.org/modules/account_stock_landed_cost?cmd=changeset&node=08b5399426fa description: Add tag 5.0.4 [skip ci] diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines

<    2   3   4   5   6   7   8   9   10   11   >