# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models, tools class test_report(models.Model): _name = 'test.report' _auto = False _description = 'Test Report' test = fi…
how to integrate Odoo with MySQL - Stack Overflowhttps://stackoverflow.com/questions/31959919/how-to-integrate-odoo-with-mysql mysql | Odoohttps://www.odoo.com/zh_CN/forum/help-1/tag/mysql-1284/questions Is it possible to use MySQL with Odoo? | Odooh…