oca-ocb-sale/odoo-bringout-oca-ocb-sale_timesheet/sale_timesheet/models/res_config_settings.py
2025-08-29 15:20:49 +02:00

10 lines
332 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class ResConfigSettings(models.TransientModel):
_inherit = 'res.config.settings'
invoice_policy = fields.Boolean(string="Invoice Policy", help="Timesheets taken when invoicing time spent")