mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-23 02:32:04 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
13
odoo-bringout-oca-ocb-base/odoo/osv/osv.py
Normal file
13
odoo-bringout-oca-ocb-base/odoo/osv/osv.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
from ..exceptions import except_orm
|
||||
from ..models import Model, TransientModel, AbstractModel
|
||||
|
||||
# Deprecated, kept for backward compatibility.
|
||||
except_osv = except_orm
|
||||
|
||||
# Deprecated, kept for backward compatibility.
|
||||
osv = Model
|
||||
osv_memory = TransientModel
|
||||
osv_abstract = AbstractModel # ;-)
|
||||
Loading…
Add table
Add a link
Reference in a new issue