Skip to content

Latest commit

 

History

History
142 lines (96 loc) · 3.3 KB

CHANGELOG.md

File metadata and controls

142 lines (96 loc) · 3.3 KB

Change Log

2.3.0

  • [FIX] Test class parent (thanks micdahl)
  • [NEW] Add 'act.url' snippet
  • [NEW] Add 'act.server' snippet
  • [NEW] Add 'act.client' snippet

2.2.2

2.2.1

  • [NEW] Fix README badge

2.2.0

  • [NEW] Add dashboard snippet (thanks @ww-michael)
  • [NEW] Add import snippet
  • [NEW] Add ipdb snippet
  • [NEW] Add chatter snippet
  • [NEW] Add return action snippets
  • [IMP] Improve models and views snippets using regex

2.1.0

  • [NEW] Add self.user.company_id snippet
  • [NEW] Add if-else snippet
  • [NEW] Add elif snippet

2.0.0

  • [NEW] Add odoo snippet
  • [NEW] Add group snippet
  • [NEW] Add TransientModel snippet
  • [IMP] Simplify 'data' tag snippet
  • [NEW] Add report template tags (t-if, t-call, t-foreach, t-field e etc)
  • [NEW] Add github action support
  • [DEL] Remove travisci support
  • [IMP] Update contributing instructions and README info
  • [NEW] Add new logo

1.0.1

  • [IMP] Improve README

1.0.0

  • [NEW] Add constrain method snippet (thanks @elmerdpadilla)
  • [FIX] HTML to Html field constructor (thanks @oscars8a)

0.9.0

  • [NEW] Add unlink method snippet
  • [FIX] early close data tag (thanks @oscars8a)
  • [IMP] Add XML version tag (thanks @oscars8a)

0.8.0

  • [FIX] Fix string paramter of Selection field snippet
  • [NEW] Add 'data' tag snippet
  • [NEW] Add 'statusbar' snippet
  • [IMP] Improve README

0.7.1

  • [FIX] Fix api.multi in snippet of write method

0.7.0

  • [NEW] Add field snippets
  • [FIX] Fix tag in 'oxpathattr'

0.6.1

  • [FIX] Remove 'required' tag from fields
  • [FIX] Fix type of field Text snippet
  • [FIX] Fix type of field Selection snippet

0.6.0

  • [NEW] Add xpath attributes snippets
  • [IMP] Move '@' to outside xpath snippet variable
  • [NEW] Add graph and graph inherit views snippets
  • [FIX] Fix name tag value in tree view snippet
  • [FIX] Fix name tag in search view snippets
  • [IMP] Simplify tree, form, search and graph views
  • [NEW] Add pivot and pivot inherit views snippets
  • [NEW] Add kanban and kanban inherit views snippets
  • [NEW] Add calendar and calendar inherit views snippets
  • [NEW] Add gantt and gantt inherit views snippets
  • [FIX] Fix onchange description on README

0.5.0

  • [NEW] Add button box snippet
  • [NEW] Add button snippet
  • [FIX] Remove tag '' from inherit tree snippet
  • [NEW] Add search and search inherit views

0.4.0

  • [NEW] Add ir cron snippet
  • [NEW] Add menu action snippet
  • [NEW] Add menu categoty snippet
  • [NEW] Add menu root snippet
  • [NEW] Add notebook page snippets
  • [NEW] Add notebook snippet
  • [NEW] Add ir.action.act_window snippets
  • [IMP] Update install instruction

0.3.0

  • [NEW] Add snippets to method create, write, compute and onchange.

0.2.2

  • [FIX] XML snippets not working.

0.2.1

  • [NEW] Add line in all Python snippets.

0.2.0

  • [NEW] Form (new and inherit) XML snippets.
  • [NEW] Tree (new and inherit) XML snippets.
  • [NEW] Xpath XML snippet.
  • [IMP] Snippets name of model and relational fields.

0.1.1

  • [FIX] Fix Many2one, many2many and one2many parameter.
  • [FIX] Fix Snippets of some fields.

0.1.0

  • Initial release.