Commit Graph

12 Commits

Author SHA1 Message Date
Raimon Esteve 2f48858738 Bank account owner domain is party or company in account payment 2019-11-15 09:38:16 +01:00
Carlos G?lvez d07a89c5c5 Add missing import.
#037599
2019-05-09 12:35:44 +02:00
?ngel ?lvarez fbeebb720a Add ir.message and use UserWarning/UserError 2019-01-06 08:09:04 +01:00
Raimon Esteve a881707765 Revert remove bank_account from Account Move Lines
From changeset-08095bcad47f
2018-09-10 15:11:13 +02:00
Albert Cervera i Areny 3bfc3a6018 Migrate to python 3. 2018-08-17 22:59:55 +02:00
Sergi Almacellas Abellana 4f4533f038 Make bank_account readonly for non draft payments 2017-02-27 17:29:36 +01:00
Raimon Esteve ce1f780e9d Upgrade from 4.2 2016-12-29 15:41:33 +01:00
Sergi Almacellas Abellana 3c81c91190 Ensure correct bank_account is set when changing payment type
Also use correct values on payment model
2016-12-22 15:12:10 +01:00
Sergi Almacellas Abellana bd93ba9007 Use BankMixin on payments 2016-12-14 11:13:52 +01:00
Sergi Almacellas Abellana 4c6ebb1d75 Move payment_type field to payment_type module 2016-12-13 17:01:25 +01:00
Sergi Almacellas Abellana 8977526c86 Account move line have no more bank accounts 2016-11-21 15:36:43 +01:00
Sergi Almacellas Abellana 52bb75e13e Merge account_payment_bank functionality
account_bank originally did not depend on the account_payment module, but
since version 4.1 the account_payment_type depends on the account_payment
module, and hence the account_bank indirectly depends on it. We now make
this dependency explicit and deprecate the account_payment_bank functionality
2016-11-17 12:48:35 +01:00