Pending: 0 Building: 0 Running: 0 Failed: 33
Created Date Type Name Commit Description State Age Up Time Life Time Action
merged [FIX][15.0] viin_website_seo_event: fix multiple event structure issue reported by google search console [FIX] viin_website_seo_event: fix multiple event structure issue reported by google search console Succeed
merged [FIX][15.0] viin_website_seo_event: fix multiple event structure issue reported by google search console [FIX] viin_website_seo_event: fix multiple event structure issue reported by google search console Killed
merged [FIX][15.0] to_account_reports: Fix test [FIX] to_account_reports: Fix test Failed
merged [FIX][15.0] to_account_reports: Fix test [FIX] viin_document: Fix wrong sharing URL Forward-Port-Of: #2545 Killed Not started Not finished
merged [FIX][15.0] to_account_reports: Fix test [FIX] to_account_reports: Fix test Killed
merged [FIX][15.0] to_account_reports: Fix test [FIX] to_account_reports: Fix test Killed
merged [FWD][15.0][FIX] viin_document: Fix wrong sharing URL [FIX] viin_document: Fix wrong sharing URL Forward-Port-Of: #2545 Failed
merged [FIX][15.0] viin_website_seo_hr_recruitment: fix xpath error [MISC] viin_website_seo_hr_recruitment: remove outdated xpath https://github.com/odoo/odoo/commit/342d8fd82f70fd2312560835ba8e06cbd9646c55 Killed Not started Not finished
merged [FIX][15.0] viin_website_seo_hr_recruitment: fix xpath error [FIX] viin_website_seo_hr_recruitment: fix xpath error - remove outdated xpath Killed Not finished
merged [FIX][15.0] to_account_reports: Fix context [FIX] to_account_reports: Fix context Killed Not started Not finished
merged [FIX][15.0] to_account_reports: Fix context [FIX] to_account_reports: Fix context wrong context Killed
merged [FIX][15.0] to_account_reports: Fix context [FIX] to_account_reports: Fix context wrong context Killed Not started Not finished
merged [15.0][FIX] viin_sale_subscription: Fix automation test `test_report_with_different_user_time_zone` [FIX] viin_sale_subscription: Fix automation test `test_report_with_different_user_time_zone`. Killed Not started Not finished
merged [15.0][FIX] viin_sale_subscription: Fix automation test `test_report_with_different_user_time_zone` [FIX] viin_sale_subscription: Fix automation test `test_report_with_different_user_time_zone`. Killed
merged [IMP] viin_document: improve performance when opening Documents root menu [IMP] viin_document: improve performance when opening Documents root menu Killed Not started Not finished
merged [IMP] viin_document: improve performance when opening Documents root menu [IMP] viin_document: improve performance when opening Documents root menu Killed Not started Not finished
merged [FIX][15.0] viin_sem_crawler: use correct parser for the right content type [FIX] viin_sem_crawler: use correct parser for the right content type -If we use XMLparser with html content we might completely loose data, instead use the right one Failed
merged [FIX][15.0] viin_website_seo_forum: don't use trailing / in url_for [FIX] viin_website: missing / for some cases Since https://github.com/Viindoo/erponline-enterprise/pull/1367 , url_for remove the trailing / so we need to handle this case in another way Killed Not finished
merged [FIX] viin_rental_stock: avoid conflict with original Sale Order [FIX] viin_rental_stock: revert and apply new fix to avoid conflict with original Sale Order This reverts commit 586224bc82b08dd945f50653dddd55fc769d652e. Killed
merged [FIX][15.0] website_forum: don't use trailing / in url_for [FIX] viin_website_seo_forum: don't use trailing / in url_for Since https://github.com/Viindoo/erponline-enterprise/pull/1367 , url_for remove the trailing / so we need to handle this case from another way Killed
merged [FIX][15.0] website_forum: don't use trailing / in url_for [FIX] website_forum: don't use trailing / in url_for Since https://github.com/Viindoo/erponline-enterprise/pull/1367 , url_for remove the trailing / so we need to handle this case from another way Killed
merged Fw from 14 to 15 230304 1 Merge remote-tracking branch 'viindoo_path1/14.0' into fw_from_14_to_15_230304_1 Killed Not started Not finished
closed [FWD][15.0][FIX] to_account_reports: fix trial of balance [FIX] to_account_reports: fix trial of balance Forward-Port-Of: #2439 Killed Not started Not finished
merged [FIX] viin_sale_subscription: Fix automation test fails on February's end of leap year [FIX] viin_sale_subscription: Fix automation test fails on February's end of leap year Failed
merged [FIX] viin_mobile: update retried_count and error_message of notification.line when resending [FIX] viin_mobile: update retried_count and error_message of notification.line when resending Killed
merged Fw from 14 to 15 230224 01 Merge remote-tracking branch 'viindoo_path1/14.0' into fw_from_14_to_15_230224_01 Killed
merged Fw from 14 to 15 230224 01 [FIX] to_account_reports: remove unaffected earnings line Killed
merged Fw from 14 to 15 230224 01 [FIX] to_account_reports: remove unaffected earnings line Killed
merged Fw from 14 to 15 230224 01 [FIX] to_account_reports: remove unaffected earnings line Killed Not finished
closed [FWD][15.0][FIX] to_account_reports: missing data initial [FIX] to_account_reports: remove unaffected earnings line Forward-Port-Of: #2400 Failed
merged [FIX] viin_web_map: wrong domain in _cron_fill_coordinates [FIX] viin_web_map: wrong domain in _cron_fill_coordinates Killed
merged [FIX] viin_web_map: wrong domain in _cron_fill_coordinates [FIX] viin_web_map: wrong domain in _cron_fill_coordinates Killed
merged [FIX] viin_rental_stock: avoid conflict with original Sale Order [FIX] viin_rental_stock: avoid conflict with original Sale Order -Odoo has new test call test_2_steps_fixed_procurement_propagation_with_backorder at odoo/commit/0c8f0d14d29117e689d8e4c3331bc90b29ab1b98 -Problem is: When run that test with all modules installed, we will failed about 2-3 time -Why: take a look at this code https://github.com/Viindoo/odoo/blob/819966bfb2b76eb823e937dc8edc902910514da0/addons/stock/models/stock_rule.py#L497 -> the result will always give us 1 stock.rule record but sometime stock.rule is not the exact that we want it to be. Try removing the 'limit=1' and we will always get 2 stock.rule record , one is the right for the above test case (with 'group_probagate_option' is 'fixed') and the other is not. Also try to see the 'order' option include 'route_sequence' and 'sequence' always the same for 2 record (20 vs 20 for 'route_sequence' and 10 vs 10 for 'sequence'), so sometime we will get the smaller id which is the correct one and sometime the larger id which is incorrect one ======= Debugging further more at those 2 stock.rule records , and notice one is created via 'viin_rental_stock' (try printing 'res.route_id.name' and you 'll see) -Solution: Modifying the domain before performing stock.rule searching to exclude the 'route_id' of the 'warehouse.rental_route_id' if the 'Sale Order' does not have rental product Killed
merged WIP: [MISC][15.0] viin_features_activate_purchase: remove wrong sequence key in manifest [MISC] *: remove wrong sequence key in manifest -This also remove warning on test_manifest_value on v17 Killed Not finished
merged [MISC][15.0] viin_features_activate_purchase: remove wrong sequence key in manifest [MISC] viin_features_activate_purchase: remove wrong sequence key in manifest -This also remove warning on test_manifest_value on v17 Killed Not finished
merged [IMP] viin_rental_stock: refactor code to avoid unexpected errors when running test test_2_steps_fixed_procurement_propagation_with_backorder [IMP] viin_rental_stock: refactor code to avoid unexpected errors when running test test_2_steps_fixed_procurement_propagation_with_backorder Killed
merged [15.0][FIX] viin_document: fix unlink document record on form view [FIX] viin_document: fix unlink document record on form view Issue ----- When deleting a document record, returning to the document page will result in an error unable to read activities for an undefined value. Reason ------ When a document record is selected by the user, the system saves that record in session_storage_doc in sessionStorage. When the document form view is deleted but not removed from sessionStorage, the system still attempts to read and update the mail thread for the deleted record, leading to a cache miss error. Solution -------- When deleting a document record in the form view, also delete the session_storage_doc in sessionStorage to allow the system to reload Killed
merged [15.0][FIX] viin_document: fix unlink document record on form view [IMP] viin_document: improve code Killed Not started Not finished
merged Fwd from 14 to 15 27012024 01 Merge remote-tracking branch 'viindoo/14.0' into fwd_from_14_to_15_27012024_01 Killed
merged [FIX][15.0] viin_rental: correct compute rental count for internal user [FIX] viin_rental: add compute sudo for some field -Odoo latest merge upstream https://github.com/Viindoo/odoo/pull/833 with commit '846d7a2e875a08095001dc7a3d90df7d9c18e5d8' add read access for internal user for account.tag stuff. Odoo add a test to check for that and that test will read product form and cause Access Error. Therefor add compute_sudo is needed Killed Not started Not finished