Commit graph

179 commits

Author SHA1 Message Date
?ngel ?lvarez dedbda2292 increase version 2019-05-06 23:27:47 +02:00
?ngel ?lvarez 5fca6f20a5 fix domain: merge account.kind and account.type 2019-04-02 16:12:26 +02:00
Marina Nicolau b474a02969 Locales ir.message 2019-04-02 15:26:42 +02:00
?ngel ?lvarez 8946b27fbe Merge account kind and account type 2019-03-30 11:18:14 +01:00
Raimon Esteve 78dee28d0c Manage Replace Wizard
issue582
#036415
2019-01-22 11:00:54 +01:00
Raimon Esteve 2015a22850 Increase version number 2019-01-09 18:46:19 +01:00
?ngel ?lvarez fbeebb720a Add ir.message and use UserWarning/UserError 2019-01-06 08:09:04 +01:00
Albert Cervera i Areny 6c7d44fe19 Ensure check_access=False when checking owners because the user may not have
access to all models that need to be checked.
2019-01-03 17:32:05 +01:00
Raimon Esteve 3070c83e35 Return none where credit and debit is 0 in on_change_with_payment_type 2018-09-19 22:15:08 +02:00
Albert Cervera i Areny e9110cb4ac FIX Invoice process with duplicated invoices from same move origin (delete) 2018-09-18 18:37:48 +02:00
Raimon Esteve f1ecc37bed Add on_change_with_payment_type methods in account.move.line and account.move.compensation_move.start that doesn't exist
From changeset-3d185c0f089f
2018-09-10 16:44:22 +02:00
Raimon Esteve a881707765 Revert remove bank_account from Account Move Lines
From changeset-08095bcad47f
2018-09-10 15:11:13 +02:00
Raimon Esteve 874a13e331 Add 'Description' field in compensation move line wizard, to add a description in the new move created
From changeset-be2c815a8035
2018-09-06 14:50:17 +02:00
Albert Cervera i Areny 6b1f636502 FIX Invoice process with duplicated invoices from same move origin
task-035371
2018-09-06 13:51:22 +02:00
Albert Cervera i Areny 3bfc3a6018 Migrate to python 3. 2018-08-17 22:59:55 +02:00
Albert Cervera i Areny d18aac08af depends' methods must be a method name, not a field name. 2018-08-17 22:59:48 +02:00
Albert Cervera i Areny eddf814da4 Remove accounts from products. 2018-08-17 22:56:19 +02:00
?ngel ?lvarez ae12725485 fix test 2018-06-29 17:29:08 +02:00
Raimon Esteve 9ca9c0144a Locales 2018-06-05 10:39:57 +02:00
?ngel ?lvarez 19b09c0cee Make bank_account readonly for non draft payments 2018-05-03 07:45:00 +00:00
Raimon Esteve 2133c2e367 FIX CHANGELOG version 2018-05-02 16:48:19 +02:00
Raimon Esteve c722cb528c FIX version number 2018-05-02 15:48:14 +02:00
?ngel ?lvarez 7adc109629 increase version 2018-04-25 10:38:41 +02:00
?ngel ?lvarez f1822df434 move payline to wizard 2018-03-23 09:23:46 +01:00
C?dric Krier 3e099d5a0e Notify only on status changed or failure 2018-03-08 17:53:22 +01:00
C?dric Krier 2d6d8cf380 Add domain to from drone-email 2018-03-08 17:38:45 +01:00
C?dric Krier 1cf9a8381b Activate drone email notification 2018-03-08 17:26:33 +01:00
Raimon Esteve 9dbb17a23a FIX not set party payment type when the payment type in new record is different from default party payment type
Example: customer has payment type ID 1. An invoice, change default payment type to ID 2.
Bank Account has domain error when post an invoice because on_change_with reset to payment type ID 1
From changeset-b7b3d92
2018-02-15 12:09:20 +01:00
C?dric Krier 5c026f7f4e Use https instead of ssh for drone 2018-01-08 17:29:13 +01:00
C?dric Krier 88f5074341 Fix dependency links 2018-01-08 17:12:02 +01:00
C?dric Krier 6227e12bc8 Remove volumes from drone 2018-01-08 16:51:19 +01:00
Raimon Esteve 67a58a241e FIX scenario test 2017-12-22 16:24:12 +01:00
Raimon Esteve 2c89356c1b Update to 4.7 2017-12-22 09:59:32 +01:00
Raimon Esteve cc83c00c86 Properly set default bank account value in invoices
From changeset-32dd6b09b778
2017-09-29 16:09:54 +02:00
Sergi Almacellas Abellana 4f4533f038 Make bank_account readonly for non draft payments 2017-02-27 17:29:36 +01:00
Raimon Esteve d71ae80784 FIX get Company from Transaction 2016-12-29 16:12:03 +01:00
Raimon Esteve 5c83d92e38 FIX typo modify_with_related_model 2016-12-29 16:09:10 +01:00
Raimon Esteve 38a61b1c2a Register classes from filename and Class 2016-12-29 16:06:43 +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 50ae12fed5 Fix test scenario on python3
- Prevent declaring nested dependencies on depends fields
- Avoid usage of hasattr on on_change (field will be ensured by decorator)
- Change order of tests scenarios: Don't know why but the account_bank
  scenario is failing if executed before the compensation move one.
2016-12-21 17:05:11 +01:00
Sergi Almacellas Abellana dc2c4c0b48 Install sqlitebck on tox 2016-12-20 17:12:59 +01:00
Sergi Almacellas Abellana 1df40a0ba3 Check account payment when modifying the bank account owner 2016-12-14 12:44:16 +01:00
Sergi Almacellas Abellana b13b7e2fc2 Test that the invoice bank account is used when creating the payments 2016-12-14 12:32:25 +01:00
Sergi Almacellas Abellana 5bdb193683 Correctly register pay line as Wizard 2016-12-14 12:31:57 +01:00
Sergi Almacellas Abellana 0a8088b57a Test that default bank accounts are also used when creating payments 2016-12-14 12:16:07 +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 a717633c24 Update view inheritance expresion for payment types 2016-12-13 15:58:17 +01:00
Sergi Almacellas Abellana 1d48af4e36 Allow to modify the bank account when payment type is of other kind 2016-12-13 15:54:52 +01:00