-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MIG][16.0]website: mig 15 to 16 #375
Conversation
e428dc8
to
c8b9dcb
Compare
592515f
to
c53b8b1
Compare
env.cr.execute( | ||
""" | ||
SELECT iuv.id FROM ir_ui_view iuv JOIN website w on w.id = iuv.website_id | ||
WHERE iuv.type = 'qweb' AND iuv.website_id IS NOT NULL | ||
""" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@duyquyen96 sao lại chỉ sửa mỗi qweb? form view vẫn có thể dùng class cũ và vẫn cần convert mà?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@duyquyen96 em tham khảo cách từ bootstrap3 lên bootstrap4 tại https://github.com/OCA/OpenUpgrade/blob/12.0/addons/website/migrations/12.0.1.0/pre-migration.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@duyquyen96 trong pr này, em sửa luôn https://github.com/OCA/openupgradelib.git@master
thành https://github.com/duong77476/openupgradelib.git@master_imp_boostrap4_to_5_transformation
ở file https://github.com/Viindoo/OpenUpgrade/tree/16.0/.github/workflows/test.yml
Dạ vâng ạ |
0741bd9
to
a034571
Compare
a034571
to
c87d236
Compare
c87d236
to
81ca47e
Compare
Task: [GH] - Migrate 16.0: website
PR update lib mig BS4-> BS5 cho OCA: OCA/openupgradelib#338 (comment)