Skip to content

Commit

Permalink
[UPD] Use transient model
Browse files Browse the repository at this point in the history
  • Loading branch information
ehdem committed Mar 17, 2015
1 parent 435f86e commit e5d7992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exportsage50/wizard/exportsage50.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import unicodedata


class exportsage(orm.Model):
class exportsage(orm.TransientModel):
_name = "exportsage"
_description = "Create imp file to export in sage50"
_columns = {
Expand Down

0 comments on commit e5d7992

Please sign in to comment.