Skip to content

Commit

Permalink
REFactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
JayVora-SerpentCS committed Jul 9, 2014
1 parent ff922c8 commit fe53f64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion board_frontdesk/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"hotel_reservation",
],
"description": """
This module implements a dashboard for hotel FrontDesk that includes:
This module implements a dashboard for hotel FrontDesk that includes:
* Calendar view of Today's Check-In and Check-Out
* Calendar view of Weekly Check-In and Check-Out
* Calendar view of Monthly Check-In and Check-Out
Expand Down
1 change: 0 additions & 1 deletion hotel/hotel.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class hotel_room(osv.Model):
'isroom': 1,
'rental': 1,
'status': 'available',

}

def set_room_status_occupied(self, cr, uid, ids, context=None):
Expand Down

0 comments on commit fe53f64

Please sign in to comment.