- 
                Notifications
    
You must be signed in to change notification settings  - Fork 81
 
[ADD] booking_engine,hotel: implementation of hotel-like industries using a new sub-module #846
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
Conversation
d950264    to
    0ac0951      
    Compare
  
    9696a23    to
    30275ab      
    Compare
  
    9a6d94f    to
    d9093df      
    Compare
  
    48d6589    to
    68aa1c9      
    Compare
  
    68aa1c9    to
    55c7dfd      
    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.
Very good also for hotel and holiday_house!
I leave campsite as is for now since it's still in review, but don't hesitate to already apply the comments to this module as well.
Thanks!
aa54254    to
    0aab276      
    Compare
  
    0aab276    to
    7da7557      
    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.
Very good improvements! This should be the last review before merge 💪
Thanks @arthurrrm
7da7557    to
    9573b7c      
    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.
👏
Contains all logic related to the rental-panning interactions,new fields, and the new app with its own customized views and menus to manage an hotel-like business task-5003819
Based on the booking_engine sub-module. task-3765249
Based on the booking_engine sub-module. task-4585618
Using the booking_engine sub-module task-3764851
9573b7c    to
    7728007      
    Compare
  
    | 
           @robodoo r+ rebase-ff  | 
    
| 
           Merge method set to rebase and fast-forward.  | 
    
| 
           @robodoo override=ci/industry  | 
    
Contains all logic related to the rental-panning interactions,new fields, and the new app with its own customized views and menus to manage an hotel-like business task-5003819 Part-of: #846 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
task-5003819 Part-of: #846 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
Based on the booking_engine sub-module. task-3765249 Part-of: #846 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
Based on the booking_engine sub-module. task-4585618 Part-of: #846 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
Using the booking_engine sub-module task-3764851 closes #846 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>

This PR introduce a new sub-module common to all the Hotel industry suite:
And all the Hotel industry suite, corresponding mostly to additional data (products, sales orders,...) on top of the booking engine:
task-3765249