Skip to content

Commit

Permalink
field name changed in odoo with v18. Thx to Wout Swennen for reportin…
Browse files Browse the repository at this point in the history
…g the issue.
  • Loading branch information
jdetaeye committed Dec 12, 2024
1 parent ed7bf7c commit 25b526d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frepple/controllers/inbound.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def run(self):
"|",
("date_end", "=", False),
("date_end", ">=", datetime.now()),
("type_id.name", "=", "Blanket Order"),
("requisition_type", "=", "blanket_order"),
("state", "=", "ongoing"),
]
)
Expand Down

0 comments on commit 25b526d

Please sign in to comment.