Repository
OCA/timesheet · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/timesheet
Last tracking update
2026-08-07 07:24:59
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Iryna Vyshnevska, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (3)
  • action_invoice_cancel(self)
    @api.multi
  • action_invoice_draft(self)
    @api.multi
  • action_invoice_paid(self)
    Prevent recomputing state till all computed fields will finish their update, othervise invoice will be set to paid state as amount equal 0

New fields (0)

No new fields.

Public methods (3)
  • ail_analytic_compute_delivered_quantity(self)
    @api.multi
    Recompute qty based on analytic lines in same way as in SO
  • create(self, vals)
    @api.model
    Override to link to 'timesheet_invoice_id' the invoice
  • link_timesheets_lines(self)