[ADD] web_fullcalendar_resource#3596
Open
Hugo-Trentesaux wants to merge 1 commit into
Open
Conversation
3e6139a to
1db5368
Compare
Author
|
Sorry for the |
2ecf6c9 to
2fe0544
Compare
[ADD] web_fullcalendar_resource_demo
2fe0544 to
3a8623d
Compare
WentworthJ
reviewed
Jun 26, 2026
WentworthJ
left a comment
There was a problem hiding this comment.
Functionally tested on Runboat. Under the Resource Demo menu, the calendar properly displays the information from the web_fullcalendar_resource_demo/demo/fc_demo_data.xml file in containers sorted by color, time, and location.
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.
This PR adds:
web_fullcalendar_resourcemodule providing a new view type "resource" based on fullcalendar "resource" pluginweb_fullcalendar_resource_demomodule providing a use case demonstration of the first since it does not do anything by itselfThe demo module contains a demo resource model and data generated by AI and can be removed from the PR, but I find it useful to test the first one without having to setup a lot of things manually.
Fullcalendar is integrated in Odoo without its "premium" plugins which are tri-licensed, the GPL licence being usable only in GPL software. So this module can only be used in a GPL licensed project.
This module uses Odoo's fullcalendar code as well as embeded assets downloaded from fullcalendar release with a version matching Odoo's one.