oca-ocb-hw/odoo-bringout-oca-ocb-hw_drivers/hw_drivers/http.py
2025-08-29 15:20:52 +02:00

10 lines
194 B
Python

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