Commit Graph

53 Commits

Author SHA1 Message Date
Víctor Martínez
ad295dee65 [FIX] account_payment_purchase: Leave the partner_bank_id field empty in purchase invoice process
Example use case:
- Create a Supplier and set a bank account.
- Creating a purchase order with a Supplier Bank Account
- The payment method of the payment method must have the Bank Account Required box unchecked.
- Confirm the purchase order and create the invoice with the "Create Bill" button.
- The invoice must have the bank account empty.

TT46502
2024-07-01 08:14:16 +02:00
jakobkrabbe
cef15c974c Translated using Weblate (Swedish)
Currently translated at 100.0% (8 of 8 strings)

Translation: bank-payment-17.0/bank-payment-17.0-account_payment_purchase
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-17-0/bank-payment-17-0-account_payment_purchase/sv/
2024-06-05 11:37:37 +00:00
Santiago Payà
fceb3d43e2 Translated using Weblate (Catalan)
Currently translated at 100.0% (8 of 8 strings)

Translation: bank-payment-17.0/bank-payment-17.0-account_payment_purchase
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-17-0/bank-payment-17-0-account_payment_purchase/ca/
2024-05-29 20:37:33 +00:00
Rodrigo Macedo
d3d805362c Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (8 of 8 strings)

Translation: bank-payment-17.0/bank-payment-17.0-account_payment_purchase
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-17-0/bank-payment-17-0-account_payment_purchase/pt_BR/
2024-05-17 20:35:41 +00:00
mymage
ece6a89af3 Translated using Weblate (Italian)
Currently translated at 100.0% (8 of 8 strings)

Translation: bank-payment-17.0/bank-payment-17.0-account_payment_purchase
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-17-0/bank-payment-17-0-account_payment_purchase/it/
2024-05-03 14:40:27 +00:00
OCA-git-bot
fe4e827c2d [BOT] post-merge updates 2024-03-07 07:50:20 +00:00
Nils Hamerlinck
2a34d1f435 [IMP] account_payment_purchase: pre-commit stuff 2024-03-07 09:37:50 +07:00
David Ramia
6de70555f5 [IMP] account_banking_mandate: pre-commit auto fixes 2024-03-02 12:19:40 +01:00
mymage
b09ead36ba Translated using Weblate (Italian)
Currently translated at 100.0% (8 of 8 strings)

Translation: bank-payment-17.0/bank-payment-17.0-account_payment_purchase
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-17-0/bank-payment-17-0-account_payment_purchase/it/
2024-02-04 20:36:11 +00:00
OCA-git-bot
edfefee0d9 [BOT] post-merge updates 2024-01-04 15:26:28 +00:00
GuillemCForgeFlow
eee8c33159 [FIX]account_payment_purchase: return result from onchange and get properties with correct company 2024-01-04 10:21:29 +01:00
OCA-git-bot
7c04134f85 [BOT] post-merge updates 2023-12-13 07:39:20 +00:00
oca-ci
be6ec3928b [UPD] Update account_payment_purchase.pot 2023-12-13 07:36:49 +00:00
David Ramia
f5cad36ca9 [MIG] account_payment_purchase: Migration to 17.0 2023-12-12 20:34:42 +01:00
David Ramia
4c76dc6527 [IMP] account_payment_purchase: pre-commit auto fixes 2023-12-12 20:08:15 +01:00
Alexis de Lattre
30204f66e9 account_payment_purchase: replace api.onchange by computed field on purchase.order
Add check_company=True on the 2 fields of purchase.order
2023-11-26 11:29:37 +01:00
David Ramia
5dc27e9f13 [MIG] account_payment_purchase: Migration to 16.0 2023-11-26 11:29:37 +01:00
Vladimir Mitreski
8492ed9e85 [FIX] account_payment_purchase: Make payment method to require bank account
Without this fix, the partner_bank_id was being reset to False on change of 'company_id'
in the _onchange_purchase_auto_complete method in account.move in the following unit test:
def test_from_purchase_order_invoicing_bank

That's because in commit 9be9766535 we switched to
getting payment method from env.ref('account.account_payment_method_manual_out'), which has
bank_account_required == False by default, while before that we were creating payment method for
which we were explicitly setting bank_account_required as True

