mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-23 02:52:01 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
6
odoo-bringout-oca-ocb-base/odoo/upgrade/__init__.py
Normal file
6
odoo-bringout-oca-ocb-base/odoo/upgrade/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import pkgutil
|
||||
import os.path
|
||||
__path__ = [
|
||||
os.path.abspath(path)
|
||||
for path in pkgutil.extend_path(__path__, __name__)
|
||||
]
|
||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue