Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.79 KB

README.md

File metadata and controls

58 lines (39 loc) · 2.79 KB

Odoo Shortcuts

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.

Screenshots

  • General View General View 1

  • Odoo Start Server, Debug Python and Javascript Debug

  • Code Lens in Odoo Python Files General View

  • Get the XPath to inherit the structure Get XPath 1 Get XPath 2

  • Easy convert CSV data in XML csv2xml

Features

  • 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.

How to install

Quick Install

  1. Open VSCode.
  2. Go to the Extensions tab.
  3. Search for Odoo Shortcuts.
  4. Click Install.

https://marketplace.visualstudio.com/items?itemName=mvintg.odoo-file

Reviews

https://marketplace.visualstudio.com/items?itemName=mvintg.odoo-file&ssr=false#review-details

Known Issues

You can report an issue through https://github.com/mjavint/odoo-shortcuts/issues

Mantainers