init 18.0

This commit is contained in:
2025-10-09 10:58:08 +02:00
parent 3bfe2752b5
commit f4d9cd008c
94 changed files with 3 additions and 4914 deletions

View File

@@ -1 +0,0 @@
from . import timesheet_analysis_report

View File

@@ -1,12 +0,0 @@
from odoo import fields, models, api
class TimesheetsAnalysisReport(models.Model):
_inherit = "timesheets.analysis.report"
timesheet_id = fields.Many2one("account.analytic.line", string="Timesheet", readonly=True, help="Feuille de temps")
@api.model
def _select(self):
return super()._select() + """,
A.id AS timesheet_id
"""