ADD web_hide_field_with_key module

This commit is contained in:
Francois Poizat
2024-02-23 14:31:15 +01:00
parent b5bc82a184
commit 326cfb1b7a
10 changed files with 610 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../../web_hide_field_with_key

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)