Skip to content

erickgnavar/odootools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odootools

Set of tools for Odoo development

This package inspect Odoo source code to build a db of features for easy search.

Dependencies

  • f.el
  • helm
  • Python 2

Installation

Clone this repo somewhere

(add-to-list 'load-path "path where the repo was cloned")

(setq odootools-addons-path "path to odoo addons folder")

(require 'odootools)

Usage

  • For search and insert security group id odootools-find-group-id
  • For search and insert view id odootools-find-group-id
  • For search and open view file odootools-find-view-file
  • For rebuild the db db use odootools-rebuild-db

Snippets

Require yasnippets package

  • omodel: Expand a model definition
  • oimodel: Expand a inherit model definition
  • otmodel: Expand a transient model definition

TODO

  • Go to view line after open buffer
  • Add snippets for python mode
  • Add snippets for xml mode
  • Find Odoo models by model ID

About

Emacs tools for Odoo development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published