-
-
Notifications
You must be signed in to change notification settings - Fork 673
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Corrected currency assignment for multi-company instances with …
…varying currencies. Previously, Odoo defaulted to the currency of the first company when updating existing records. This issue has been addressed by utilizing a computed field. The `currency_id` field was being cut off at a 120% zoom level. By assigning the field to its own group, this display issue has been resolved without impacting user experience.
- Loading branch information
1 parent
e4ea956
commit 17435c3
Showing
2 changed files
with
23 additions
and
2 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