Files
reporting-engine/report_qweb_pdf_watermark/models/res_company.py
bosd 0f64e92112 [MIG] report_qweb_pdf_watermark: Migration to 15.0
[MIG] report_qweb_pdf_watermark: Migration to 15.0
2022-11-05 10:30:14 +01:00

11 lines
265 B
Python

# Copyright 2022 360 ERP (<https://www.360erp.nl>)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo import fields, models
class ResCompany(models.Model):
_inherit = "res.company"
pdf_watermark = fields.Binary("Watermark")