Cédric Krier pushed to branch branch/6.0 at Tryton / Tryton
Commits: 3322a2bd by Cédric Krier at 2023-12-02T12:02:16+01:00 Wait until the expected result is fetched in Shopify test scenario Closes #12794 (grafted from dd11633bfa87f06b7c7f18a8bd444cb468582da2) - - - - - 796ea4eb by Cédric Krier at 2023-12-02T12:02:10+01:00 Wait until the expected result is fetched in Stripe test scenario Closes #12221 (grafted from 308c41a979f1ed1ffdd713f2dd00a729c902bb0d) - - - - - ed9ab724 by Cédric Krier at 2024-01-02T17:02:23+01:00 Use transaction date for accounting date when importing AEB43 statement Closes #12886 (grafted from 8ec4668ff251e147fdd80e25b65de4201811c5df) - - - - - 4c1ec225 by Cédric Krier at 2024-01-06T22:56:46+01:00 Return children length only if children field is loaded Closes #12906 (grafted from 096fbc73811d10b4d0860290c79ee7047342e545) - - - - - 8a0a42d4 by Cédric Krier at 2024-01-03T13:30:22+01:00 Save invoice before adding recalled lines from sale advance payment Closes #12889 (grafted from c29cbc1bda0c75a6eee0653240d5c76309aafb57) - - - - - 76b91cd4 by Cédric Krier at 2024-01-07T19:11:58+01:00 Display the actual wrong ids in domain rule error message Closes #12907 (grafted from 4ebe825f8202d35630c08b0fbd5d1c93bd9124c3) - - - - - cc3340ef by Cédric Krier at 2024-01-09T19:42:05+01:00 Use today as planned date for assigned move The inclusion of the assigned move in the computation must be coherent between quantity and delta. Closes #12914 (grafted from 0504da7e1abba6df691519b60c4fa8ac3a54e40a) - - - - - b02c4be9 by Cédric Krier at 2024-01-15T23:48:50+01:00 Prevent modify mutable cached value The cached values are copied when set and copied again when returned so the stored values can never be modified. Closes #9558 (grafted from 7bbbb91621ab3759dfdc04de3aa1754c89ef145d) - - - - - a031877a by Cédric Krier at 2024-01-28T00:34:12+01:00 Add template filters after being cached The MemoryCache copy the stored template since 7bbbb91621ab but Genshi Template clear the filters when copied. Closes #12963 (grafted from 3111fe5130705da70e46b07e4b7cb47012430964) - - - - - 12 changed files: - 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_aeb43/statement.py - modules/sale_advance_payment/sale.py - modules/stock/move.py - modules/stock/tests/test_stock.py - sao/src/view/tree.js - trytond/trytond/cache.py - trytond/trytond/model/modelsql.py - trytond/trytond/report/report.py - trytond/trytond/tests/test_cache.py View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/1fc189fc6ec84daebc3fe02c340b3fd1e43f7ca4...a031877afd0594cea3656fb9e3f6d646d2e4855f -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/1fc189fc6ec84daebc3fe02c340b3fd1e43f7ca4...a031877afd0594cea3656fb9e3f6d646d2e4855f You're receiving this email because of your account on foss.heptapod.net.