-
-
Notifications
You must be signed in to change notification settings - Fork 577
[14.0] [MIG] account_payment_purchase: Migration to v14 #774
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
Merged
OCA-git-bot
merged 44 commits into
OCA:14.0
from
Tecnativa:14.0-MIG-account_payment_purchase
Jan 24, 2021
Merged
[14.0] [MIG] account_payment_purchase: Migration to v14 #774
OCA-git-bot
merged 44 commits into
OCA:14.0
from
Tecnativa:14.0-MIG-account_payment_purchase
Jan 24, 2021
Conversation
This file contains hidden or 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
…_payment_partner - account_payment_sale - account_payment_sale_stock - account_payment_purchase Filter the selection of invoices per payment type. Add active field on payment.mode and payment.mode.type. Add menu entry for Payment Types.
…le [DEL] Remove old translations templates [IMP] More reorder on folder structure
…ws Use widget=selection for payment_mode_id fields Update demo data
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
When invoicing from dropshipping, the same picking serves for both invoicing sale and purchase orders. The OCA module stock_dropshipping_dual_invoice makes that this happens, but as the picking is the same, it contains both the sale and the purchase reference, making that the resulting invoices don't have the correct payment mode. This is harmless for the rest of operations, as the dictionary query is provided with the proper default value. On v9, dropshipping dual invoice has been merged into core, so this patch for sure will be welcome in that version (if the used method is the same).
Add button "Add to payment/debit order" on invoice form view Started to integrate payment transfer in account_payment_order (not finished at all though) Various fixes/changes/improvements/...
…ated from procurement.
Update translation files Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Currently translated at 100.0% (9 of 9 strings) Translation: bank-payment-12.0/bank-payment-12.0-account_payment_purchase Translate-URL: https://translation.odoo-community.org/projects/bank-payment-12-0/bank-payment-12-0-account_payment_purchase/pt_BR/
Currently translated at 100.0% (9 of 9 strings) Translation: bank-payment-12.0/bank-payment-12.0-account_payment_purchase Translate-URL: https://translation.odoo-community.org/projects/bank-payment-12-0/bank-payment-12-0-account_payment_purchase/ca/
Currently translated at 100.0% (8 of 8 strings) Translation: bank-payment-13.0/bank-payment-13.0-account_payment_purchase Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_payment_purchase/pt_BR/
Currently translated at 100.0% (8 of 8 strings) Translation: bank-payment-13.0/bank-payment-13.0-account_payment_purchase Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_payment_purchase/es_AR/
4b9ccb3 to
cdb7f32
Compare
1 task
pedrobaeza
approved these changes
Jan 24, 2021
|
Straight-forward migration, so let's not block other dependent modules, so fast-tracking it: /ocabot merge nobump |
|
On my way to merge this fine PR! |
|
Congratulations, your PR was merged at 521ccc4. Thanks a lot for contributing to OCA. ❤️ |
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.
cc @Tecnativa TT26419
please @pedrobaeza @joao-p-marques review this