[ADD][16.0] web_apply_field_style module

This commit is contained in:
David Beal
2023-10-02 11:26:17 +02:00
parent 13c89ac0b1
commit dd95cccde2
17 changed files with 743 additions and 0 deletions

View File

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

View File

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