Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gisce/openerp-pycharm-livetemplatates
PyCharm Live Templates for OpenERP
https://github.com/gisce/openerp-pycharm-livetemplatates
hacktoberfest openerp pycharm template xml
Last synced: about 2 months ago
JSON representation
PyCharm Live Templates for OpenERP
- Host: GitHub
- URL: https://github.com/gisce/openerp-pycharm-livetemplatates
- Owner: gisce
- License: unlicense
- Created: 2013-12-20T11:27:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T12:55:55.000Z (5 months ago)
- Last Synced: 2024-08-09T14:25:52.508Z (5 months ago)
- Topics: hacktoberfest, openerp, pycharm, template, xml
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 23
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyCharm Live Templates for OpenERP
### Install
```sh
cp OpenERP.xml ~/.config/JetBrains/PyCharmXX/templates/
```### Use
Inside your OpenERP files: XML views, Python files
Press **Ctrl + J** to insert the template
### Existing features (in parentheses the keyword to use inside the PyCharm file):
#### Python
- Creating `__terp__.py` (`__terp__`)
- Creating a function field (`ff`)
- Creating a write function field (`ff_inv`)
- Creating a search function field (`ff_search`)
- Creating the name_get function (`name_get`)
- Creating the function name_search (`name_search`)
- Creating an object (`osv_class`)
- Returning a report from a function (`return_report`)
- Return a window from a function (`return_window`)#### XML
- Creating the ` ` tags (`openerp_tags`)
- Creating an action (`ir_action`)
- Creating a view (`ir_ui_view`)
- Creating a menu (`menuitem`)
- Creating a security group (`security`)
- Creating a shortcut from one object to another (`shortcut`)
- Defining a wizard (`wizard`)
- Add a field tag (`field`)