[16.0][MIG] website_forum_subscription: Migration to version 16.0#1010
Conversation
chienandalu
left a comment
There was a problem hiding this comment.
Take care of bs4 -> bs5 classes changes (https://getbootstrap.com/docs/5.0/migration/#utilities)
A good custome is to use the tooling provided here to automate those checks: OCA/openupgradelib#338
website_forum_subscription/templates/website_forum_templates.xml
Outdated
Show resolved
Hide resolved
website_forum_subscription/templates/website_forum_templates.xml
Outdated
Show resolved
Hide resolved
706c163 to
cdb6e4a
Compare
Hi thanks! How can i use that tool? |
You'll have to build a version that includes that patch and then simply: from openupgradelib.openupgrade_160 import convert_string_bootstrap_4to5
xml = """<odoo><!-- Your xml --></odoo>"""
print(convert_string_bootstrap_4to5(xml)) # You can copy your output from the console directly |
Goord morning, |
|
/ocabot migration website_forum_subscription |
pedrobaeza
left a comment
There was a problem hiding this comment.
Tested and working:
/ocabot merge nobump
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at 5b846f6. Thanks a lot for contributing to OCA. ❤️ |
@Tecnativa
TT45242
@pedrobaeza @chienandalu