Files
web/setup/web_hide_field_with_key/setup.py
2024-03-22 15:38:09 +01:00

7 lines
100 B
Python

import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)