mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-24 17:38:42 -06:00
[IMP] attachment_preview: pre-commit execution
This commit is contained in:
parent
322ee99ed6
commit
3b9c5fd39b
1
setup/attachment_preview/odoo/addons/attachment_preview
Symbolic link
1
setup/attachment_preview/odoo/addons/attachment_preview
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../../attachment_preview
|
6
setup/attachment_preview/setup.py
Normal file
6
setup/attachment_preview/setup.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user