[REF] runbot: prepare terrain for owl capabilities#1090
Open
Williambraecky wants to merge 7 commits into18.0from
Open
[REF] runbot: prepare terrain for owl capabilities#1090Williambraecky wants to merge 7 commits into18.0from
Williambraecky wants to merge 7 commits into18.0from
Conversation
Contributor
Williambraecky
commented
Mar 10, 2025
- Reorganize static folder
- Fix diff_match_patch export which was borked
- Vendor owl.js and expose through odoo module
- Add a way to render owl components on the frontend
- Add a way to add interaction through colibri framework
- Rewrite runbot.js using colibri
- Remove direct rels to assets in layout template
- Move libs from ./static/src/libs to ./static/libs - Move img from ./static/src/img to ./static/img - Remove the ./js subfolder of src - Remove empty log_display.js file - Remove the unused runbot.assets_frontend bundle
The lib exports its data through the global object, an odoo module then re-exports the module to make it available to other odoo modules.
Adds the minimal requirements for owl and xml file based templating for the frontend.
Copies the colibri + interaction framework from `web` module. We also bootstrap interactions to be used in the frontend.
Rewrites runbot.js in modern js with the new Interaction framework.
Instead of hardcoding rels, move assets to the bundle.
Contributor
Author
|
Diff is big but this is necessary if we want modern javascript for future improvements/refactoring. JQuery is only required by the stats page, which #1035 already covers. |
4adff2f to
cc2e3e0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.