From b2a751652289f31caa1f8880d1a9e47c7b495345 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Thu, 30 Jan 2014 10:50:43 +0100 Subject: [PATCH] [ADD] explain reason for new working model --- doc/howto/howto_website.rst | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/doc/howto/howto_website.rst b/doc/howto/howto_website.rst index e7052df67f1..a3e938a0a52 100644 --- a/doc/howto/howto_website.rst +++ b/doc/howto/howto_website.rst @@ -341,11 +341,11 @@ We've also altered the index method slightly, to retrieve our teaching assistants from the database instead of storing them in a global list in the module\ [#taprofile]_. -.. note:: :file:`ir.model.access.csv` is necessary to tell OpenERP that - any user can *see* the teaching assistants: by default, only - the administrator can see, edit, create or destroy objects. - Here, we only change the ``read`` permission to allow any - user to list and browse teaching assistants. +.. note:: :file:`ir.model.access.csv` is necessary to tell OpenERP + that any user can *see* the teaching assistants: by default, + only the administrator can see, edit, create or destroy + objects. Here, we only change the ``read`` permission to + allow any user to list and browse teaching assistants. .. todo:: command/shortcut @@ -425,11 +425,16 @@ you will see that other TA profiles are unaffected. A more complex model -------------------- -Up to now, we've been working with displaying and manipulating -objects representing teaching assistants. It's a basic and -simple concept, but not one which allows for much further -diving into interesting tools of OpenERP. Thus, let's add a -list of course lectures. +Up to now, we've been working with displaying and manipulating objects +representing teaching assistants. It's a basic and simple concept, but not one +which allows for much further diving into interesting tools of OpenERP. + +We need an object fitting the theme yet allowing for richer interactions and +more interesting extensions. Course lectures seem to fit: they can be +displayed in various manners (e.g. as a list of lectures or as a calendar), +they can be moved around as necessary (cancelled/rescheduled), they can have +numerous pieces of data attached both intrinsic (lecture transcripts) and +extrinsic (attendance records, student discussions, etc…). .. calendar model .. demo data for events dates