Skip to content

Commit

Permalink
Update product_profile/models/product.py
Browse files Browse the repository at this point in the history
Co-Authored-By: David Beal <david.beal@akretion.com>
  • Loading branch information
kevinkhao and bealdav committed Mar 6, 2020
1 parent ef083ec commit 9819311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_profile/models/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def fields_view_get(
self, view_id=None, view_type="form", toolbar=False, submenu=False
):
""" fields_view_get comes from Model (not AbstractModel) """
res = super(ProductTemplate, self).fields_view_get(
res = super().fields_view_get(
view_id=view_id,
view_type=view_type,
toolbar=toolbar,
Expand Down

0 comments on commit 9819311

Please sign in to comment.