Cédric Krier pushed to branch branch/6.8 at Tryton / Tryton
Commits: 9f82c909 by Cédric Krier at 2024-02-03T16:12:12+01:00 Wait for dispute status change in Stripe scenario Closes #12221 (grafted from f733b75a83da63df017c55517a73c9de9895e99c) - - - - - 8f9ebc71 by Maxime Richez at 2024-02-12T23:22:23+01:00 Order journal by matching sequence when searching for match Journals are ordered by default by name instead of matching sequence. Closes #13001 (grafted from 8208738ff1889474331276024c531f914946856e) - - - - - 0465918a by Sergi Almacellas Abellana at 2024-02-12T23:45:14+01:00 Reset amount to pay with Decimal Otherwise amount to pay can not copy sign from line. Closes #13023 (grafted from 30926e7b8b6fe5deaffeea6a9c8efb120ff2b638) - - - - - 1876491d by Cédric Krier at 2024-02-06T12:59:00+01:00 Lock table at transaction start for with_transaction decorator Since c8771e45b861 TransactionError is raised if a table is not locked at the transaction start. The decorator must manage such exception in case the decorated route needs to lock a table. Closes #12962 (grafted from bced72f6282bbb1ec2c58e7af25ca1e5a941b82f) - - - - - 80ecf80e by Cédric Krier at 2024-02-06T13:26:34+01:00 Clear transaction tasks on retry of with_transaction decorator Closes #13008 (grafted from 6ba5facee41af77e391409382d9aef7a6b4b576a) - - - - - d593e01b by Cédric Krier at 2024-02-12T11:59:13+01:00 Test number of dots in name before computing unique value from a domain The type of value may not correspond with the single_value parameter if the domain does not apply directly to the field but to a nested field. Closes #12843 (grafted from 411d5752ff2a1283d65fb457a5c9ac2f399dafb0) - - - - - 35526585 by Cédric Krier at 2024-02-02T19:51:34+01:00 Return all Stripe payment methods instead of only card Closes #12990 (grafted from c14c04f42a434770cfb93310b0ffd15e8335b4d4) - - - - - e913c51e by Cédric Krier at 2024-02-02T19:52:35+01:00 Format direct debit name of Stripe payment method Closes #12990 (grafted from a92e0525c8a8dd570e6b4bca38e8f8ad7097c641) - - - - - a80239a3 by Cédric Krier at 2024-02-20T11:28:45+01:00 Increase maximal number of retries in test scenario When many scenario are run with the same account in parallel, the processing time of Stripe can increase a lot so we need to wait longer. (grafted from f199648a5965ac38dbcebf9205b3527b5dcffea5) - - - - - a947d3ae by Cédric Krier at 2024-02-05T11:51:00+01:00 Clear stock moves in staging when validating amendment Closes #12999 (grafted from abebfcfa0616585fcea20e17b9bafd6413011964) - - - - - 83a6a8b0 by Cédric Krier at 2024-02-05T18:57:28+01:00 Increase transaction counter when erasing party As the erase is done using direct SQL query, the counter is not increased so there is no log event created because the wizard use the counter to determine if there were some modification and thus create a log entry. Closes #13002 (grafted from c1f76346bda026970d8f964f7198dd55e4c1cdc7) - - - - - 4d69f07d by Maxime Richez at 2024-02-22T00:06:28+01:00 Do not enforce empty shipment cost method on cancelled state Closes #13018 (grafted from af89389ef1162e862980c2f380efc1fd1d760f79) - - - - - d88cfb34 by Cédric Krier at 2024-02-12T23:54:07+01:00 Do not copy sale lines when copying purchase requests Closes #12918 (grafted from 3a4693cd3e305eb2b2ae8d34c92ecef275ee9adc) - - - - - 77dd6f1c by Cédric Krier at 2024-02-29T15:36:16+01:00 Do not fail on leap day to create next fiscal year Replace the year of a date is not safe, it is better to use relativedelta. Closes #13064 (grafted from 4b19fb0bc801a784139c0c6245d8649480e13280) - - - - - 19 changed files: - modules/account/journal.py - modules/account/tests/test_module.py - modules/account/view/journal_tree.xml - modules/account_payment_stripe/payment.py - modules/account_payment_stripe/tests/scenario_account_payment_stripe.rst - modules/account_payment_stripe/tests/scenario_account_payment_stripe_dispute.rst - modules/account_payment_stripe/tests/scenario_account_payment_stripe_intent.rst - modules/account_statement/statement.py - modules/party/party.py - modules/purchase_amendment/purchase.py - modules/sale_amendment/sale.py - modules/sale_shipment_cost/sale.py - modules/sale_supply/purchase.py - sao/src/common.js - sao/tests/sao.js - tryton/tryton/common/domain_inversion.py - trytond/trytond/protocols/wrappers.py - trytond/trytond/tests/test_tools.py - trytond/trytond/tools/domain_inversion.py View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/ad5bdfd21ef6a1ef262b0cc7b77fac8b14c0bd5b...77dd6f1cbed0f2156b5f90b77dee11aefaa94c87 -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/ad5bdfd21ef6a1ef262b0cc7b77fac8b14c0bd5b...77dd6f1cbed0f2156b5f90b77dee11aefaa94c87 You're receiving this email because of your account on foss.heptapod.net.