Also tag unit test as post_install
2023-11-26 11:29:36 +01:00
Cramosh
dc5c01c419 [FIX] account_payment_purchase: solved error get payment mode and bank id close #899 2023-11-26 11:29:36 +01:00
Koen Loodts
1cb7e6b774 [MIG] account_payment_purchase: Migration to 15.0 2023-11-26 11:29:36 +01:00
Jordi Ballester
1b490f191b [account_payment_purchase][fix] Only warn for non-blank payment mode or bank PO
- Only issue a warning message if the PO had a non-blank payment mode or bank.
2023-11-26 11:29:36 +01:00
Carlos Roca
2ae9b8a809 [MIG] account_payment_purchase: Migration to v14 2023-11-26 11:29:36 +01:00
Andrea
5de2cb5390 Split account_payment_purchase (add account_payment_purchase_stock) 2023-11-26 11:29:36 +01:00
mreficent
23bc63cee1 [MIG] account_payment_purchase: Migration to 13.0 2023-11-26 11:29:35 +01:00
mreficent
e0ab4235ea [IMP] account_payment_purchase: black, isort 2023-11-26 11:29:35 +01:00
cubells
288caf7323 account_payment_purchase: Migration to 11.0 2023-11-26 11:29:35 +01:00
Abranes
4bdb0a9816 account_payment_purchase: Migration to 10.0 2023-11-26 11:19:30 +01:00
cubells
e0ae173d35 account_payment_purchase module 2023-11-26 11:19:30 +01:00
jesusVMayor
a2e47b6a55 account_payment_purchase: set correctly payment mode in purchases created from procurement. 2023-11-26 11:19:30 +01:00
Alexis de Lattre
3f9d8c79f8 Remove module account_payment_purchase 2023-11-26 11:19:30 +01:00
Alexis de Lattre
207082804a Finalise the wizard of selection of move lines to pay
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/...
2023-11-26 11:19:30 +01:00
Pedro M. Baeza
7cfe1b0d25 account_payment_*: Ensure work with dropshipping dual invoice
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).
2023-11-26 11:19:30 +01:00
Pedro M. Baeza
42212b5625 account_payment_purchase: Propagate payment_mode on MTO/drop shipping 2023-11-26 11:19:30 +01:00
Pedro M. Baeza
c13571ba17 Make modules uninstallable 2023-11-26 11:19:30 +01:00
Stéphane Bidoul
232bfd02ea prefix versions with 8.0 2023-11-26 11:19:30 +01:00
Yannick Vaucher
0b24975313 Add missing default oca icons 2023-11-26 11:19:30 +01:00
Philippe Schmidt
2c009eeb56 some typo corrections 2023-11-26 11:19:30 +01:00
Philippe Schmidt
6548191646 Add requested descriptions in an OCA README.rst file 2023-11-26 11:19:29 +01:00
Pedro M. Baeza
419e4bf22e Expand authors + manifest cleaning 2023-11-26 11:19:29 +01:00
Alexandre Fayolle
d6fdbf72b9 Add OCA as author of OCA addons
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.
2023-11-26 11:19:29 +01:00
Danimar Ribeiro
f8dbec6f90 Portuguese translations 2023-11-26 11:19:29 +01:00
Alexis de Lattre
ea705640b0 Add sale_ok and purchase_ok filters in partner/sale/purchase form views Use widget=selection for payment_mode_id fields Update demo data 2023-11-26 11:19:29 +01:00
Pedro M. Baeza
1332018c6f Use sale_ok and purchase_ok instead of tweaking payment type 2023-11-26 11:19:29 +01:00
Pedro M. Baeza
b106c8d796 Translation template files [IMP] Translations to spanish 2023-11-26 11:19:29 +01:00
Pedro M. Baeza
188196b1cb account_payment_sale_stock: Split for removing stock dependency on sale [DEL] Remove old translations templates [IMP] More reorder on folder structure 2023-11-26 11:19:29 +01:00
Pedro M. Baeza
bfbd3b1be5 Clean files 2023-11-26 11:19:29 +01:00
Pedro M. Baeza
e58c38f32f Migration and enhancement of all modules involved in SEPA 2023-11-26 11:19:29 +01:00
Pedro M. Baeza
5a70c720a6 Initial adjustments for 8.0 repository 2023-11-26 11:19:29 +01:00
Launchpad Translations on behalf of banking-addons-team
8e916954f8 Launchpad automatic translations update. 2023-11-26 11:19:29 +01:00
Launchpad Translations on behalf of banking-addons-team
695b38066d Launchpad automatic translations update. 2023-11-26 11:19:29 +01:00