[FIX] hr_contract: count the number of contracts of an employee as superuser_id as...
[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: