Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.0.0
Category
Sales Management
Folder size
0.3 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-invoicing
Last tracking update
2026-08-07 08:42:47
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, Chris Bergman
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to add timesheets details on invoices.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_order_form_description sale.order.form.invoice.description sale.order form Inherits sale.view_order_form
view_sales_config_inherit_timesheet_invoice_description res.config.settings form Inherits sale_timesheet.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (6)

New fields (1)
  • timesheet_invoice_line_id Many2one → account.move.line
    copy=False help='Invoice line created from the timesheet' readonly=True string='Invoice Line' args: 'account.move.line'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • timesheet_ids One2many → account.analytic.line
    copy=False readonly=True string='Timesheets' args: 'account.analytic.line', 'timesheet_invoice_line_id'
  • timesheet_invoice_description Char
  • timesheet_invoice_split Boolean
    args: 'Split Order lines by timesheets'
Public methods (0)

No public methods.

New fields (1)
  • default_timesheet_invoice_description Selection
    default='000' default_model='sale.order' selection='_get_timesheet_invoice_description' string='Timesheet Invoice Description'
Public methods (0)

No public methods.

New fields (2)
  • timesheet_invoice_description Selection
    default='000' args: '_get_timesheet_invoice_description'
  • timesheet_invoice_split Boolean
    args: 'Split Order lines by timesheets'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
190 days ago
Last activity
100 days ago
Repository
OCA/account-invoicing
Pull request
[19.0][MIG] sale_timesheet_invoice_description: Migration to 19.0 (#2259)