Created Date | Type | Name | Commit Description | State | Age | Up Time | Life Time | Action |
---|---|---|---|---|---|---|---|---|
|
|
Merge branch '17.0' into v17_fix_hr_holidays | Succeed | |||||
|
|
[FIX] hr_holidays: Prevent accrual beyond defined end date **Current Behavior** When an allocation is configured with an automatic accrual and an end date, selecting a future date beyond the accrual end date still results in additional leaves being calculated. **Solution** Introduced a check to cap the selected date at the accrual_date_end when simulating future leave accruals. This ensures that no extra leaves are added beyond the intended accrual period. | Killed | Not finished | ||||
|
|
[FIX] mail: exclude completed activities from the list when accessed via the clock icon When clicking on the clock icon to view scheduled activities, the system currently displays all activities, including those already marked as done. This clutters the view and makes it difficult for users to focus on pending tasks. | Killed | Not started | Not finished | |||
|
|
[FIX] survey: avoid failed test conflict with viin_survey | Killed | Not started | Not finished | |||
|
|
[I18N] base: correct vietnamese translation in contact | Killed | |||||
|
|
[FIX] l10n_vn: Change document url from Odoo to Viindoo | Killed | |||||
|
|
[FIX] l10n_vn: Change document url from Odoo to ViindooO | Killed | Not started | Not finished | |||
|
|
Merge remote-tracking branch 'odoo/17.0' into 17.0 Conflicts: addons/account/i18n/vi.po addons/account_check_printing/i18n/vi.po addons/account_fleet/i18n/vi.po addons/auth_oauth/i18n/vi.po addons/barcodes/i18n/vi.po addons/barcodes_gs1_nomenclature/i18n/vi.po addons/calendar/i18n/vi.po addons/crm_livechat/i18n/vi.po addons/event/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/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_work_entry/i18n/vi.po addons/im_livechat/i18n/vi.po addons/link_tracker/i18n/vi.po addons/mail_group/i18n/vi.po addons/mass_mailing/i18n/vi.po addons/microsoft_calendar/i18n/vi.po addons/microsoft_outlook/i18n/vi.po addons/mrp/i18n/fa.po addons/mrp/i18n/vi.po addons/mrp_subcontracting/i18n/vi.po addons/phone_validation/i18n/vi.po addons/point_of_sale/i18n/vi.po addons/pos_epson_printer/i18n/vi.po addons/product/i18n/vi.po addons/project/i18n/vi.po addons/purchase/i18n/vi.po addons/purchase_stock/i18n/vi.po addons/repair/i18n/fa.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_project/i18n/vi.po addons/sale_stock/i18n/vi.po addons/sale_timesheet/i18n/vi.po addons/spreadsheet_dashboard_hr_expense/i18n/vi.po addons/spreadsheet_dashboard_im_livechat/i18n/vi.po addons/spreadsheet_dashboard_purchase/i18n/vi.po addons/stock/i18n/vi.po addons/stock_account/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/fa.po addons/web_editor/i18n/fa.po addons/web_editor/i18n/vi.po addons/website/i18n/vi.po addons/website_event_booth/i18n/vi.po addons/website_event_track_quiz/i18n/vi.po addons/website_forum/i18n/vi.po addons/website_mass_mailing/i18n/vi.po addons/website_sale_stock_wishlist/i18n/vi.po addons/website_sale_wishlist/i18n/vi.po addons/website_slides_forum/i18n/vi.po odoo/addons/base/i18n/vi.po | Killed | |||||
|
|
[I18N] base: correct vietnamese translation in contact | Killed | |||||
|
|
Update addons/crm/i18n/vi.po | Killed | |||||
|
|
Update addons/crm/i18n/vi.po | Killed | Not started | Not finished | |||
|
|
Update addons/crm/i18n/vi.po | Killed | Not started | Not finished | |||
|
|
[I18N] crm: imp i18n | Killed | |||||
|
|
Killed | ||||||
|
|
[FIX] mail: searchable notifications Make the notification message searchable. Task-4828780 | Killed | Not started | Not finished | |||
|
|
[I18N] base: correct vietnamese translation in contact | Killed | |||||
|
|
Merge branch '17.0' into v17_fix_base | Killed | Not finished | ||||
|
|
[I18N] base: correct vietnamese translation in contact | Killed | Not started | Not finished | |||
|
|
Killed | Not started | Not finished | ||||
|
|
[I18N] crm: update i18n - for date_deadline field - Add missing translation for mass_mailing_slides module | Killed | Not finished | ||||
|
|
Killed | ||||||
|
|
[I18N] crm: update i18n for date_deadline field | Killed | Not finished | ||||
|
|
[I18N] crm: update Vietnamese translation | Killed | Not started | Not finished | |||
|
|
[FIX] account_payment: test fails in Odoo CE due to invoice_payment_state mismatch In Odoo CE, the invoice_payment_state is "paid". In Odoo Enterprise, the invoice_payment_state is "in_payment". This causes the test to fail in CE but pass in Enterprise, making the test unreliable when running in an environment without Enterprise. Current behavior before PR Running the test in Odoo CE only → Fails (expects "in_payment", but gets "paid"). Running the test in Odoo CE + Enterprise → Passes. Desired behavior after PR is merged The test should pass in both CE and Enterprise. The test will no longer check the exact value of invoice_payment_state, ensuring it remains valid across both versions. Steps to reproduce Run the test in an Odoo CE-only environment. Observe that it fails due to the unexpected invoice_payment_state value. Run the test in an environment with Enterprise, and see that it passes. | Failed | |||||
|
|
Merge remote-tracking branch 'odoo/17.0' into 17.0 | Killed | |||||
|
|
Merge remote-tracking branch 'odoo/17.0' into 17.0 | Killed | |||||
|
|
[I18N] account, crm, sale_loyalty_delivery: fix format string | Killed | |||||
|
|
Merge remote-tracking branch 'odoo/17.0' into 17.0 | Killed | |||||
|
|
Killed | Not finished | |||||
|
|
[I18N] *: forward Vietnamese translations from v16 (override mode) | Killed | |||||
|
|
Merge remote-tracking branch 'odoo/17.0' into odoo_17.0 | Failed | |||||
|
|
Killed | Not finished | |||||
|
|
Merge remote-tracking branch 'odoo/17.0' into odoo_17.0 | Killed | |||||
|
|
Merge remote-tracking branch 'odoo/17.0' into odoo_17.0 | Killed | |||||
|
|
Killed | ||||||
|
|
[MISC] base: add migration script to update currency rate rule | Killed | |||||
|
|
Merge remote-tracking branch 'odoo/17.0' into odoo_17.0 | Killed | |||||
|
|
Merge remote-tracking branch 'odoo/17.0' into odoo_17.0 | Killed |