mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[IMP] intrastat_product_generic: black, isort, prettier
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
../../../../intrastat_product_generic
|
||||||
6
setup/intrastat_product_generic/setup.py
Normal file
6
setup/intrastat_product_generic/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user