From: Thibault Delavallée Date: Tue, 13 Mar 2012 11:55:40 +0000 (+0100) Subject: [DOC] Added doc initial directory for crm, hr and project; added specifications relat... X-Git-Tag: 7.0-server~3747^2~11 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=07570c565d601a61126b5c1cd1545951d6457777;p=odoo%2Fodoo.git [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 --- diff --git a/addons/crm/doc/crm_kanban_avatar.rst b/addons/crm/doc/crm_kanban_avatar.rst new file mode 100644 index 0000000..6d5a270 --- /dev/null +++ b/addons/crm/doc/crm_kanban_avatar.rst @@ -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. diff --git a/addons/crm/doc/index.rst b/addons/crm/doc/index.rst new file mode 100644 index 0000000..b67e59a --- /dev/null +++ b/addons/crm/doc/index.rst @@ -0,0 +1,6 @@ +:orphan: + +CRM module documentation +======================== + +.. include:: index.rst.inc diff --git a/addons/crm/doc/index.rst.inc b/addons/crm/doc/index.rst.inc new file mode 100644 index 0000000..42b8c57 --- /dev/null +++ b/addons/crm/doc/index.rst.inc @@ -0,0 +1,8 @@ + +CRM Module +'''''''''' + +.. toctree:: + :maxdepth: 1 + + crm_kanban_avatar diff --git a/addons/hr/doc/hr_employee_img.rst b/addons/hr/doc/hr_employee_img.rst new file mode 100644 index 0000000..0c7ca0b --- /dev/null +++ b/addons/hr/doc/hr_employee_img.rst @@ -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. diff --git a/addons/hr/doc/index.rst b/addons/hr/doc/index.rst new file mode 100644 index 0000000..0a7d4a7 --- /dev/null +++ b/addons/hr/doc/index.rst @@ -0,0 +1,6 @@ +:orphan: + +HR module documentation +======================= + +.. include:: index.rst.inc diff --git a/addons/hr/doc/index.rst.inc b/addons/hr/doc/index.rst.inc new file mode 100644 index 0000000..9e5d4c2 --- /dev/null +++ b/addons/hr/doc/index.rst.inc @@ -0,0 +1,8 @@ + +HR Module +''''''''' + +.. toctree:: + :maxdepth: 1 + + hr_employee_img diff --git a/addons/project/doc/index.rst b/addons/project/doc/index.rst new file mode 100644 index 0000000..d3e6887 --- /dev/null +++ b/addons/project/doc/index.rst @@ -0,0 +1,6 @@ +:orphan: + +Project module documentation +============================ + +.. include:: index.rst.inc diff --git a/addons/project/doc/index.rst.inc b/addons/project/doc/index.rst.inc new file mode 100644 index 0000000..4d9fcc3 --- /dev/null +++ b/addons/project/doc/index.rst.inc @@ -0,0 +1,8 @@ + +Project Module +'''''''''''''' + +.. toctree:: + :maxdepth: 1 + + task_kanban_avatar diff --git a/addons/project/doc/task_kanban_avatar.rst b/addons/project/doc/task_kanban_avatar.rst new file mode 100644 index 0000000..8403b22 --- /dev/null +++ b/addons/project/doc/task_kanban_avatar.rst @@ -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.