Cédric Krier pushed to branch branch/7.4 at Tryton / Tryton
Commits: f673b89b1b71 by Cédric Krier at 2025-09-05T16:52:11+02:00 Only validate packing for shipments with a shipping service Closes #14217 (grafted from fdbede0855a038971de28477b4935838d19e493d) - - - - - 7a1b58c15ac2 by Alex Alias Montserrar at 2025-09-14T11:47:59+02:00 Test if address has a country before display country name in SEPA mandate report Closes #14020 (grafted from 3f33d61ce4b3420e385d9a9fa6cd86d2ac455c7d) - - - - - 92e2b46679da by Nicolas Évrard at 2025-09-14T15:27:16+02:00 Get name for wizards not linked to a model Closes #14033 (grafted from 20cdba7a1bf3738eba3d474d4d5f366a758d1010) - - - - - 13b84f9a08a2 by Cédric Krier at 2025-09-18T07:48:50+02:00 Restore limit when searching for searching for wizard name 20cdba7a1bf3 removed the limit but it is still needed to extract the single record. Closes #14238 (grafted from 303d517654fcbee0369a27e752e312bd9b722d1c) - - - - - e8ed922efd44 by Cédric Krier at 2025-08-29T14:44:26+02:00 Refund Shopify order also when the sale state is done If nothing has been shipped, the shipment state is "None" but the sale state is "Done". Closes #14208 (grafted from 05119ff90b8b390718f2bf1390a7307bd0a8dcfc) - - - - - db4315527463 by Cédric Krier at 2025-09-05T17:57:12+02:00 Refund Shopify shipping cost when no shipment was sent Closes #14218 (grafted from 625870f96642a68ac302b0870cae0d59b6488e3a) - - - - - 262f0e3a0329 by Cédric Krier at 2025-09-08T14:05:05+02:00 Compare compact format of contact mechanism when updating Shopify customer Closes #14211 (grafted from ec97714ff8ca390738a1aad5c588b5e2e0bc39e4) - - - - - 7bdefd3dc886 by Cédric Krier at 2025-09-04T10:37:26+02:00 Use the presentment currency of the Shopify order for the sale currency Closes #14214 (grafted from e1f8cd495429eae5b7015a8e92e55f068d645375) - - - - - 4d529b80cb21 by Cédric Krier at 2025-09-10T00:53:45+02:00 Use the length of data to generate color scheme on pie chart We need a different color for each data instead of each y field. Closes #14221 (grafted from b2342474d157c0986255a1f71afef93fb142bf09) - - - - - 72e5c5c10652 by Cédric Krier at 2025-09-10T00:56:46+02:00 Keep original order for data on pie chart Closes #14222 (grafted from 69fb0b49980da7a5b7629470db9c438e7da8a9af) - - - - - e59c2ca575d8 by Cédric Krier at 2025-09-20T09:07:18+02:00 Patch global PATH variable of filestore in test Changing the configuration value is not enough as its value is cached in the global variable. Closes #14248 (grafted from 2967a503290b9b6d724a1da46b80523e75536179) - - - - - a3c0ec06f350 by Cédric Krier at 2025-09-16T10:57:50+02:00 Do not try to fulfill move not linked to a Shopify order line Closes #14232 (grafted from 4da957dfedc2f2c7ee440e620e168525a848d363) - - - - - a9b4e8bb7be8 by Cédric Krier at 2025-09-17T13:23:09+02:00 Use current total price when creating sale from Shopify order At the creation the order may already have the total price modified by refund etc. Closes #14234 (grafted from 1f2cf9e448a166ef67864916031b703ffbf8befa) - - - - - 3da5005dca43 by Cédric Krier at 2025-09-17T15:21:54+02:00 Update sale addresses also for guest party from Shopify order If the guest party is set back because the customer has been removed on Shopify, the addresses must be also set back to those from the guest party. Closes #14235 (grafted from 249eae0d009b54b6c01150dbe261dde8475afdb3) - - - - - f4914a244fd4 by Cédric Krier at 2025-09-17T16:25:56+02:00 Enforce the same party only for draft payments of sales Closes #14236 (grafted from cd68638b1b9ed85a76efe3a74b54cf04eb984a8e) - - - - - c580372a4e85 by Cédric Krier at 2025-09-17T16:28:04+02:00 Enforce the same company, currency and party when the payment origin is a sale Closes #14237 (grafted from 295024584602f5dd69f25127eff487f70a21cf0c) - - - - - 25c0f35f3bf4 by Cédric Krier at 2025-09-19T14:04:29+02:00 Use only components without product from the template as the default components for the product Closes #14246 (grafted from a18da648907c39895f364502b1e361a51439f462) - - - - - 941f27c5a6d5 by Cédric Krier at 2025-09-18T09:08:10+02:00 Make sale_supply_production extras depend on production_routing Closes #14239 (grafted from 471baa5611c28c217cfdf1f972a0185816750e13) - - - - - ee83cbdedc39 by Cédric Krier at 2025-09-18T09:10:45+02:00 Make sale_product_quantity extras depend on sale_point Closes #14240 (grafted from 0f70f1fbfbc411fa0ee233ed5107fb8ada3f751e) - - - - - 16 changed files: - modules/account_payment_sepa/mandate.fodt - modules/product_kit/product.py - modules/sale_payment/account.py - modules/sale_payment/sale.py - modules/sale_product_quantity/tryton.cfg - modules/sale_supply_production/tests/test_module.py - modules/sale_supply_production/tryton.cfg - modules/stock_package_shipping/stock.py - modules/web_shop_shopify/party.py - modules/web_shop_shopify/sale.py - modules/web_shop_shopify/stock.py - modules/web_shop_shopify/tests/scenario_web_shop_shopify.rst - modules/web_shop_shopify/web.py - sao/src/view/graph.js - trytond/trytond/ir/action.py - trytond/trytond/tests/test_filestore.py View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/d20d0b6f0d7b393f03caa1702aa8ae8203bcf4cd...ee83cbdedc39c87582ca0adf6d5799d996de1ff2 -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/d20d0b6f0d7b393f03caa1702aa8ae8203bcf4cd...ee83cbdedc39c87582ca0adf6d5799d996de1ff2 You're receiving this email because of your account on foss.heptapod.net.
