Cédric Krier pushed to branch branch/7.0 at Tryton / Tryton
Commits: a7246158 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) - - - - - 0317bde7 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) - - - - - d33702ea 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) - - - - - 8559f76b 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) - - - - - 74577efb by Cédric Krier at 2024-01-10T14:15:52+01:00 Do not translate quantity placeholder in sale and purchase messages Closes #12919 (grafted from cb1addeec66516c873f0c6a62c1787e5ba2a5612) - - - - - c837aa63 by Cédric Krier at 2024-01-11T22:02:48+01:00 Return list of instance as result of test recurrence rule wizard Since 0db956eb2505 the on_change_with for xxx2Many must return a list of instances. Closes #12885 (grafted from 4c79c26ae0c62a81e97d354eda6eddf95d7463b9) - - - - - 5ff1dddf 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) - - - - - c561dfdb 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) - - - - - 093e5038 by Cédric Krier at 2024-01-08T14:28:38+01:00 Allow selecting blanket agreement line without supplier/customer product When the order line as a supplier/customer product, we should allow to select blanket agreement line with the same product or without any product. Because the supplier/customer product may be added after the blanket agreement is running. Closes #12909 (grafted from c397ef500313f85fc7f3552786e98237d4036441) - - - - - e4431b79 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) - - - - - 950cbc70 by Sergi Almacellas Abellana at 2023-12-05T09:34:46+01:00 Fix typo in set_context call when computing sale cash rounded amounts Closes #12800 (grafted from 84648680b6ff1815083178a9b7be8c4415f7b1ac) - - - - - 7dd27e40 by Cédric Krier at 2024-01-05T19:57:49+01:00 Find module paths using entry points Closes #12900 (grafted from d9ef251eee77a95b3f0c5be9c6c036790072439f) - - - - - 95edf00e 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) - - - - - 15024bcd by Cédric Krier at 2024-01-05T17:55:17+01:00 Process for supply sales with the same warehouse The product quantities must be from the same warehouse. Closes #12902 (grafted from e2e5b050bd95f092ee52c41ed871af541b5492ba) - - - - - cad92ffd by Cédric Krier at 2024-01-05T17:56:07+01:00 Use only forecast quantity to process supply on sale Closes #12901 (grafted from 2186d574c5cc98b4c4c0b985e95c4c8244ee30c7) - - - - - 0b5a14b2 by Cédric Krier at 2024-01-18T10:02:22+01:00 Process for supply sales with the same company Closes #12945 (grafted from af4b2d33f6d4e7116f43bef4124c362399bbc0f7) - - - - - e5ef8b01 by Cédric Krier at 2024-01-20T00:01:38+01:00 Update request stock move to draft when sale line has no purchase request When the purchase request is deleted and the process does not require to recreate a purchase request, the request stock moves must be updated to draft. Closes #12903 (grafted from 4906a3e001d535280b142a360fe62e219cc66a50) - - - - - 69431b27 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) - - - - - 26 changed files: - modules/account_cash_rounding/sale.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_aeb43/statement.py - modules/purchase/locale/fr.po - modules/purchase_blanket_agreement/purchase.py - modules/sale/locale/fr.po - modules/sale_advance_payment/sale.py - modules/sale_product_customer/sale.py - modules/sale_subscription/recurrence.py - modules/sale_supply/sale.py - modules/stock/move.py - modules/stock/tests/test_module.py - modules/web_shop_shopify/tests/scenario_web_shop_shopify.rst - modules/web_shop_shopify/tests/scenario_web_shop_shopify_secondary_unit.rst - sao/src/view/tree.js - trytond/doc/ref/tools/misc.rst - trytond/trytond/cache.py - trytond/trytond/const.py - trytond/trytond/model/modelsql.py - trytond/trytond/modules/__init__.py - trytond/trytond/report/report.py - trytond/trytond/tests/test_cache.py - trytond/trytond/tools/__init__.py - trytond/trytond/tools/misc.py View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/ec7ffff922fcc74a649f5225ef45f16cbb02c02d...69431b27bb0ba6f641296cd2564d8802ea97cf78 -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/ec7ffff922fcc74a649f5225ef45f16cbb02c02d...69431b27bb0ba6f641296cd2564d8802ea97cf78 You're receiving this email because of your account on foss.heptapod.net.