Ivan Yelizariev
a35d72c548
[FIX] account_move_batch_validate: Protect connector import, define
...
empty decorator if needed. Fixes #280
2015-08-20 16:56:11 +05:00
Pedro M. Baeza
da86d809a0
Revert "[FIX] account_move_batch_validate: Protect connector import. Fixes #280 "
2015-08-20 11:46:09 +02:00
Pedro M. Baeza
0cea49dcf3
[FIX] account_move_batch_validate: Protect connector import. Fixes #280
2015-08-20 02:38:18 +02:00
Adrien Peiffer (ACSONE)
709b90c57f
[DEL] Remove install_in_connector
2015-06-10 11:11:53 +02:00
Guewen Baconnier
5211d34383
Merge pull request #221 from acsone/8.0-account_move_batch_validate-add_job_channel-lmi
...
[IMP] Process jobs 'validate_one_move' in a dedicated job channel
2015-06-01 18:33:03 +02:00
Laurent Mignon (ACSONE)
a30a4433c4
[IMP] assign default channel on @job function
2015-05-28 12:28:00 +02:00
Laurent Mignon (ACSONE)
ea39eb0295
[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
2015-05-27 11:31:01 +02:00
Adrien Peiffer (ACSONE)
fc6a2d3495
[IMP] Commit transaction to avoid to lose all the jobs have been created in case of crash of the current job
2015-05-18 17:35:19 +02:00
Adrien Peiffer (ACSONE)
c9f8b986f0
[PORT] Move account_move_batch_validate out of __unported__
2015-03-12 16:33:45 +01:00
Nicolas Bessi
bba9718229
[FIX] move all unported addons into __unported__ folder instead of adding _unported suffix
2014-07-02 14:47:06 +02:00
Nicolas Bessi
880aec8363
Revert "Rename all addons to xxx_unported to be travis compliant"
...
This reverts commit 7eb182744f .
2014-07-02 14:44:45 +02:00
Nicolas Bessi
7eb182744f
Rename all addons to xxx_unported to be travis compliant
2014-06-30 11:14:16 +02:00
Leonardo Pistone
e39a91cee5
[merge] upstream
2014-02-28 14:16:11 +01:00
unknown
3cee49d197
[MRG] account_move_batch_validate: fix crash when move is deleted before job execution
2014-02-28 11:09:38 +01:00
Leonardo Pistone
b06d77c635
[imp] account_move_batch_validate: if creating the jobs takes long, at least commit while marking moves to be validated. that way users will see the flag somewhat sooner.
2014-02-27 17:06:55 +01:00
Leonardo Pistone
4a15e6cd36
[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.
2014-02-27 15:38:17 +01:00
Leonardo Pistone
024ea5e2da
[imp] account_move_batch_validate: impersonal log messages
2014-02-27 10:55:26 +01:00
Leonardo Pistone
46e6ab7c5a
[imp] account_move_batch_validate: log more when creating jobs
2014-02-26 17:16:05 +01:00
Leonardo Pistone
846bb0b5d4
[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.
2014-02-26 14:12:54 +01:00
Leonardo Pistone
30e461cb80
[imp] account_move_batch_validate: hide job uuid, make mark readonly
2014-02-21 14:44:05 +01:00
Leonardo Pistone
52738a8df3
[fix] mark moves for posting a bit at a time to avoid MemoryError
2014-02-21 14:43:46 +01:00
Leonardo Pistone
b8d3a008df
[fix] store the job after changing the state
2014-01-14 15:12:11 +01:00
Leonardo Pistone
b863f798aa
[add] new test for unmark feature
2014-01-14 13:40:39 +01:00
Leonardo Pistone
1cc40f9c91
[add] move batch validate: now you can cancel all jobs that are not done yet
2014-01-14 12:21:47 +01:00
Leonardo Pistone
a5522ad8e3
[imp] batch validate: refactor, handle job uuid
2014-01-13 16:50:52 +01:00
Leonardo Pistone
db7e8e7771
[imp] do not use a new cursor to create the jobs
2014-01-13 11:57:52 +01:00
Leonardo Pistone
b03b3d6a17
[imp] account_move_batch_validate: first (partially) working state, yey!
2014-01-13 10:12:48 +01:00
Leonardo Pistone
7b28343e8c
[add] new module account_move_batch_validate: initial work, unfinished
2014-01-10 15:05:48 +01:00