mirror of
https://github.com/bringout/oca-ocb-vertical-industry.git
synced 2026-04-26 01:32:01 +02:00
Initial commit: Vertical Industry packages
This commit is contained in:
commit
d5567a0017
766 changed files with 733028 additions and 0 deletions
13
odoo-bringout-oca-ocb-lunch/lunch/models/res_company.py
Normal file
13
odoo-bringout-oca-ocb-lunch/lunch/models/res_company.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class Company(models.Model):
|
||||
_inherit = 'res.company'
|
||||
|
||||
lunch_minimum_threshold = fields.Float()
|
||||
lunch_notify_message = fields.Html(
|
||||
default="""Your lunch has been delivered.
|
||||
Enjoy your meal!""", translate=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue