-
-
Notifications
You must be signed in to change notification settings - Fork 696
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
[17.0][MIG] website_odoo_debranding Migration to 17.0 #1017
[17.0][MIG] website_odoo_debranding Migration to 17.0 #1017
Conversation
/ocabot migration website_odoo_debranding |
be384dc
to
737e1ab
Compare
737e1ab
to
61179fb
Compare
61179fb
to
8ed802a
Compare
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.
Tested in runboat and code review ok
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.
Functional
This PR has the |
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.
There's an error when installing this module and afterwards installing enterprise module planning
:
Element '<xpath expr="//t[@t-call='web.brand_promotion_message']">' cannot be located in parent view
good catch! |
@astirpe inheriting the web.brand_promotion_message and xpathing the fields seems to be the better choice. |
Yes, you are right: inheriting the <xpath expr="//t[@t-out]" position="replace">
<t t-out=""/>
</xpath> but there are still some dirty characters left. So it seems not enough. |
8ed802a
to
1d24ea0
Compare
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.
Tested and works fine. Just don't know if the t-set
needs to be replaced or not but it doesn't matter for the result.
I added this because I had some leftovers when this is not set. But I'll cross check later on |
1d24ea0
to
1161c0d
Compare
* Imported last updates from v8 * Adapted to v9 * Renamed to website_odoo_debranding * Updated README
- Relicensed to LGPL. - The template that does the job can be disabled by the admin.
…nment.manage()' Closes OCA#899
[UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: website-16.0/website-16.0-website_odoo_debranding Translate-URL: https://translation.odoo-community.org/projects/website-16-0/website-16-0-website_odoo_debranding/ [UPD] README.rst
With website_odoo_debranding installed it was not possible to install enterprise planning. Planning relies on <t t-call="web.brand_promotion_message"> sections which was removed with replacing the o_brand_promotion.
1161c0d
to
8292862
Compare
Status for getting this one merged? |
@sanderlienaerts you can collaborate reviewing the PR: https://odoo-community.org/page/review But in this case, the existing reviewers are reputed ones,so merging: /ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at a698130. Thanks a lot for contributing to OCA. ❤️ |
thanks! @pedrobaeza |
Standard migration to 17.0