-
-
Notifications
You must be signed in to change notification settings - Fork 414
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
[15.0] [MIG] account_cash_discount_payment: Migration to 15.0 #761
Open
bizzappdev
wants to merge
33
commits into
OCA:15.0
Choose a base branch
from
BizzAppDev-Systems:15.0-mig-account_cash_discount_payment-BAD
base: 15.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[15.0] [MIG] account_cash_discount_payment: Migration to 15.0 #761
bizzappdev
wants to merge
33
commits into
OCA:15.0
from
BizzAppDev-Systems:15.0-mig-account_cash_discount_payment-BAD
Conversation
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
[ADD] Allow to configure discount options directly on the payment term [ADD] Add account cash discount payment module [MIG] account_cash_discount_payment migration. Also removed force_discount_amount from the account.invoice [ADD] Allow to tell if a payment line is paid using the discount or not. Keep the original amount in order to compute it again
…iscount) from a payment order
…ked to an invoice which has a discount [CHG] Use a computed flag to know if there is tax adjustments or not [CHG] When the pay_with_discount flag is changed, the amount to paid is computed based on the invoice total and the invoice total with the discount amount deducted [FIX] Invoice report should display the amount_total_with_discount instead of the discount_amount [CHG] Use a single date as a search filter for the discount due date [FIX] The generated discount write off move should be posted depending on the payment mode configuration [CHG] only the pay_with_discount flag should decide if the write off should be created or not [CHG] The accounting partner is already the one defined on the move line
…e tax lines [CHG] changed the way to populate tax's move lines debit/credit fields [FIX] the discount due date should be recomputed when the invoice data changes [FIX] the amount of the payment line should not include the discount if the current date is posterior to the discount due date [IMP] Display a button on the payment line tree view to toggle the pay with discount flag [ADD] Show the discount amount/due date in the payment line generation wizard [FIX] Keep the base line with taxes [FIX] do not allow to change the pay_with_discount field value if the payment order is done [CHG] display a filled/emtpy checkbox depending if the discount has been enabled or not [FIX] use the writeoff account for a non tax line [ADD] display the discount due date/amount in the move line search more [FIX] the domain should be recomputed when the discount due date changes [FIX] new onchange method to disable the discount if the amount of a payment line has been changed manually. The writeoff shouldn't be created if the amount of the line doesn't correspond to the invoice total with discount [FIX] the pay with discount field should not be visible if the invoice has already been paid partially [FIX] discount data should only be visible in a supplier invoice
[FIX] Fixed tests
…tains a discount [ADD] use the supplier payment term when creating a refund
[ADD] allow to toggle the discount on the payment order even if the discount due date is in the past [FIX] force to load discount payment term options when the partner changes
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-payment-14.0/account-payment-14.0-account_cash_discount_payment Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_cash_discount_payment/
Currently translated at 100.0% (23 of 23 strings) Translation: account-payment-14.0/account-payment-14.0-account_cash_discount_payment Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_cash_discount_payment/es/
bizzappdev
force-pushed
the
15.0-mig-account_cash_discount_payment-BAD
branch
from
September 30, 2024 11:20
769b267
to
9372b88
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dependency MR for module account_cash_discount_base #597