Skip to content

Commit

Permalink
delete view_type in <act_window> too
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Yelizariev committed Nov 7, 2019
1 parent 751a248 commit cddb99e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/migration/migrate-odoo-12-to-13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ New API
# view_type is deleted:
# https://github.com/odoo/odoo/commit/3cd7ed07a29c89ddf193796c20a812b9bf21e284
find . -type f -name '*.xml' | xargs perl -i -pe 's/\s*\<field name="view_type"\>form\<\/field\>\n//g'
find . -type f -name '*.xml' | xargs perl -i -pe 's/view_type="form"//g'
# TODO: script for python files
Expand Down

0 comments on commit cddb99e

Please sign in to comment.