Commit Graph

681 Commits

Author SHA1 Message Date
OCA-git-bot
d8a124b0b8 Merge PR #809 into 13.0
Signed-off-by pedrobaeza
2021-04-30 06:51:07 +00:00
Jordi Ballester
22b32603ae [account_payment_purchase][fix]
- Only issue a warning message if the PO had a non-blank payment mode or bank.
2021-04-29 10:44:08 +02:00
oca-travis
322d2da8b6 [UPD] Update account_payment_order.pot 2021-04-23 20:00:01 +00:00
OCA Transbot
aaf3978e83 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: bank-payment-13.0/bank-payment-13.0-account_payment_order
Translate-URL: https://translation.odoo-community.org/projects/bank-payment-13-0/bank-payment-13-0-account_payment_order/
2021-04-23 18:58:05 +00:00
OCA-git-bot
365c2438d0 [UPD] addons table in README.md 2021-04-23 18:57:54 +00:00
OCA-git-bot
0ed4b8e730 account_payment_order 13.0.1.4.5 2021-04-23 18:57:47 +00:00
oca-travis
b3179102c9 [UPD] Update account_payment_order.pot 2021-04-23 17:56:57 +00:00
OCA-git-bot
c093ddbfd4 Merge PR #805 into 13.0
Signed-off-by pedrobaeza
2021-04-23 16:51:24 +00:00
oca-travis
606c1c474f [UPD] Update account_payment_purchase.pot 2021-04-23 16:02:18 +00:00
OCA Transbot
469169a1ac Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

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/
2021-04-23 15:17:38 +00:00
OCA-git-bot
2f7bb346d9 [UPD] addons table in README.md 2021-04-23 15:17:30 +00:00
OCA-git-bot
9ee30f3be2 account_payment_purchase 13.0.1.0.1 2021-04-23 15:17:24 +00:00
oca-travis
156e3b3678 [UPD] Update account_payment_purchase.pot 2021-04-23 14:43:05 +00:00
OCA-git-bot
ed44a9e293 Merge PR #807 into 13.0
Signed-off-by pedrobaeza
2021-04-23 14:05:11 +00:00
Atte Isopuro
6e165f8ef0 [FIX] account_payment_purchase: Do not warn if no purchase
If the user set no purchase order on an invoice, it makes no sense
to warn them about details being different.

The onchange for the purchase_id field is not only run when the user
sets a purchase, but also when they open a new, empty form view.
Normally this causes no problems, but in some contexts the user
may want to define defaults for the payment term or bank account.
If these are defined, they will not be False on a new draft invoice,
but there will be no purchase, so the code interpreted the values
as having "changed".

