Commit Graph

15 Commits

Author SHA1 Message Date
OCA-git-bot
fe4e827c2d [BOT] post-merge updates 2024-03-07 07:50:20 +00:00
David Ramia
6de70555f5 [IMP] account_banking_mandate: pre-commit auto fixes 2024-03-02 12:19:40 +01:00
OCA-git-bot
edfefee0d9 [BOT] post-merge updates 2024-01-04 15:26:28 +00:00
OCA-git-bot
7c04134f85 [BOT] post-merge updates 2023-12-13 07:39:20 +00: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
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
cubells
288caf7323 account_payment_purchase: Migration to 11.0 2023-11-26 11:29:35 +01:00
cubells
e0ae173d35 account_payment_purchase module 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
Yannick Vaucher
0b24975313 Add missing default oca icons 2023-11-26 11:19:30 +01:00