You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Đối với staging hoặc chạy migrate dưới local: Xóa các dữ liệu quan trọng bằng cách chạy query sau:
update res_users set totp_secret =null;
deletefrom sshkey_pair;
update ir_mail_server set active = false;
update fetchmail_server set active = false;
update base_automation set active = false;
update ir_cron set active = false;
update website set cdn_activated = false;
deletefrom ir_config_parameter where"key"in ('recaptcha_public_key', 'recaptcha_private_key', 'recaptcha_min_score');
update res_company set einvoice_service_id =null;
update server_postgresql set username ='123'where name not like'%dev%';
Gỡ các module sau:
l10n_vn_viin_account_asset_sale
viin_account_regenerate_analytic_line
to_account_delegation_partner
viin_sale_project_default_analytic_group
to_odoo_saas_runbot
to_website_docs_odoo_docs
viin_documentation
viin_saas_api
viin_website_docs_redirect
to_account_reports (gỡ tạm, chờ nâng cấp)
Note
Tạo hành động máy chủ ở model ir.module.module với code như sau và tạo menu ngữ cảnh để gỡ cho nhanh:
update ir_ui_view
set inherit_id =null, mode ='primary'where"key"in ('website_sale.sort', 'website_sale.add_grid_or_list_option');
update ir_act_window set"domain"=nullwhere id in (
select res_id from ir_model_data where module ='to_odoo_saas'and name ='odoo_instance_action'
);
deletefrom ir_ui_view
where website_id is not nulland"key"in ('website.page_404', 'viindoo_theme_common.404');
Chạy upgrade all modules (không cắm mã nguồn các repo openupgrade)
Post migration
Đối với staging hoặc migrate dưới local: Tắt toàn bộ cron hoặc bật lại các cron theo nhu cầu
Tái tạo lại các gói tài sản
Cập nhật lại dịch
Tạo lại các file sitemap.xml
Cài các module spreadsheet_dashboard_*
The text was updated successfully, but these errors were encountered:
Pre migration
Migrate
Note
Tạo hành động máy chủ ở model
ir.module.module
với code như sau và tạo menu ngữ cảnh để gỡ cho nhanh:Chạy migrate all modules
Fix 1 số view bằng SQL sau:
Post migration
Đối với staging hoặc migrate dưới local: Tắt toàn bộ cron hoặc bật lại các cron theo nhu cầu
Tái tạo lại các gói tài sản
Cập nhật lại dịch
Tạo lại các file sitemap.xml
Cài các module
spreadsheet_dashboard_*
The text was updated successfully, but these errors were encountered: