[IMP][TEST] event: auto confirmation option, allowing to
authorcod-odoo <cod@openerp.com>
Wed, 3 Sep 2014 11:49:07 +0000 (17:19 +0530)
committerThibault Delavallée <tde@openerp.com>
Thu, 2 Oct 2014 09:44:07 +0000 (11:44 +0200)
commit16b560c441b6d057af3d6ac859766f9c13413e87
treef8851a31074db135d9932094fbcc151374877a05
parentea6a3785bb161075e95937ec6001a10c95bf6f8a
[IMP][TEST] event: auto confirmation option, allowing to
automatically confirm events. In a simple flow it is usefull to automatically
confirm event and registrations.

[TEST] event: moved draft2done test into a unittest, easier to finely tune
in order to test the auto confirm option. Moreover this gives a basis to
further add python tests in the module. Hooray.
addons/event/__openerp__.py
addons/event/event.py
addons/event/event_data.xml
addons/event/event_view.xml
addons/event/res_config.py
addons/event/res_config_view.xml
addons/event/test/process/event_draft2done.yml [deleted file]
addons/event/tests/__init__.py [new file with mode: 0644]
addons/event/tests/common.py [new file with mode: 0644]
addons/event/tests/test_event_flow.py [new file with mode: 0644]