odoo/addons/note
Thibault Delavallée 60123bebbe [FIX] note: fixed note creation.
When creating a new note, a function field requires to browse the note in order
to get the stages. However the basic rule for creating a note is to be in the
followers. As followers is another field set during the creation, we are not
sure uid is already in the followers of the note when reading it. We therefore
do it as SUPERUSER_ID, because it is only to have access to some technical
data of the note.

bzr revid: tde@openerp.com-20131219132839-m0a5rv0znhliqbq1
2013-12-19 14:28:39 +01:00
..
i18n Launchpad automatic translations update. 2013-11-25 06:01:11 +00:00
security [REM] bunch of nonsensical @model + @ref 2013-04-29 14:43:33 +02:00
static [IMP] */static/description/index.html: link to /start include app name 2013-07-15 18:25:04 +02:00
tests [FIX] note: copy default stages as SUPERUSER_ID to avoid access error. Only do it for employees 2013-10-09 18:29:20 +02:00
__init__.py initial note push 2012-08-13 19:04:29 +02:00
__openerp__.py [cherry picking] manual merge of lp:~openerp-dev/openobject-addons/trunk-screenshots-main-modules-vba 2013-01-31 19:41:41 +01:00
note.py [FIX] note: fixed note creation. 2013-12-19 14:28:39 +01:00
note_data.xml [FIX] note: notes without user's stage are added to the first user's stage (sort by sequence) 2013-04-22 13:24:38 +02:00
note_demo.xml [IMP] note demo tpyo 2012-11-02 16:56:42 +01:00
note_view.xml [MERGE] [IMP] note: remove default context to display all notes 2013-05-30 13:33:59 +02:00