Skip to content

Commit

Permalink
[MISC] apriori: add section for Viindoo (OCA#399)
Browse files Browse the repository at this point in the history
* [MISC] apriori: add section for Viindoo

* [MISC] apriori: add project section for Viindoo

---------

Co-authored-by: Tran Truong Son <truongson290893@gmail.com>
  • Loading branch information
duong77476-viindoo and SonCrits authored Jul 13, 2023
1 parent 6756d94 commit b374300
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions openupgrade_scripts/apriori.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
# OCA/server-ux
"mass_editing": "server_action_mass_edit",
# OCA/...
# Viindoo/tvtmaaddons
"viin_webp": "viin_web_editor",
# Viindoo/enterprise
# Viindoo/odoo-tvtma
}

# Merged modules contain a mapping from old module names to other,
Expand Down Expand Up @@ -55,6 +59,14 @@
"account_invoice_report_due_list": "account",
# OCA/purchase-workflow
"product_form_purchase_link": "purchase",
# Viindoo/tvtmaaddons
"to_project_access": "viin_project",
"to_project_stages": "viin_project",
"viin_project_kanban_state_notification": "viin_project",
"viin_project_update": "viin_project",
"viin_website_image_optimization_disable": "viin_webp",
# Viindoo/enterprise
# Viindoo/odoo-tvtma
}

# only used here for upgrade_analysis
Expand All @@ -76,11 +88,24 @@
"stock.location.route": "stock.route",
"stock.production.lot": "stock.lot",
# OCA/...
# Viindoo/tvtmaaddons
"approval.request": "viin.approval.request",
"helpdesk.sla": "viin.helpdesk.sla",
"helpdesk.stage": "viin.helpdesk.stage",
"helpdesk.tag": "viin.helpdesk.tag",
"helpdesk.team": "viin.helpdesk.team",
"helpdesk.ticket": "viin.helpdesk.ticket",
"helpdesk.ticket.type": "viin.helpdesk.ticket.type",
# Viindoo/enterprise
# Viindoo/odoo-tvtma
}

# only used here for upgrade_analysis
merged_models = {
# odoo
"gift.card": "loyalty.card",
# OCA/...
# Viindoo/tvtmaaddons
# Viindoo/enterprise
# Viindoo/odoo-tvtma
}

0 comments on commit b374300

Please sign in to comment.