[IMP] *: add channel manager configuration and improve mapping model#1
Merged
frva-odoo merged 3 commits intosaas-19.2-booking-channex-main-branch-frvafrom Apr 27, 2026
Conversation
4e88165 to
7dcc22b
Compare
84fd693 to
1582e02
Compare
caf5d5e to
aa1d1db
Compare
02284a5 to
f2c1833
Compare
2051edf to
0dbfdb4
Compare
frva-odoo
requested changes
Apr 22, 2026
frva-odoo
left a comment
There was a problem hiding this comment.
Great work ! I have a few comments but it should be pretty straightforward to solve/discuss, do not hesitate to say if there's something you don't agree with.
0dbfdb4 to
8783b25
Compare
* = ['booking_engine', 'booking_channex'] - Add channel manager setting in booking engine - Install/uninstall booking_channex module via setting - Add API key configuration - Improve channex mapping model and views - Update module dependencies Task : 5913892
8783b25 to
1c9a323
Compare
- Change `x_model_type` values in channex server actions to match selection values. - Minor refactoring. task-5913987
[FIX] booking_channex: fix model type in server actions Correct the mapping between channex and odoo by fixing incorrect odoo model types to corresponding channex model type. Task-5913987
811c723
into
saas-19.2-booking-channex-main-branch-frva
0 of 2 checks passed
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.
* = ['booking_engine', 'booking_channex']Task : 5913892