odoo/addons/base_calendar
Thibault Delavallée 525aee7a86 [MERGE] [REM] [REF] base_status removal
Impacted addons:
- crm_meeting (in base_calendar)
- crm_phonecall
- crm_helpdesk

Removed inheritance towards base_state. Case management (date_open, date_close and duration computation in crm_phonecall) is now directly implemented in write method, to avoid having 2 ways of doing things. Changing state is done through the clickable statusbar widget, allowing to remove most buttons.

Removed base_status module.

Fixed some existing case_* methods in hr_recruitment / project_issue.

bzr revid: tde@openerp.com-20130821132435-skezfvp9phju5tea
2013-08-21 15:24:35 +02:00
..
i18n Launchpad automatic translations update. 2013-07-29 05:55:03 +00:00
security [FIX] base_calendar: virtual ids and misc fixes 2012-12-12 15:31:38 +01:00
static/description [IMP] move html module description and icon 2013-06-28 12:04:41 +02:00
test [IMP] base_calendar: improved yaml test to help debug 2012-12-12 18:42:15 +01:00
__init__.py [IMP] emoving bad code, no invitation system on events 2012-09-26 14:16:27 +02:00
__openerp__.py [REM] Removed base_status module. 2013-08-13 11:55:46 +02:00
base_calendar.py [MERGE] Forward-port of 7.0 bugfixes up to rev. 9337 (dle@openerp.com-20130731153129-8hmqrgsg3e9d533f) 2013-08-01 14:37:03 +02:00
base_calendar_data.xml [FIX] base_calendar, lower cron frequency (around 0.003 hz) 2013-04-05 02:06:10 +02:00
base_calendar_view.xml [FIX] all: change confusing labels on Cancel buttons in form views 2013-02-25 14:38:04 +01:00
crm_meeting.py [REF] base_calendar: removed inheritance to base_state + small refactoring (state management in write) 2013-08-13 11:47:19 +02:00
crm_meeting_data.xml [FIX]: crm(base_calendar): Added removed category as some meetings have reference of that categories 2012-08-14 12:41:59 +05:30
crm_meeting_demo.xml [IMP] modified state field of crm.meeting 2012-08-22 14:51:49 +05:30
crm_meeting_view.xml [IMP] Improved code as in trunk. 2013-05-24 10:27:41 +05:30