[tryton-commits] [Mercurial][tryton/tryton][branch/default] Rename reconciliation name to number

2023-01-16 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 5ea05f86 by Cédric Krier at 2023-01-08T20:10:39+01:00 Rename reconciliation name to number - - - - - 4 changed files: - modules/account/CHANGELOG - modules/account/move.py -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Pass the grouped instance to the grouping methods

2023-01-16 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: f6e6e192 by Cédric Krier at 2023-01-14T17:25:39+01:00 Pass the grouped instance to the grouping methods This allows more possibilities to implement grouping methods. - - - - - 2 changed files: -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 3 commits: Group only with the fields existing on the shipment

2023-01-16 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: c383c81b by Cédric Krier at 2023-01-14T17:09:52+01:00 Group only with the fields existing on the shipment Closes #11998 - - - - - e56da44a by Cédric Krier at 2023-01-14T17:10:40+01:00 Test shipment grouping with return

[tryton-commits] [Mercurial][tryton/tryton-docker][branch/default] Set LANG to C.UTF-8

2023-01-16 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Docker Commits: 047e3eed by Nicolas Évrard at 2022-12-27T22:30:11+01:00 Set LANG to C.UTF-8 uwsgi overrides the stdout and stderr with its own implementation which do not use the backslashreplace value for the error argument of

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Assign supplied outgoing moves instead of inventory moves

2023-01-16 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: e22f31a0 by Cédric Krier at 2022-12-29T18:19:37+01:00 Assign supplied outgoing moves instead of inventory moves If the output location is the same as the storage location, there is no inventory moves on the outgoing

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Call transaction rollback instead of rollbacked

2023-01-16 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: cae63b85 by Cédric Krier at 2023-01-16T11:40:30+01:00 Call transaction rollback instead of rollbacked Closes #12010 - - - - - 1 changed file: - trytond/trytond/worker.py Changes:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Update parent and replaced_by when template has no taxes

2023-01-16 Thread Sergi Almacellas Abellana (@pokoli)
Sergi Almacellas Abellana pushed to branch branch/default at Tryton / Tryton Commits: 46a73ccc by Sergi Almacellas Abellana at 2023-01-09T14:34:21+01:00 Update parent and replaced_by when template has no taxes Closes #11891 - - - - - 2 changed files: - modules/account/account.py -