diff --git a/README.md b/README.md index 51a922b0a..5d3939dcc 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ addon | version | maintainers | summary [sale_timesheet_line_exclude](sale_timesheet_line_exclude/) | 16.0.1.1.1 | | Exclude Timesheet Line from Sale Order [sale_timesheet_rounded](sale_timesheet_rounded/) | 16.0.1.0.0 | | Round timesheet entries amount based on project settings. [sale_timesheet_task_exclude](sale_timesheet_task_exclude/) | 16.0.1.0.0 | | Exclude Task and related Timesheets from Sale Order +[sale_timesheet_timeline](sale_timesheet_timeline/) | 16.0.1.0.0 | | Dates planning in sales order lines [//]: # (end addons) diff --git a/sale_timesheet_timeline/README.rst b/sale_timesheet_timeline/README.rst index 57b4a5e20..146794cc2 100644 --- a/sale_timesheet_timeline/README.rst +++ b/sale_timesheet_timeline/README.rst @@ -7,7 +7,7 @@ Dates planning in sales order lines !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8e9d8f28eaf13681b5d90efd20e8c336813f849dc5e60543e3cf6e9f83637e3d + !! source digest: sha256:8f9fea88f3275fcbe5a535f86aaff7a8ef2f645719f47dd5bbd4c6523269b371 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_timesheet_timeline/static/description/icon.png b/sale_timesheet_timeline/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/sale_timesheet_timeline/static/description/icon.png differ diff --git a/sale_timesheet_timeline/static/description/index.html b/sale_timesheet_timeline/static/description/index.html index a71e1f2ed..ac26b7e57 100644 --- a/sale_timesheet_timeline/static/description/index.html +++ b/sale_timesheet_timeline/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Dates planning in sales order lines

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8e9d8f28eaf13681b5d90efd20e8c336813f849dc5e60543e3cf6e9f83637e3d +!! source digest: sha256:8f9fea88f3275fcbe5a535f86aaff7a8ef2f645719f47dd5bbd4c6523269b371 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/timesheet Translate me on Weblate Try me on Runboat

This module allows to plan in advance the start/end dates and assignees for the sales @@ -438,7 +439,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 4881202ab..97fd3ab93 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240707.0 \ No newline at end of file +16.0.20241010.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 10ebd673f..ff906fbd3 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -31,6 +31,7 @@ 'odoo-addon-sale_timesheet_line_exclude>=16.0dev,<16.1dev', 'odoo-addon-sale_timesheet_rounded>=16.0dev,<16.1dev', 'odoo-addon-sale_timesheet_task_exclude>=16.0dev,<16.1dev', + 'odoo-addon-sale_timesheet_timeline>=16.0dev,<16.1dev', ], classifiers=[ 'Programming Language :: Python',