mirror of
https://github.com/bringout/oca-storage.git
synced 2026-04-20 10:52:07 +02:00
Initial commit: OCA Storage packages (17 packages)
This commit is contained in:
commit
7a380f05d3
659 changed files with 41828 additions and 0 deletions
15
odoo-bringout-oca-storage-fs_file/fs_file/tests/models.py
Normal file
15
odoo-bringout-oca-storage-fs_file/fs_file/tests/models.py
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Copyright 2023 ACSONE SA/NV
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import models
|
||||
|
||||
from ..fields import FSFile
|
||||
|
||||
|
||||
class TestModel(models.Model):
|
||||
|
||||
_name = "test.model"
|
||||
_description = "Test Model"
|
||||
_log_access = False
|
||||
|
||||
fs_file = FSFile()
|
||||
Loading…
Add table
Add a link
Reference in a new issue