Mar 31, 2020
Hi all. Version 0.2.1 of the Odoo Snippets extension is available on the Visual Studio Code Marketplace.Here the new features.PythonBoolean field is now availableInteger field fixedIn compute function a complete loop is created inside the method because self is a recordsetIn create function, super() is python3 compatible (with no arguments)In import, objects are ordered by name.In class creation (new or inherit) must be selected a model type (Abstract, Model, Transient)Added import exceptions... more