DocMarty84 / atom-odoo-snippets

Odoo snippets for Atom editor
MIT License
14 stars 8 forks source link

Improved relational fields. #3

Closed yajo closed 8 years ago

yajo commented 8 years ago

These snippets provide placeholder values and allow you to completely remove some sections just by pressing TAB and backspace. They also stop before ) in case you want to add more arguments, and after it to continue coding.

DocMarty84 commented 8 years ago

Thanks, just some minor changes I would suggest. I know adding comodel_name and such is not common in the code, but since they are not supposed to be positional arguments, I think it makes more sense to keep them.