mirror of
https://github.com/bringout/oca-ocb-web.git
synced 2026-04-20 09:12:03 +02:00
Initial commit: Web packages
This commit is contained in:
commit
cd458d4b85
791 changed files with 410049 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class ResConfigSettings(models.TransientModel):
|
||||
_inherit = 'res.config.settings'
|
||||
|
||||
unsplash_access_key = fields.Char("Access Key", config_parameter='unsplash.access_key')
|
||||
unsplash_app_id = fields.Char("Application ID", config_parameter='unsplash.app_id')
|
||||
Loading…
Add table
Add a link
Reference in a new issue