lp:~serpentcs/hotel-management-system/hotel-7.0
Created by
Dhwani ( Serpent Consulting Services)
on
2012-12-28
and last modified on
2014-09-09
- Get this branch:
- bzr branch lp:~serpentcs/hotel-management-system/hotel-7.0
Members of
Serpent Consulting Services
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
- Hotel Editors: Pending requested 2014-09-28
-
Diff: 13960 lines (+7702/-2935) (has conflicts)91 files modifiedboard_frontdesk/Doc/ChangeLog.txt (+8/-0)
board_frontdesk/__init__.py (+15/-12)
board_frontdesk/__openerp__.py (+20/-19)
board_frontdesk/board_frontdesk_view.xml (+40/-49)
board_frontdesk/i18n/fr.po (+76/-0)
hotel/Doc/ChangeLog.txt (+23/-0)
hotel/__init__.py (+14/-12)
hotel/__openerp__.py (+37/-9)
hotel/hotel.py (+344/-311)
hotel/hotel_data.xml (+16/-35)
hotel/hotel_folio_workflow.xml (+4/-19)
hotel/hotel_scheduler.xml (+17/-0)
hotel/hotel_sequence.xml (+18/-0)
hotel/hotel_view.xml (+855/-3)
hotel/i18n/fr.po (+752/-0)
hotel/i18n/hotel.pot (+562/-341)
hotel/report/__init__.py (+11/-10)
hotel/report/hotel_report.py (+22/-23)
hotel/report/hotel_report.xml (+1/-0)
hotel/report/total_folio.rml (+33/-21)
hotel/security/ir.model.access.csv (+33/-12)
hotel/static/src/css/room_kanban.css (+4/-0)
hotel/wizard/__init__.py (+10/-9)
hotel/wizard/hotel_wizard.py (+26/-31)
hotel/wizard/hotel_wizard.xml (+37/-35)
hotel_housekeeping/Doc/ChangeLog.txt (+17/-0)
hotel_housekeeping/__init__.py (+12/-11)
hotel_housekeeping/__openerp__.py (+24/-24)
hotel_housekeeping/hotel_housekeeping.py (+76/-80)
hotel_housekeeping/hotel_housekeeping_view.xml (+86/-89)
hotel_housekeeping/i18n/fr.po (+356/-0)
hotel_housekeeping/report/__init__.py (+11/-10)
hotel_housekeeping/report/activity_detail.rml (+35/-24)
hotel_housekeeping/report/hotel_housekeeping_report.xml (+2/-3)
hotel_housekeeping/report/housekeeping_report.py (+48/-35)
hotel_housekeeping/security/ir.model.access.csv (+13/-6)
hotel_housekeeping/wizard/__init__.py (+11/-10)
hotel_housekeeping/wizard/hotel_housekeeping_wizard.xml (+19/-17)
hotel_housekeeping/wizard/housekeeping_wizard.py (+24/-29)
hotel_reservation/Doc/ChangeLog.txt (+23/-0)
hotel_reservation/__init__.py (+12/-11)
hotel_reservation/__openerp__.py (+34/-11)
hotel_reservation/hotel_reservation.py (+315/-114)
hotel_reservation/hotel_reservation_data.xml (+56/-67)
hotel_reservation/hotel_reservation_sequence.xml (+1/-1)
hotel_reservation/hotel_reservation_view.xml (+205/-77)
hotel_reservation/hotel_scheduler.xml (+15/-0)
hotel_reservation/i18n/fr.po (+356/-0)
hotel_reservation/i18n/hotel_reservation.pot (+482/-297)
hotel_reservation/report/__init__.py (+10/-9)
hotel_reservation/report/checkinlist.rml (+25/-24)
hotel_reservation/report/checkoutlist.rml (+32/-29)
hotel_reservation/report/hotel_reservation_report.py (+82/-50)
hotel_reservation/report/maxroom.rml (+34/-7)
hotel_reservation/report/room_res.rml (+69/-75)
hotel_reservation/security/ir.model.access.csv (+9/-2)
hotel_reservation/static/src/css/room_summary.css (+24/-0)
hotel_reservation/static/src/js/hotel_room_summary.js (+99/-0)
hotel_reservation/static/src/xml/hotel_room_summary.xml (+31/-0)
hotel_reservation/wizard/__init__.py (+10/-9)
hotel_reservation/wizard/hotel_reservation_wizard.py (+54/-70)
hotel_reservation/wizard/hotel_reservation_wizard.xml (+35/-38)
hotel_restaurant/Doc/ChangeLog.txt (+14/-0)
hotel_restaurant/__init__.py (+12/-12)
hotel_restaurant/__openerp__.py (+23/-22)
hotel_restaurant/hotel_restaurant.py (+155/-215)
hotel_restaurant/hotel_restaurant_data.xml (+104/-21)
hotel_restaurant/hotel_restaurant_view.xml (+232/-116)
hotel_restaurant/hotel_restaurant_workflow.xml (+15/-4)
hotel_restaurant/i18n/fr.po (+591/-0)
hotel_restaurant/report/__init__.py (+10/-9)
hotel_restaurant/report/bill.rml (+51/-38)
hotel_restaurant/report/hotel_restaurant_report.py (+19/-20)
hotel_restaurant/report/hotel_restaurant_report.xml (+2/-1)
hotel_restaurant/report/kot.rml (+47/-55)
hotel_restaurant/report/res_table.rml (+25/-16)
hotel_restaurant/wizard/__init__.py (+10/-9)
hotel_restaurant/wizard/hotel_restaurant_wizard.py (+20/-32)
hotel_restaurant/wizard/hotel_restaurant_wizard.xml (+24/-21)
report_hotel_reservation/Doc/ChangeLog.txt (+11/-0)
report_hotel_reservation/__init__.py (+4/-5)
report_hotel_reservation/__openerp__.py (+13/-12)
report_hotel_reservation/i18n/fr.po (+357/-0)
report_hotel_reservation/report_hotel_reservation.py (+9/-15)
report_hotel_reservation/report_hotel_reservation_view.xml (+17/-25)
report_hotel_restaurant/Doc/ChangeLog.txt (+11/-0)
report_hotel_restaurant/__init__.py (+4/-5)
report_hotel_restaurant/__openerp__.py (+15/-15)
report_hotel_restaurant/i18n/fr.po (+108/-0)
report_hotel_restaurant/report_hotel_restaurant.py (+11/-15)
report_hotel_restaurant/report_hotel_restaurant_view.xml (+63/-72)
Related bugs
Related blueprints
Branch information
Recent revisions
- 66. By Serpent Consulting Services on 2014-08-22
-
FIX : Corrected wrong domain on Hotel View(Courtesy :Andreas Andreou <email address hidden> )
- 64. By Serpent Consulting Services on 2014-07-21
-
[ADD] FR translations added. Courtesy to Richmond FIKO <email address hidden>
- 63. By Dhwani ( Serpent Consulting Services) on 2014-05-27
-
[FIX]: Fixed the issue of room price while change the pricelist
- 60. By Dhwani ( Serpent Consulting Services) on 2014-04-04
-
[IMP]: Standardized the modules as per v7
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:hotel-management-system