[tryton-commits] [Mercurial][tryton/translations][branch/default] 19 commits: Translated using Weblate (Chinese (Simplified))

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 8729759b by Feng Shu at 2023-10-25T06:44:57+00:00 Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (989 of 989 strings) Translation: Tryton/ir Translate-URL: https://translate.tryton.o

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 6 commits: Use assert_not_called in Mock instead of calling not_called

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: b097604b by Cédric Krier at 2023-10-23T09:34:26+02:00 Use assert_not_called in Mock instead of calling not_called - - - - - ad94a1d3 by Cédric Krier at 2023-10-23T09:33:50+02:00 Rename assertRaisesRegexp into assertRaisesR

[tryton-commits] [Mercurial][tryton/tryton] Pushed new branch topic/default/static-files-route

2023-10-25 Thread Sergi Almacellas Abellana (@pokoli)
Sergi Almacellas Abellana pushed new branch topic/default/static-files-route at Tryton / Tryton -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/tree/topic/default/static-files-route You're receiving this email because of your account on foss.heptapod.net.

[tryton-commits] [Mercurial][tryton/tryton] Pushed new branch topic/default/sphinx-lint-warning-navigation_with_keys

2023-10-25 Thread @ced
Cédric Krier pushed new branch topic/default/sphinx-lint-warning-navigation_with_keys at Tryton / Tryton -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/tree/topic/default/sphinx-lint-warning-navigation_with_keys You're receiving this email because of your account on foss.he

[tryton-commits] [Mercurial][tryton/tryton][topic/default/sphinx-lint-warning-navigation_with_keys] Test lint documentation

2023-10-25 Thread @ced
Cédric Krier pushed to branch topic/default/sphinx-lint-warning-navigation_with_keys at Tryton / Tryton Commits: f6e0df4b by Cédric Krier at 2023-10-25T12:08:26+02:00 Test lint documentation - - - - - 1 changed file: - modules/account/doc/index.rst View it on Heptapod: https://foss.hepta

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not pass this as argument of new_ of One2Many

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 851cee0f by Cédric Krier at 2023-10-19T15:06:43+02:00 Do not pass this as argument of new_ of One2Many 211e8f0bc762 removed the event argument but the conversion to arrow function added this as argument. - - - - - 1 cha

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Disable navigation_with_keys for linting

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: f3558910 by Cédric Krier at 2023-10-25T12:06:34+02:00 Disable navigation_with_keys for linting pydata-sphinx-theme 0.14.2 raises a warning with the default value of navigation_with_keys. Closes #12666 - - - - - 1 chang

[tryton-commits] [Mercurial][tryton/translations][branch/default] 19 commits: Translated using Weblate (Catalan)

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Translations Commits: 68bdec9b by Sergi Almacellas Abellana at 2023-10-25T08:03:14+00:00 Translated using Weblate (Catalan) Currently translated at 100.0% (389 of 389 strings) Translation: Tryton/tryton Translate-URL: https://translate.

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not fail to sum cost when move has not cost price for allocation by cost

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 1caec43a by Cédric Krier at 2023-10-13T15:07:29+02:00 Do not fail to sum cost when move has not cost price for allocation by cost Since b1d0590ca501 set_shipment_cost can be called on shipment that are not yet done. Clos

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Clear cached string of selection fields when client changes the value

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 850f901b by Cédric Krier at 2023-10-19T15:49:30+02:00 Clear cached string of selection fields when client changes the value Closes #12656 - - - - - 3 changed files: - sao/src/model.js - tryton/tryton/gui/window/view_fo

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Defer invoice line only once

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 7c72d42d by Cédric Krier at 2023-10-21T00:48:14+02:00 Defer invoice line only once The post method can be called multiple times for an invoice by process but only one deferral is allowed by line. Also the initial draft de

[tryton-commits] [Mercurial][tryton/tryton][branch/default] 2 commits: Do not raise StopIteration when calling pairwise with empty iterable

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: bf2f33fe by Cédric Krier at 2023-10-18T18:28:04+02:00 Do not raise StopIteration when calling pairwise with empty iterable Closes #12652 - - - - - 013ae027 by Cédric Krier at 2023-10-18T23:11:07+02:00 Add pairwise_longest

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Allow to search on default UoM of stock lot

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 09a961f1 by Cédric Krier at 2023-10-21T01:03:21+02:00 Allow to search on default UoM of stock lot Since e49aaf8553e1, default UoM of "Lots by Locations" has a searcher using the default UoM of the stock lot. Closes #125

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not test active clause of dunning being in a set

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: dc6e0019 by Cédric Krier at 2023-10-21T14:29:59+02:00 Do not test active clause of dunning being in a set The clause may contain unhashable types. Closes #12590 - - - - - 1 changed file: - modules/account_payment/acco

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not fail when reconciling an empty list

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 2f04f787 by Cédric Krier at 2023-10-21T15:46:53+02:00 Do not fail when reconciling an empty list Closes #12626 - - - - - 1 changed file: - modules/account/move.py View it on Heptapod: https://foss.heptapod.net/tryto

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not fail on DNSException when running test

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: fa575f96 by Cédric Krier at 2023-10-21T16:22:50+02:00 Do not fail on DNSException when running test Closes #12628 - - - - - 2 changed files: - trytond/setup.py - trytond/trytond/tools/email_.py View it on Heptapod:

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Limit colspan to the number columns

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 51eb1ea5 by Cédric Krier at 2023-10-22T17:22:29+02:00 Limit colspan to the number columns Since e5446fb8d4ce the colspan value is used the grid css rules so it must be limited to the number of columns. Closes #12655 - -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Deduce from credit amount only sales from the user's company

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 27f9dfa2 by Cédric Krier at 2023-10-21T13:08:50+02:00 Deduce from credit amount only sales from the user's company Since #4080 the record rules are no more enforced on getter of Function fields. Closes #12586 - - - - -

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Update existing initiator ID from 'es_nif' to 'es_vat'

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 3219e81c by Cédric Krier at 2023-10-21T15:43:14+02:00 Update existing initiator ID from 'es_nif' to 'es_vat' Since 5493c9eca111 the identifiers use the vat alias. Closes #12624 - - - - - 1 changed file: - modules/acco

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Do not change line type when calling on_change_product

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: d7983af6 by Cédric Krier at 2023-10-22T10:36:20+02:00 Do not change line type when calling on_change_product The wizard to modify header calls on_change_product on all lines but their type must not change. Closes #12633

[tryton-commits] [Mercurial][tryton/tryton][branch/default] Depend on product supplier unit to compute unit on price

2023-10-25 Thread @ced
Cédric Krier pushed to branch branch/default at Tryton / Tryton Commits: 8de5ef43 by Cédric Krier at 2023-10-22T12:37:04+02:00 Depend on product supplier unit to compute unit on price The initial implementation 6a6b4ef53946 wrongly define the depends for the function. Closes #12653 - - - - -