mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-12-23 04:41:47 +00:00
11 lines
268 B
Python
11 lines
268 B
Python
# Copyright 2022 360 ERP (<https://www.360erp.nl>)
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
from flectra import fields, models
|
|
|
|
|
|
class ResCompany(models.Model):
|
|
_inherit = "res.company"
|
|
|
|
pdf_watermark = fields.Binary("Watermark")
|