Skip to content

Commit

Permalink
[IMP] upgrade_v8: fix little typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rco-odoo committed Jun 5, 2014
1 parent 55df1bf commit 00c0062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade_v8/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Stored computed fields are much easier now::
)

@api.one
@depends('name', 'parent_id.name')
@api.depends('name', 'parent_id.name')
def _compute_display_name(self):
...

Expand Down

0 comments on commit 00c0062

Please sign in to comment.