Commit Graph

14 Commits

Author SHA1 Message Date
Adrien Peiffer (ACSONE)
252d6dee7b [IMP][account_constraints] Add a method that returns a list of fields that can be written directly on journal items instead of have a static list in _authorized_reconcile method 2015-09-17 10:11:50 +02:00
Guewen Baconnier
8f06ae16b2 Merge pull request #260 from vrenaville/account_cancel_test_installed
[ADD] Add field to test is account cancel is installed to prevent to …
2015-07-21 15:46:37 +02:00
vrenaville
3f58f7e3e1 [FIX] change for multiple statement line + change domain to fit the account cancel 2015-07-20 14:33:24 +02:00
vrenaville
2dc9f8197c [ADD] Add field to test is account cancel is installed to prevent to have 2 cancel button on statement 2015-07-17 12:04:42 +02:00
vrenaville
9bc86c64a0 [FIX] prevent contraint trigger currency revaluation error on reconcile (Forward port of bug fix : 6c540d23de ) 2015-07-16 15:36:12 +02:00
Stéphane Bidoul
35f1a2f164 [FIX] account_constraint: set default value for statement state on statement line
Although this should not be necessary and is probably a framework regression.
2015-02-23 10:42:43 +01:00
Adrien Peiffer
af67f03d44 [IMP] Use constraint decorator on account_constraints 2014-11-19 10:55:41 +01:00
Adrien Peiffer
51e4a8a6e2 [IMP] Replace except_orm with Warning 2014-11-19 10:55:41 +01:00
Adrien Peiffer
727702d6d5 [IMP] Use constraint decorator on account_constraints+ 2014-11-19 10:55:41 +01:00
Adrien Peiffer
3ff24e8099 [IMP] Group import 2014-11-19 10:55:41 +01:00
Stéphane Bidoul
fcb6150d53 [IMP] allow unreconciling bank statement lines by adding the cancel button
Since account_constraint forbids the deletion of account moves that
are linked to a bank statement, we add the possibility to delete them
from the bank statement itself, to provide a way to fix erroneous matches.
2014-11-19 10:54:55 +01:00
Adrien Peiffer
e533ba1f4c [IMP] Use exceptions import on account_constraints 2014-11-19 10:53:36 +01:00
Adrien Peiffer
1dca591477 [IMP] Improve modularity and migrate account_move_line 2014-11-19 10:53:36 +01:00
Adrien Peiffer
06df67e44e [IMP] Better modularity and naming convention 2014-11-19 10:53:35 +01:00