oca-technical/odoo-bringout-oca-pos-pos_auto_invoice/pos_auto_invoice/models/pos_config.py
2025-08-29 15:43:03 +02:00

11 lines
231 B
Python

# SPDX-FileCopyrightText: 2024 Coop IT Easy SC
#
# SPDX-License-Identifier: AGPL-3.0-or-later
from odoo import fields, models
class PosConfig(models.Model):
_inherit = "pos.config"
invoice_by_default = fields.Boolean()