Skip to content

Commit

Permalink
[IMP] res_partner_operating_unit - remove required on operating_unit_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidderen committed Oct 5, 2024
1 parent fb7c92a commit f99e2cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion res_partner_operating_unit/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ def _default_operating_unit(self):
"partner_id",
"operating_unit_id",
"Operating Units",
required=True,
default=lambda self: self._default_operating_unit(),
)

0 comments on commit f99e2cc

Please sign in to comment.