[IMP] mail: various cleaning and fixes in the notification email links (wording,...
[odoo/odoo.git] / openerp-server
1 #!/usr/bin/env python
2 import openerp
3
4 if __name__ == "__main__":
5     openerp.cli.main()
6
7 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: