From 81ac0c366b87796411aa519a338cb4b6883b015d Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 22 Mar 2020 14:09:57 +0700 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a48d202..25285b9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # pydevd-odoo [PyDev.Debugger](https://github.com/fabioz/PyDev.Debugger) is the Python debugger used -in PyDev, PyCharm, VSCode. This plugin makes the debugger better for Odoo -development. +in PyDev, PyCharm, VSCode. This plugin aims to make the debugger works better for Odoo. ## Odoo Recordset [Recordsets](https://www.odoo.com/documentation/13.0/reference/orm.html#recordsets) is a fundamental concept in Odoo.