mirror of
https://github.com/bringout/oca-website.git
synced 2026-04-26 12:31:59 +02:00
Initial commit: OCA Website packages (16 packages)
This commit is contained in:
commit
0578ef7638
660 changed files with 37334 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
# Copyright 2021 Studio73 - Ioan Galan <ioan@studio73.es>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class Website(models.Model):
|
||||
_inherit = "website"
|
||||
|
||||
cookiefirst_identifier = fields.Char(
|
||||
string="Cookiefirst ID",
|
||||
help="This field holds the ID, needed for Cookiefirst functionality.",
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue