Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] hr_contract_currency #1357

Open
wants to merge 5 commits into
base: 17.0
Choose a base branch
from

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    e4c3869 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    1274365 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Revert "[ADD] Display the selected currency on the final Payslip if O…

    …doo enterprise is installed"
    
    - Modules from Odoo enterpri break the .
    
    This reverts commit 1274365.
    baptiste-n42 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e4ea956 View commit details
    Browse the repository at this point in the history
  2. [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.
    baptiste-n42 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cfbcd57 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    61b0e09 View commit details
    Browse the repository at this point in the history