~serpentcs/hotel-management-system/hotel-7.0

« back to all changes in this revision

Viewing changes to report_hotel_restaurant/report_hotel_restaurant.py

  • Committer: Serpent Consulting Services Pvt. Ltd.
  • Date: 2014-02-19 12:09:14 UTC
  • Revision ID: support@serpentcs.com-20140219120914-tohhc656l58bin1p
Some optimizations and py standards corrected

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from openerp.osv import fields, osv
24
24
 
25
25
AVAILABLE_STATES = [
26
 
    ('draft','Draft'),
27
 
    ('confirm','Confirm'),
 
26
    ('draft', 'Draft'),
 
27
    ('confirm', 'Confirm'),
28
28
    ('done', 'Done')
29
29
]
30
30
 
53
53
 
54
54
report_hotel_restaurant_status()
55
55
 
56
 
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
 
b'\\ No newline at end of file'
 
56
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: