Skip to content

Commit

Permalink
Update documents_workflow_rule.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanakya-OSI authored Aug 30, 2024
1 parent 9fc953c commit 54ae22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documents_stock_lot/models/documents_workflow_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def create_record(self, documents=None):
view_id = self.env.ref("documents_stock_lot.select_lot_view_form").id
return {
"type": "ir.actions.act_window",
"res_model": "select.lot",
"res_model": "stock.lot",
"name": "Lot/Tracking Number",
"context": ctx,
"view_mode": "form",
Expand Down

0 comments on commit 54ae22b

Please sign in to comment.