Cédric Krier pushed to branch branch/default at Tryton / Tryton
Commits: ce24d6db by Cédric Krier at 2023-08-02T20:35:13+02:00 Use OR-ed domain when composing clauses from exclusive join When a searcher of a Function field compose a domain using mutually exclusive joins, the boolean operator must always be OR because only one clause is not NULL. Closes #12291 - - - - - 0b1c9f0d by Sergi Almacellas Abellana at 2023-08-02T20:37:15+02:00 Test searching on move's purchase and sale from kit - - - - - 8 changed files: - modules/account_invoice/invoice.py - modules/analytic_purchase/purchase.py - modules/analytic_sale/sale.py - modules/product_kit/common.py - modules/product_kit/stock.py - modules/product_kit/tests/scenario_product_kit_purchase.rst - modules/product_kit/tests/scenario_product_kit_sale.rst - modules/sale_supply_drop_shipment/stock.py View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/f36f6212c3596d5860722535adc80349496d07be...0b1c9f0d8f78954821b62d164f4542658c1f72a2 -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton/-/compare/f36f6212c3596d5860722535adc80349496d07be...0b1c9f0d8f78954821b62d164f4542658c1f72a2 You're receiving this email because of your account on foss.heptapod.net.
