Skip to content

Commit aa70abf

Browse files
xavier-bouquiauxivantodorovich
authored andcommitted
[IMP] product_attribute_set_completeness: black, isort, prettier
1 parent 215947a commit aa70abf

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

product_attribute_set_completeness/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "12.0.1.2.1",
77
"license": "AGPL-3",
88
"author": "ACSONE SA/NV",
9-
"website": "https://acsone.eu",
9+
"website": "https://github.com/shopinvader/odoo-pim",
1010
"depends": ["product_attribute_set", "attribute_set_completeness"],
1111
"data": ["views/product_template_view.xml"],
1212
"demo": [],
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../product_attribute_set_completeness
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)

0 commit comments

Comments
 (0)