[FIX] point_of_sale: if an order fails to mark as PAID, leave it at NEW so that the...
[odoo/odoo.git] / oe
1 #! /usr/bin/env python2
2
3 if __name__ == '__main__':
4     import openerpcommand.main
5     openerpcommand.main.run()