- The handling of the Odoo launcher has been improved, allowing you to activate the boot configuration from the board.
- More user messages have been added.
- Fixed a bug that caused it not to be imported in the
__init__.py
of the wizard module
- Better handling of Odoo Server start, debug and stop buttons in the statusbar
- Support for string templates in javascript
-
Full support has been added to Odoo 18.
-
It is now possible to add your own documentation resources via the
odooShortcuts.sites
configuration"odooShortcuts.sites": [ { "label": "Resource Label", "url": "Resource URL" } ]
-
Performance improvements have been added.
-
It is now possible to load Odoo and Odoo Web Library documentation completely without the need to exit vscode
-
Two new snippets have been added:
- oolistedit - List Editable in Odoo 18
- oovlist - Add new list view in Odoo 18
- All snippets have been updated to Odoo version 18
- The possibility of scanning has been added to all workspaces that are incorporated into our project.
- A new provider related to the Odoo source addons and, if applicable, those of the enterprise has been added.
- I have improved the interaction between the start and debug of the Odoo server by being able to leave the configuration arguments blank in the webview, in addition to saving the last configuration used once we reopen the project.
- Updated the widget list in the oowidgets snippet.
- The context menu in File Explorer has been simplified
- Several menus have been added in the context of the Odoons Explorer
- Fixed minor bugs in the extension
- Shortcuts have been added for the commands: Open the configuration webview (Win&Linux: ctrl+k ctrl+a, Mac: cmd+k cmd+a), Start Odoo Server (Win&Linux: ctrl+k n, Mac: cmd+k n) , Debug Odoo Server (Win&Linux: ctrl+k ctrl+n, Mac: cmd+k cmd+n), Debug Odoo Javascript (Win&Linux: ctrl+k j, Mac: cmd+k j)
- Buttons have been added to start and debug the Odoo server, in addition to the button to debug javascript and the button to add configurations for the launch
- Performance has been improved
- Fixed run configurations
- The design of the webview in the form was corrected, in addition to making it much more flexible, giving the possibility of searching the directory tree for the odoo-bin and odoo.conf files and also being able to copy the path in the corresponding field
- The error that did not allow the webview to be seen in Windows has been corrected
- Fixed minor error in performance
- The error that did not allow the shortcuts.json file to be created correctly has been fixed
- A webview has been added to manage the configurations for starting and debugging the server
- Added a snippets to create t-call tags to call other templates, its trigger is otc
- New feature: 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.
- The description key has been removed from the Manifest as it is deprecated
- The bug described in #6 has been fixed
- The bug described in #8 has been fixed
- The bug described in #9 has been fixed
- New snippets have been added in the OWL component template.
- All tags have been added by snippets according to the owl documentation OWL.
- Fixed minor bugs in the extension
- Fixed error in the name of views and inherited views. Issue #7. Thank you Rafael Angel Ramirez
- A selection of arguments for launching the startup or debug of the Odoo Server has been added to the status bar, in addition to its creation.
- The errors described in the issue have been fixed Issue #3. A new step has been created to manage server actions. Thanks to Rafael Angel Ramirez
- The errors described in the issue have been fixed Issue #3. Thanks to Rafael Angel Ramirez
- The error that duplicated the xml in the
__manifest__.py
file has been fixed - The performance of the extension has been improved for gre<<<<<<< HEAD "version": "0.15.4", =======ing to the issue [ FEAT ] Creates inherit views. #2, proposed by Rafael Angel Ramirez.
- Added the functionality to create paper format to the reports.
- The folder and directory structure was aligned to the development guide proposed by Odoo. Thanks to Rolando Perez Rebollo for suggesting we add this guide Odoo Coding Guidelines.
- Fixed error in the node tree and search that did not allow an OCA pre-commit when it has string. Thanks to Carlos López for detecting and reporting it. The
oovtree
,oovfull
,ootedit
snippets and the respectiveCreate Model
andCreate View
file creation shortcuts were updated. Issue Details string attribute in <tree> #1
- Added a new menu in addon elements to create views and actions.
- The possibility of creating reports was added to the Odoo python files menu.
- Translate .po files.
- A new view containers has been created for Odoo.
- Added two tree data provider addons explorer and explorer configurations
- The option has been added to start the odoo server, debug python and javascript files for each of the configurations found in the environment.
- In the Tree View of the Addons they are now grouped by repositories or folders containing addons
- Added odoo signature colors violet and green to icons
- Added a new Tree View in Explorer for the Explorer Addon
- Added a new Tree View in Explorer for the Explorer Odoo
- Added contacts mantainers in README file
- Create new snippets in Odoo Web Library (OWL)
- Import Hook Service - (ooimservice)
- Use Hook Service - (oohservice)
- Create new snippets in Python File
- Inherit Default Get Method - (oodefault)
- Fixed minor error in
__manifest__.py
version 17
- Fixed minor error in Get Path Import
- Fixed the error that was not detected in the javascript file when it was with const
- Get the import path of a javascript file.
- Open a file from its import and navigate to the definition of the chosen class or function
- New snippets have been added in OWL such as useState, useRef, useContext, useStore, useDispatch, useAutoFocus, useAssets, useBus
- The templates have been updated to version 2.2 of OWL
- New services such as action and company service have been added
- We have separated and listed the services in OWL to choose from quickpick updated to odoo 17
- It is now possible from any folder or folder position to generate any
- Fixed minor issue
- Create a new Controller including the template file
- Existence validations for views, reports, models and access rules have been added
- Fixed version 17 to three places in the
__manifest__.py
file
- fixed bug in the view template that did not change the model in the res_model tag
- Create views and reports from the model and inherit model from the editor
- Import model and inherit model in
__init__.py
from the editor - Import model in security model access file (
ir.model.access.csv
)
- Create new wizards files (
*.xml
and*.py
) - Create new report file (
*.xml
) - Create new Paper Format (
paperformat.xml
)
- Internationalizations (en, es)
- A structural change was made, now when we click on any folder two options will appear (New Addon and New Odoo Configuration) and when we click on the
__manifest__.py
file is when the rest of the options are activated - Fixed minor errors
- Get Current XPath in views *.xml, selecting the tag inside the quotes or selecting the parent selector of the line
- Create odoo configuration files (*.conf)
- Add continuos integration with github actions
- The name was changed to continue extending and adding functionalities in the form of shortcuts
- All snnipets have been migrated to this extension available in the Odoo Final Snippets extension of mjavint (deprecated)
- All snippets that were available in the mjavint Odoo Final Snippets https://marketplace.visualstudio.com/items?itemName=mjavint.mjavint-odoo-snippets extension (deprecated) have been migrated to this extension
- Added shortcuts for working in python, xml and javascript
- Work on response speed
- Fixed the error that prevented creating an addon
- Fixed minor errors
- Extension information messages were improved
- Fixed error that did not allow the addon to be created
- First Version