[DOC] Added doc initial directory for crm, hr and project; added specifications relat...
authorThibault Delavallée <tde@openerp.com>
Tue, 13 Mar 2012 11:55:40 +0000 (12:55 +0100)
committerThibault Delavallée <tde@openerp.com>
Tue, 13 Mar 2012 11:55:40 +0000 (12:55 +0100)
bzr revid: tde@openerp.com-20120313115540-swptqg726tqbrhvb

addons/crm/doc/crm_kanban_avatar.rst [new file with mode: 0644]
addons/crm/doc/index.rst [new file with mode: 0644]
addons/crm/doc/index.rst.inc [new file with mode: 0644]
addons/hr/doc/hr_employee_img.rst [new file with mode: 0644]
addons/hr/doc/index.rst [new file with mode: 0644]
addons/hr/doc/index.rst.inc [new file with mode: 0644]
addons/project/doc/index.rst [new file with mode: 0644]
addons/project/doc/index.rst.inc [new file with mode: 0644]
addons/project/doc/task_kanban_avatar.rst [new file with mode: 0644]

diff --git a/addons/crm/doc/crm_kanban_avatar.rst b/addons/crm/doc/crm_kanban_avatar.rst
new file mode 100644 (file)
index 0000000..6d5a270
--- /dev/null
@@ -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 (file)
index 0000000..b67e59a
--- /dev/null
@@ -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 (file)
index 0000000..42b8c57
--- /dev/null
@@ -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 (file)
index 0000000..0c7ca0b
--- /dev/null
@@ -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 (file)
index 0000000..0a7d4a7
--- /dev/null
@@ -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 (file)
index 0000000..9e5d4c2
--- /dev/null
@@ -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 (file)
index 0000000..d3e6887
--- /dev/null
@@ -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 (file)
index 0000000..4d9fcc3
--- /dev/null
@@ -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 (file)
index 0000000..8403b22
--- /dev/null
@@ -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.