forked from OCA/field-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Migrating
required
from model to view
While migrating ``fieldservice_repair`` (OCA#1209) some unit tests were failing because this module adds ``required`` condition on two new fields on ``fms.equipment`` model. To avoid this, the best solution was to migrate the required to the view as we cannot force the installation order on odoo.
- Loading branch information
ilo
committed
Sep 11, 2024
1 parent
f1e44e9
commit 84c7d1f
Showing
3 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters