Merge lp:~akretion-team/openobject-extension/openobject-extension-abstract-automatic-task into lp:openobject-extension/oerp6.1-stable
Proposed by
Sébastien BEAU - http://www.akretion.com
Status: | Merged |
---|---|
Merged at revision: | 397 |
Proposed branch: | lp:~akretion-team/openobject-extension/openobject-extension-abstract-automatic-task |
Merge into: | lp:openobject-extension/oerp6.1-stable |
Diff against target: |
297 lines (+269/-0) 5 files modified
abstract_automatic_task/__init__.py (+23/-0) abstract_automatic_task/__openerp__.py (+43/-0) abstract_automatic_task/abstrack_task_view.xml (+53/-0) abstract_automatic_task/abstract_task.py (+147/-0) abstract_automatic_task/security/ir.model.access.csv (+3/-0) |
To merge this branch: | bzr merge lp:~akretion-team/openobject-extension/openobject-extension-abstract-automatic-task |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Guewen Baconnier @ Camptocamp | Pending | ||
Review via email:
|
Description of the change
Add the module abstract_
This module introduce the abstract class "automatic task" the aim is to have a generic solution for managing cron for a recuring task
An exemple of use can be found here => http://
For V7 a more advanced version will be done and we will use it for all synchronisation task. (each task will inherit the "abstract_task" and so this module will solve the cron configuration)
To post a comment you must log in.