mirror of
https://github.com/bringout/oca-ocb-vertical-industry.git
synced 2026-04-23 00:52:05 +02:00
19.0 vanilla
This commit is contained in:
parent
4607ccbd2e
commit
825ff6514e
487 changed files with 184979 additions and 195262 deletions
|
|
@ -0,0 +1,10 @@
|
|||
# -*- 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'
|
||||
|
||||
module_maintenance_worksheet = fields.Boolean(string="Custom Maintenance Worksheets")
|
||||
Loading…
Add table
Add a link
Reference in a new issue