Improve your productivity, speed and efficiency developing in Odoo, creating scaffolds of the different files allowed in Odoo that it includes (addon, odoo configurations, python, xml and javascript files), as well as powerful snippets, startup management and server debugging as well as debugging of OWL components.
- Create addon, odoo configuration, odoo python modules, python files (Model, Inherit Model, Wizard, Report, Controller, ...), xml files (Views, View Inherit, Window Actions, Cron Actions, Client Actions, Server Actions, Paper Format, ...) and OWL javascript files (field, common, action, public, services, ... component). Full handling for importing and updating files during creation and update.
- Flexible and extensible Odoo Server Startup and Debug Configuration Panel, integrated and native startup and debug in the status bar in the editor.
- The possibility has been added to transform the data file (example: account.move.csv) to its corresponding xml file (account_move_data.xml) with noupdate set to True activated by default so that it is only loaded once.
- It is now possible to add your own documentation resources via the
odooShortcuts.sites
configuration. - Support for string templates in python.
- Code Lens in odoo python files.
- Easy translation of
*.po
files. - Intuitive and easy to use Odoo explorer.
- XPath handling using the context menu.
- Path handling in
*.js
files using the context menu.
- Open VSCode.
- Go to the Extensions tab.
- Search for Odoo Shortcuts.
- Click Install.
https://marketplace.visualstudio.com/items?itemName=mvintg.odoo-file
https://marketplace.visualstudio.com/items?itemName=mvintg.odoo-file&ssr=false#review-details
You can report an issue through https://github.com/mjavint/odoo-shortcuts/issues
- Ing. Manuel Vinent Guilarte [email protected]
- Ing. Antonio David Ruban Espinal [email protected]