Skip to content

Commit

Permalink
tour fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Yelizariev committed Aug 20, 2019
1 parent 73b5dc9 commit ff84d1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/migration/migrate-odoo-11-to-12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ New API
# renames in base modules
find . -type f -name '*.py' | xargs sed -i 's/from odoo.addons.base.res/from odoo.addons.base.models/g'
find . -type f -name '*.py' | xargs sed -i 's/from odoo.addons.base.ir/from odoo.addons.base.models/g'
# renames in tours
# https://github.com/odoo/odoo/commit/21c4480821e669ef22e090334d5afdacfc1043c9
# https://github.com/odoo/odoo/commit/38c7ed3c73eb5efc370c6ac0050e38ca8810e59e
find . -type f -name '*.js' | xargs sed -i 's/STEPS.TOGGLE_APPSWITCHER/STEPS.TOGGLE_HOME_MENU/g'
find . -type f -name '*.js' | xargs sed -i 's/STEPS.MENU_MORE/STEPS.SHOW_APPS_MENU_ITEM/g'

0 comments on commit ff84d1c

Please sign in to comment.