[14.0][ADD] New addon web_pivot_hide_total

This commit is contained in:
regis.pirard
2021-03-16 13:35:25 +01:00
committed by sbejaoui
parent 3aab677e5c
commit 1f8b3b779e
16 changed files with 182 additions and 0 deletions

View File

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

View File

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