diff --git a/addons/hr_holidays/doc/changelog.rst b/addons/hr_holidays/doc/changelog.rst new file mode 100644 index 00000000000..b286a60d1b5 --- /dev/null +++ b/addons/hr_holidays/doc/changelog.rst @@ -0,0 +1,13 @@ +.. _changelog: + +Changelog +========= + +`trunk (saas-2)` +---------------- + + - updated ``hr.holidays`` workflow. It now starts in ``confirm`` state. In + ``confirm```and ``refuse`` a Reset to Draft has been added in view / workflow, + allowing to edit the request. Added a ``can_reset`` computed field to enable + this transition. A user can edit its own requests, or all requests if he is + an Hr Manager. diff --git a/addons/hr_holidays/doc/index.rst b/addons/hr_holidays/doc/index.rst new file mode 100644 index 00000000000..dc87c275b74 --- /dev/null +++ b/addons/hr_holidays/doc/index.rst @@ -0,0 +1,13 @@ +Hr Holidays module documentation +================================ + +Hr Holidays documentation topics +'''''''''''''''''''''''''''''''' + +Changelog +''''''''' + +.. toctree:: + :maxdepth: 1 + + changelog.rst