Skip to content

Commit

Permalink
[FIX] action server also for category
Browse files Browse the repository at this point in the history
  • Loading branch information
bguillot committed Oct 8, 2019
1 parent 65a7fa4 commit e45e12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shopinvader_search_engine/views/product_category_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<field name="name">Recompute shopinvader category</field>
<field name="model_id" ref="product.model_product_category"/>
<field name="code">
for categ in object:
for categ in records:
categ.shopinvader_bind_ids._jobify_recompute_json(force_export=True)
</field>
</record>
Expand Down

0 comments on commit e45e12c

Please sign in to comment.