[IMP] Query should pass through orm and as such the refreshes can be removed in the...
[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: