http.py 194 B

1234567891011
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. import odoo
  4. def db_list(force=False, host=None):
  5. return []
  6. odoo.http.db_list = db_list