Installation

use { "gabriele-baldessari/odoo-dev.nvim" }

Setup

require("odoo-dev").setup({
	odoo_bin_path = <odoo-bin path>, 
	python_path = <python path>, 
	template_path = <module template>, 
})