We avoid this by simply not checking for changes if no purchase has
been set on the invoice.
2021-04-23 16:01:55 +02:00
Benoit Aimont
e5b1b1a084 [13.0][IMP] account_payment_order - move date should be bank line date when offsetting_account is bank_account 2021-04-21 16:33:36 +02:00
OCA-git-bot
deeeb7212a [UPD] addons table in README.md 2021-04-15 18:39:50 +00:00
Pedro M. Baeza
3c622d95ee [FIX] account_payment_order: Computed non-stored fields needs always a value
We should assign a value for all records of the set.
2021-04-15 20:35:39 +02:00
OCA-git-bot
9ddc2f8bb5 [UPD] addons table in README.md 2021-03-30 11:04:39 +00:00
OCA-git-bot
aa7e75c2a4 account_payment_order 13.0.1.4.3 2021-03-30 11:04:33 +00:00
OCA-git-bot
0cff41ab59 Merge PR #798 into 13.0
Signed-off-by pedrobaeza
2021-03-30 10:39:14 +00:00
João Marques
a3b1184870 [FIX] account_payment_order: Fix tests
Don't use taxes in invoices to avoid inconsistency across localization settings
2021-03-30 11:24:03 +01:00
OCA-git-bot
f2b594f0a4 [UPD] addons table in README.md 2021-03-29 10:44:48 +00:00
OCA-git-bot
f11d705819 account_payment_order 13.0.1.4.2 2021-03-29 10:44:42 +00:00
OCA-git-bot
5399cd142d Merge PR #797 into 13.0
Signed-off-by pedrobaeza
2021-03-29 10:36:50 +00:00
João Marques
9d72404149 [FIX] account_payment_order: Fix tests
On multi-company settings, we need to make sure we are searching and creating objects with the correct company associated.
(Includes part of https://github.com/OCA/bank-payment/pull/786)

TT28423

Create account and bank journal instead of searching.
Add proper expected taxes to that account to allow predicting the final value.

TT28962
2021-03-29 07:50:13 +01:00
OCA-git-bot
513434ab71 [UPD] addons table in README.md 2021-03-26 07:57:12 +00:00
OCA-git-bot
a1a727866c account_payment_sale 13.0.1.1.3 2021-03-26 07:57:05 +00:00
OCA-git-bot
467eb3fb13 account_payment_partner 13.0.1.0.3 2021-03-26 07:57:04 +00:00
OCA-git-bot
f2e8de8bde Merge PR #796 into 13.0
Signed-off-by pedrobaeza
2021-03-26 07:35:01 +00:00
João Marques
2e36dd4265 [FIX] account_payment_sale: Fix multi-company issues
Check company on SO

TT28906
2021-03-26 07:14:35 +00:00
João Marques
82154cbab4 [FIX] account_payment_partner: Fix multi-company issues
Make payment_mode fields limited to the correct company

TT28906
2021-03-26 07:00:30 +00:00
OCA-git-bot
d8ea3f8da9 [UPD] addons table in README.md 2021-03-18 13:49:13 +00:00
OCA-git-bot
a964c38349 account_payment_order_return 13.0.1.0.2 2021-03-18 13:49:07 +00:00
OCA-git-bot
153ccb68c4 Merge PR #793 into 13.0
Signed-off-by pedrobaeza
2021-03-18 13:07:42 +00:00
Víctor Martínez
6c757b0b4b [FIX] account_payment_order_return: Fix tests 2021-03-18 08:04:32 +01:00
OCA-git-bot
40f113eee9 [UPD] addons table in README.md 2021-03-12 17:43:15 +00:00
OCA-git-bot
dcc8be13a0 account_payment_partner 13.0.1.0.2 2021-03-12 17:43:08 +00:00
OCA-git-bot
167798b319 account_payment_order_return 13.0.1.0.1 2021-03-12 17:43:06 +00:00
OCA-git-bot
bfad2349d9 Merge PR #790 into 13.0
Signed-off-by pedrobaeza
2021-03-12 17:28:00 +00:00
Víctor Martínez
eb84bae097 [FIX] account_payment_order_return: Set correct journal in tests to prevent error 2021-03-12 16:36:05 +01:00
Víctor Martínez
05badcddc6 [FIX] account_payment_partner: Set correct journals in tests to prevent error 2021-03-12 12:08:35 +01:00
OCA-git-bot
e23c1c4f49 [ADD] setup.py 2021-02-12 08:17:42 +00:00
OCA-git-bot
8471f11d32 [UPD] README.rst 2021-02-12 08:17:42 +00:00
OCA-git-bot
258f7eeb31 [UPD] addons table in README.md 2021-02-12 08:17:38 +00:00
oca-travis
22ec3bdb84 [UPD] Update account_payment_order_return.pot 2021-02-12 07:54:45 +00:00
OCA-git-bot
c7c2899bce Merge PR #782 into 13.0
Signed-off-by pedrobaeza
2021-02-12 07:42:29 +00:00
João Marques
534ca15ab6 [MIG] account_payment_order_return: Migration to 13.0
TT27858
2021-02-12 07:38:31 +00:00
João Marques
133c4126fa [IMP] account_payment_order_return: black, isort, prettier 2021-02-11 12:36:33 +00:00
Javier Colmeiro
0a48f35aaf fix domain in payment_order_return
fix domain in payment_order_return in order to avoid problems with moves without associated invoice as discused at #718
2021-02-11 12:36:33 +00:00