[MIG] helpdesk_timesheet_exclude_from_sale_order: migrate to 18.0
This commit is contained in:
58
helpdesk_timesheet_exclude_from_sale_order/README.md
Normal file
58
helpdesk_timesheet_exclude_from_sale_order/README.md
Normal file
@@ -0,0 +1,58 @@
|
||||
==========================================
|
||||
helpdesk_timesheet_exclude_from_sale_order
|
||||
==========================================
|
||||
|
||||
Add exclude_from_sale_order field in ticket's timesheets.
|
||||
|
||||
This module is a glue module that bridges the ``sale_timesheet_line_exclude``
|
||||
functionality with the helpdesk ticket timesheet view. It provides:
|
||||
|
||||
* The ``exclude_from_sale_order`` checkbox displayed on each timesheet line
|
||||
in the helpdesk ticket form view.
|
||||
* Allows users to mark specific timesheet entries as excluded from invoicing
|
||||
directly from the ticket, without having to navigate to the timesheet or
|
||||
project views.
|
||||
|
||||
This is particularly useful when some time spent on a ticket should not be
|
||||
billed to the customer (e.g., internal investigation, training, goodwill
|
||||
gestures).
|
||||
|
||||
# Installation
|
||||
|
||||
Use Odoo normal module installation procedure to install
|
||||
``helpdesk_timesheet_exclude_from_sale_order``.
|
||||
|
||||
This module depends on:
|
||||
|
||||
* ``helpdesk_mgmt_timesheet``: provides the timesheet functionality on helpdesk
|
||||
tickets.
|
||||
* ``sale_timesheet_line_exclude``: provides the ``exclude_from_sale_order``
|
||||
field on timesheet lines.
|
||||
|
||||
# Known issues / Roadmap
|
||||
|
||||
None yet.
|
||||
|
||||
# Bug Tracker
|
||||
|
||||
Bugs are tracked on [our issues website](https://git.elabore.coop/Elabore/helpdesk-tools/issues). In case of
|
||||
trouble, please check there if your issue has already been
|
||||
reported. If you spotted it first, help us smashing it by providing a
|
||||
detailed and welcomed feedback.
|
||||
|
||||
# Credits
|
||||
|
||||
## Contributors
|
||||
|
||||
- Boris Gallet
|
||||
- Laetitia Da Costa
|
||||
|
||||
## Funders
|
||||
|
||||
The development of this module has been financially supported by:
|
||||
|
||||
- Elabore (https://elabore.coop)
|
||||
|
||||
## Maintainer
|
||||
|
||||
This module is maintained by Elabore.
|
||||
Reference in New Issue
Block a user