[IMP] intrastat_product_generic: black, isort, prettier

This commit is contained in:
Denis Roussel
2021-10-20 11:26:23 +02:00
parent ec184391ae
commit 43a55023c5
3 changed files with 8 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"name": "Generic Intrastat Product Declaration", "name": "Generic Intrastat Product Declaration",
"version": "13.0.1.0.0", "version": "13.0.1.0.0",
"category": "Accounting & Finance", "category": "Accounting & Finance",
"website": "https://github.com/OCA/intrastat", "website": "https://github.com/OCA/intrastat-extrastat",
"author": "Noviat," "Odoo Community Association (OCA)", "author": "Noviat," "Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"installable": True, "installable": True,

View File

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

View File

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