-
-
Notifications
You must be signed in to change notification settings - Fork 692
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
[13.0][IMP] account_invoice_show_currency_line_rate: add journal item rate and consider journal item balance for credit amounts #1838
base: 13.0
Are you sure you want to change the base?
Conversation
JordiMForgeFlow
commented
Nov 11, 2024
•
edited
Loading
edited
- Add currency rate field on journal items
- Compute rate based on the balance instead of looking just at the debit amount
b577198
to
31c878b
Compare
31c878b
to
b7197f6
Compare
@victoralmau could you check these changes? :) |
Is the new field because the currency rate in the lines can be different from the currency rate of the journal entries? is that because of manual editions of the amount currency? |
@AaronHForgeFlow you can create misc entries with lines having different currency. Odoo already provides this field from >=V16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR has the |