Laurent Mignon (ACSONE)
d0eb8597ef
[IMP] Process jobs 'validate_one_move' in a dedicated job channel
...
To avoid concurrent update when validating the account_move
on ir_sequence, jobs must be processed one by one. Using a
dedicated channel enable to isolate the processing of
the 'validate_one_move' jobs from the root channel
2018-10-24 12:50:37 +03:00
Adrien Peiffer (ACSONE)
0469a7f607
[DEL][account_move_batch_validate] Remove maintainer key from __openerp__
2018-10-24 12:50:37 +03:00
Adrien Peiffer (ACSONE)
670403f747
[DEL][account_move_batch_validate] Remove description from __openerp__
2018-10-24 12:50:37 +03:00
Adrien Peiffer (ACSONE)
43fa515e6c
[PORT][account_move_batch_validate] Set installable True
2018-10-24 12:50:37 +03:00
Adrien Peiffer (ACSONE)
3048a121c3
[PORT] Move account_move_batch_validate out of __unported__
2018-10-24 12:50:37 +03:00
Nicolas Bessi
cb7342f4f7
[FIX] move all unported addons into __unported__ folder instead of adding _unported suffix
2018-10-24 12:50:37 +03:00
Nicolas Bessi
156c76c3b8
Revert "Rename all addons to xxx_unported to be travis compliant"
...
This reverts commit 7eb182744f .
2018-10-24 12:50:37 +03:00
Nicolas Bessi
3b8090b767
Set all addons to uninstallable
2018-10-24 12:50:37 +03:00
Leonardo Pistone
7bae1d6a2a
[imp] account_move_batch_validate: with a little trick, tests are back!
2018-10-24 12:50:37 +03:00
Leonardo Pistone
f8369dcbf5
[imp] account_move_batch_validate: creating many jobs can be slow. Delay also the job that creates the other jobs.
...
Sadly, I have to disable tests until we will have a way to execute all pending jobs immediately in integration tests.
2018-10-24 12:50:37 +03:00
Leonardo Pistone
6faaf8528e
[fix] when a the move we want to validate is not there anymore, close the job silently, with an appropriate message. I provide a test for that.
2018-10-24 12:50:37 +03:00
Leonardo Pistone
65c7259224
[imp] batch_validate: manifest
2018-10-24 12:50:37 +03:00
Leonardo Pistone
9d75552736
[fix] typo
2018-10-24 12:50:37 +03:00
Leonardo Pistone
d228896b45
[add] new test for unmark feature
2018-10-24 12:50:37 +03:00
Leonardo Pistone
b0fb606c51
[add] account_move_batch_validate: yaml test
2018-10-24 12:50:37 +03:00
Leonardo Pistone
eb59e1c414
[add] new module account_move_batch_validate: initial work, unfinished
2018-10-24 12:50:37 +03:00