Pending: 0 Building: 0 Running: 0 Failed: 43
Created Date Type Name Commit Description State Age Up Time Life Time Action
merged Merged from upstream 18 260813 01 Merge remote-tracking branch 'upstream/18.0' into 18.0 Killed
merged [FIX] pos_sale: assert every sale picking is cancelled, not a single one Killed Not started Not finished
merged [FIX] pos_sale: assert every sale picking is cancelled, not a single one [FIX] pos_sale: assert every sale picking is cancelled, not a single one test_settle_order_with_multistep_delivery_receipt reads sale_order.picking_ids.state, assuming the order carries exactly one delivery picking. With the foreign-trade export flow installed, the NL test partner makes the order route its delivery through the customs zone, so two chain pickings exist by the time the POS settles the order — both correctly cancelled — and the singleton access raises "Expected singleton: stock.picking(588, 587)". Assert the actual intent of the test instead ("all the picking are cancelled", per its docstring): the order has pickings and every one of them is cancelled. Still passes on a bare community stack. Killed Not started Not finished
merged Merge from upstream 18 20260812 01 [FIX] hr_holidays: freeze the date of the accrual-levels leave test test_hr_leave_after_adding_accrual_plan_levels (introduced upstream by 55f89ed97965) books a leave covering today + 2 to today + 3 without freezing time. On a Monday-to-Friday calendar any run on a Thursday makes that window fall entirely on the weekend, so the leave counts zero days and action_validate() raises "The following employees are not supposed to work during that period". A bare community checkout of the same commit fails identically, and upstream has not fixed it yet. Freeze the test on a Monday so the leave always lands on working days, the same way 34f6bbfbaf1c already did for another test of this file. Killed
merged Merge from upstream 18 20260812 01 Merge remote-tracking branch 'odoo/18.0' into 18.0 Failed
merged Merge from upstream 18 20260812 01 Merge remote-tracking branch 'odoo/18.0' into 18.0 Killed Not finished
merged Merge from upstream 18 20260808 01 Merge remote-tracking branch 'odoo/18.0' into 18.0 Killed
merged [FIX] point_of_sale: adapt tour helper to integer quantity display [FIX] point_of_sale: adapt tour helper to integer quantity display Commit c63e34ff56fa backported the Odoo 19 behavior of displaying whole-number quantities without a decimal part, but the tour helper still compared the raw expected quantity string ('1.0'/'1.00') against the rendered '1', breaking every orderline check step across the POS test suites. Normalize the expected quantity the same way upstream does in 456a7428f8e3 (order_widget_util.js). Killed
merged [IMP] point_of_sale: hide decimals for integer quantities on receipts [IMP] point_of_sale: hide decimals for integer quantities on receipts Quantities were always formatted with the global 'Product Unit of Measure' decimal precision, so a quantity of 1 was displayed as 1.000 (with a 3-digit precision) on the order screen and the printed receipt, even for countable units such as Units/Piece. Backport the Odoo 19 behavior: whole-number quantities are displayed without a decimal part, while fractional quantities (e.g. 1.5 kg) keep the standard precision-based formatting. Killed Not finished
merged Merged from upstream 18 260724 01 Merge remote-tracking branch 'upstream/18.0' into 18.0 Killed
closed Merged from upstream 18 260722 01 [FIX] account_edi_ubl_cii: skip predictive test when account_accountant feature is absent test_partial_import_product_invoice_predictive needs the Enterprise-only invoice-history predictor (account_accountant); on Viindoo's Community stack it is absent, so the predictive path no-ops and the test asserts a product_id it cannot resolve. Guard by the SAME condition production code uses (payment_state_before_switch field absence) rather than a module name, so it stays correct regardless of which account module is installed. Upstream 9365822e (18.0-only) removed the original ensure_installed('account_accountant') guard as collateral of an unrelated settings-toggle sweep; master still carries a guard. Kept minimal to limit divergence from odoo/odoo. Failed
closed Merged from upstream 18 260722 01 Failed
closed Merged from upstream 18 260722 01 Merge remote-tracking branch 'upstream/18.0' into 18.0 Failed
closed Merged from upstream 18 260716 01 Merge remote-tracking branch 'upstream/18.0' into 18.0 Failed
merged [FIX] point_of_sale: add deterministic tiebreaker to limited product loading [FIX] point_of_sale: add deterministic tiebreaker to limited product loading get_limited_products_loading ordered candidate products by is_favorite, service type, last stock move date and write_date, with no final tiebreaker. When products tie on all of those keys (e.g. non-favorite consumable products with no stock moves created in the same transaction, sharing an identical write_date = transaction_timestamp()), the LIMIT result fell back to PostgreSQL's unspecified physical scan order, making the loaded product set non-deterministic. It surfaced as an intermittent pos_loyalty test_product_loading failure on large installs. Add product_product.id as a final ascending tiebreaker so limited product loading is stable and reproducible. Killed
merged Merged from upstream 18 260707 01 Failed
merged Merge from upstream 18 20260615 01 Merge remote-tracking branch 'odoo/18.0' into 18.0 Failed
closed Merge from upstream 18 20260519 01 Merge remote-tracking branch 'odoo/18.0' into 18.0 Failed
merged Merge from upstream 18 20260512 01 Killed
merged Merge from upstream 18 20260312 01 Merge remote-tracking branch 'odoo/18.0' into 18.0 Killed
merged Merge from upstream 18 20260312 01 Merge remote-tracking branch 'odoo/18.0' into 18.0 Failed
merged [FWD][18.0][I18N] account*: fix i18n Update vi.po Killed
merged Merged from upstream 18 260218 01 Merge remote-tracking branch 'upstream/18.0' into 18.0 Killed
merged Merged from upstream 18 260216 01 Merge remote-tracking branch 'upstream/18.0' into 18.0 Killed
merged Merged from upstream 18 260214 01 Merge remote-tracking branch 'upstream/18.0' into 18.0 Killed
merged Merged from upstream 18 260210 01 Merge remote-tracking branch 'upstream/18.0' into 18.0 Failed
closed Merged from upstream 18 260131 01 Merge remote-tracking branch 'upstream/18.0' into 18.0 Failed
merged Merged from upstream 18 260125 01 Killed
merged Merged from upstream 18 260119 01 Merge remote-tracking branch 'upstream/18.0' into 18.0 Killed
open Merge from upstream 18 20250110 01 Merge remote-tracking branch 'odoo/18.0' into 18.0 Killed
open Merge from upstream 18 20250110 01 Failed
open Merge from upstream 18 20250110 01 Merge remote-tracking branch 'odoo/18.0' into 18.0 Failed
open Merged from upstream 18 260105 01 Merge remote-tracking branch 'upstream/18.0' into 18.0 Killed
merged [FWD][18.0][I18N] stock: fix i18n stock [I18N] *: fix i18n stock, purchase Forward-Port-Of: #1163 Failed
merged [FIX][18.0] stock: fix translation [FIX] stock: fix translation Killed
open Merge from upstream 18 20250915 01 Merge remote-tracking branch 'odoo/18.0' into 18.0 Conflicts: addons/base_setup/i18n/vi.po Killed
merged [I18N] *: forward Vietnamese translations from v17 (override mode) [I18N] *: forward Vietnamese translations from v17 (override mode) Killed
merged [I18N] *: forward Vietnamese translations from v17 (override mode) [I18N] *: forward Vietnamese translations from v17 (override mode) Killed
merged Merge from upstream 18 20250909 01 Merge remote-tracking branch 'odoo/18.0' into 18.0 Conflicts: addons/account/i18n/ja.po addons/account/i18n/vi.po addons/account_debit_note/i18n/vi.po addons/account_fleet/i18n/vi.po addons/analytic/i18n/vi.po addons/auth_totp/i18n/vi.po addons/barcodes/i18n/vi.po addons/barcodes_gs1_nomenclature/i18n/vi.po addons/base_import/i18n/hr.po addons/base_import/i18n/vi.po addons/board/i18n/vi.po addons/calendar/i18n/vi.po addons/crm/i18n/vi.po addons/crm_livechat/i18n/vi.po addons/event/i18n/ro.po addons/event/i18n/vi.po addons/event_booth/i18n/vi.po addons/fleet/i18n/vi.po addons/gamification/i18n/vi.po addons/google_calendar/i18n/vi.po addons/google_gmail/i18n/vi.po addons/google_recaptcha/i18n/vi.po addons/hr/i18n/vi.po addons/hr_attendance/i18n/vi.po addons/hr_contract/i18n/vi.po addons/hr_expense/i18n/vi.po addons/hr_fleet/i18n/vi.po addons/hr_holidays/i18n/vi.po addons/hr_holidays_attendance/i18n/vi.po addons/hr_recruitment/i18n/vi.po addons/hr_recruitment_survey/i18n/vi.po addons/hr_skills/i18n/vi.po addons/hr_timesheet/i18n/vi.po addons/hr_timesheet_attendance/i18n/vi.po addons/hr_work_entry/i18n/vi.po addons/hr_work_entry_contract/i18n/vi.po addons/hr_work_entry_holidays/i18n/vi.po addons/im_livechat/i18n/vi.po addons/link_tracker/i18n/vi.po addons/lunch/i18n/vi.po addons/mail/i18n/vi.po addons/mail/static/src/core/common/composer.js addons/mail/static/tests/tours/mail_composer_test_tour.js addons/mail_group/i18n/vi.po addons/maintenance/i18n/vi.po addons/mass_mailing/i18n/vi.po addons/mass_mailing_sms/i18n/vi.po addons/mass_mailing_themes/i18n/vi.po addons/microsoft_calendar/i18n/vi.po addons/microsoft_outlook/i18n/vi.po addons/mrp/i18n/vi.po addons/mrp_account/i18n/vi.po addons/mrp_subcontracting/i18n/vi.po addons/mrp_subcontracting_purchase/i18n/vi.po addons/onboarding/i18n/vi.po addons/partner_autocomplete/i18n/vi.po addons/payment_stripe/i18n/vi.po addons/payment_worldline/i18n/pt_BR.po addons/point_of_sale/i18n/vi.po addons/portal/i18n/vi.po addons/pos_adyen/i18n/vi.po addons/pos_discount/i18n/vi.po addons/pos_epson_printer/i18n/vi.po addons/pos_hr/i18n/vi.po addons/pos_loyalty/i18n/vi.po addons/pos_restaurant/i18n/vi.po addons/pos_restaurant_adyen/i18n/vi.po addons/pos_sale/i18n/vi.po addons/pos_six/i18n/vi.po addons/pos_stripe/i18n/vi.po addons/privacy_lookup/i18n/vi.po addons/product/i18n/vi.po addons/project/i18n/vi.po addons/project_timesheet_holidays/i18n/vi.po addons/purchase/i18n/ja.po addons/purchase/i18n/vi.po addons/purchase_mrp/i18n/vi.po addons/purchase_requisition/i18n/vi.po addons/purchase_stock/i18n/vi.po addons/rating/i18n/vi.po addons/repair/i18n/vi.po addons/resource/i18n/vi.po addons/sale/i18n/vi.po addons/sale_crm/i18n/vi.po addons/sale_expense/i18n/vi.po addons/sale_management/i18n/vi.po addons/sale_purchase/i18n/vi.po addons/sale_stock/i18n/vi.po addons/sale_timesheet/i18n/vi.po addons/sales_team/i18n/vi.po addons/sms/i18n/vi.po addons/spreadsheet/i18n/vi.po addons/spreadsheet_dashboard/i18n/vi.po addons/spreadsheet_dashboard_im_livechat/i18n/vi.po addons/spreadsheet_dashboard_pos_hr/i18n/vi.po addons/stock/i18n/vi.po addons/stock_account/i18n/vi.po addons/stock_delivery/i18n/vi.po addons/stock_landed_costs/i18n/vi.po addons/stock_picking_batch/i18n/vi.po addons/stock_sms/i18n/vi.po addons/survey/i18n/vi.po addons/web/i18n/az.po addons/web/i18n/vi.po addons/web/static/src/module_loader.js addons/web_editor/i18n/vi.po addons/website/i18n/ja.po addons/website/i18n/vi.po addons/website_blog/i18n/vi.po addons/website_event/i18n/vi.po addons/website_event_exhibitor/i18n/vi.po addons/website_event_track/i18n/vi.po addons/website_forum/i18n/vi.po addons/website_hr_recruitment/i18n/ru.po addons/website_hr_recruitment/i18n/vi.po addons/website_livechat/i18n/vi.po addons/website_mass_mailing/i18n/vi.po addons/website_sale/i18n/pt.po addons/website_sale/i18n/vi.po addons/website_slides/i18n/vi.po addons/website_slides_forum/i18n/vi.po odoo/addons/base/i18n/vi.po Killed
closed A A Killed