details: https://code.tryton.org/tryton/commit/ed4f43b8e4a9 branch: default user: Sergi Almacellas Abellana <[email protected]> date: Mon Mar 30 22:20:54 2026 +0200 description: Update documentation of production work timesheet module diffstat:
modules/production_work_timesheet/CHANGELOG | 12 +++++++ modules/production_work_timesheet/doc/design.rst | 35 ++++++++++++++++++++++ modules/production_work_timesheet/doc/index.rst | 11 +++++- modules/production_work_timesheet/doc/releases.rst | 7 ++++ 4 files changed, 63 insertions(+), 2 deletions(-) diffs (125 lines): diff -r 54a716507f92 -r ed4f43b8e4a9 modules/production_work_timesheet/CHANGELOG --- a/modules/production_work_timesheet/CHANGELOG Mon Mar 30 22:13:32 2026 +0200 +++ b/modules/production_work_timesheet/CHANGELOG Mon Mar 30 22:20:54 2026 +0200 @@ -38,41 +38,53 @@ * Bug fixes (see mercurial logs for details) Version 6.4.0 - 2022-05-02 +-------------------------- * Bug fixes (see mercurial logs for details) * Add support for Python 3.10 * Remove support for Python 3.6 Version 6.2.0 - 2021-11-01 +-------------------------- * Bug fixes (see mercurial logs for details) Version 6.0.0 - 2021-05-03 +-------------------------- * Bug fixes (see mercurial logs for details) Version 5.8.0 - 2020-11-02 +-------------------------- * Bug fixes (see mercurial logs for details) * Remove support for Python 3.5 Version 5.6.0 - 2020-05-04 +-------------------------- * Bug fixes (see mercurial logs for details) Version 5.4.0 - 2019-11-04 +-------------------------- * Bug fixes (see mercurial logs for details) Version 5.2.0 - 2019-05-06 +-------------------------- * Bug fixes (see mercurial logs for details) Version 5.0.0 - 2018-10-01 +-------------------------- * Bug fixes (see mercurial logs for details) * Remove support for Python 2.7 Version 4.8.0 - 2018-04-23 +-------------------------- * Bug fixes (see mercurial logs for details) Version 4.6.0 - 2017-10-30 +-------------------------- * Bug fixes (see mercurial logs for details) Version 4.4.0 - 2017-05-01 +-------------------------- * Bug fixes (see mercurial logs for details) Version 4.2.0 - 2016-11-28 +-------------------------- * Initial release diff -r 54a716507f92 -r ed4f43b8e4a9 modules/production_work_timesheet/doc/design.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/production_work_timesheet/doc/design.rst Mon Mar 30 22:20:54 2026 +0200 @@ -0,0 +1,35 @@ +****** +Design +****** + +The *Production Work Timesheet Module* introduces or extends the following +concepts. + +.. _model-production.routing.operation: + +Routing Operation +================= + +When the *Production Work Timesheet Module* is activated, routings gain a new +property that defines whether the operation is available for the `Timesheet +Line <timesheet:model-timesheet.line>`. + +.. seealso:: + + The `Routing Operation + <production_routing:model-production.routing.operation>` concept is + introduced by the :doc:`Production Routing Module + <production_routing:index>`. + +.. _model-production.work: + +Production Work +=============== + +When the *Production Work Timesheet Module* is activated, works gain a new +property that records their `Timesheet Lines <timesheet:model-timesheet.line>`. + +.. seealso:: + + The `Production Work <production_work:model-production.work>` concept + is introduced by the :doc:`Production Work Module <production_work:index>`. diff -r 54a716507f92 -r ed4f43b8e4a9 modules/production_work_timesheet/doc/index.rst --- a/modules/production_work_timesheet/doc/index.rst Mon Mar 30 22:13:32 2026 +0200 +++ b/modules/production_work_timesheet/doc/index.rst Mon Mar 30 22:20:54 2026 +0200 @@ -1,5 +1,12 @@ +################################ Production Work Timesheet Module ################################ -The production work timesheet module allows to enter timesheet for production -works. +The *Production Work Timesheet Module* records the time employees spend on +production work. + +.. toctree:: + :maxdepth: 2 + + design + releases diff -r 54a716507f92 -r ed4f43b8e4a9 modules/production_work_timesheet/doc/releases.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/production_work_timesheet/doc/releases.rst Mon Mar 30 22:20:54 2026 +0200 @@ -0,0 +1,7 @@ +.. _releases-index: + +============= +Release notes +============= + +.. include:: ../CHANGELOG
