mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-25 04:31:58 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
class Company(models.Model):
|
||||
_inherit = "res.company"
|
||||
|
||||
snailmail_color = fields.Boolean(string='Color', default=True)
|
||||
snailmail_cover = fields.Boolean(string='Add a Cover Page', default=False)
|
||||
snailmail_duplex = fields.Boolean(string='Both sides', default=False)
|
||||
Loading…
Add table
Add a link
Reference in a new issue