[DOC] Added doc initial directory for crm, hr and project; added specifications related to hr photo and user avatar for crm, hr and project.

bzr revid: tde@openerp.com-20120313115540-swptqg726tqbrhvb
This commit is contained in:
Thibault Delavallée 2012-03-13 12:55:40 +01:00
parent c25c66c83d
commit 07570c565d
9 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,4 @@
CRM kanban avatar specs
=======================
Kanban view of opportunities has been updated to use the newly-introduced avatar_mini field of res.users. The avatar is placed in the right-side of the containing kanban box. CSS file has been added to hold the css definitions necessary to update the boxes.

6
addons/crm/doc/index.rst Normal file
View File

@ -0,0 +1,6 @@
:orphan:
CRM module documentation
========================
.. include:: index.rst.inc

View File

@ -0,0 +1,8 @@
CRM Module
''''''''''
.. toctree::
:maxdepth: 1
crm_kanban_avatar

View File

@ -0,0 +1,8 @@
HR photo specs
==============
This revision modifies the photo for HR employees. Two fields now exist in the hr.employee model:
- photo, a binary field holding the image
- photo_mini, a binary field holding an automatically resized version of the avatar. Dimensions of the resized avatar are 180x150.
Employee photo should be used only when dealing with employees, using the photo_mini field. When dealing with users, use the res.users avatar_mini field instead.

6
addons/hr/doc/index.rst Normal file
View File

@ -0,0 +1,6 @@
:orphan:
HR module documentation
=======================
.. include:: index.rst.inc

View File

@ -0,0 +1,8 @@
HR Module
'''''''''
.. toctree::
:maxdepth: 1
hr_employee_img

View File

@ -0,0 +1,6 @@
:orphan:
Project module documentation
============================
.. include:: index.rst.inc

View File

@ -0,0 +1,8 @@
Project Module
''''''''''''''
.. toctree::
:maxdepth: 1
task_kanban_avatar

View File

@ -0,0 +1,4 @@
Task kanban avatar specs
========================
Kanban view of tasks has been updated to use the newly-introduced avatar_mini field of res.users. The avatar is placed in the right-side of the containing kanban box. CSS file has been added to hold the css definitions necessary to update the boxes.