Skip to content

Commit 2e125eb

Browse files
committed
[IMP] website_attribute_set: enable filter for additional attributes
1 parent 08d85a3 commit 2e125eb

6 files changed

Lines changed: 401 additions & 27 deletions

File tree

.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ section-order = ["future", "standard-library", "third-party", "odoo", "odoo-addo
2828
"odoo-addons" = ["odoo.addons"]
2929

3030
[lint.mccabe]
31-
max-complexity = 16
31+
max-complexity = 29

website_attribute_set/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"attribute_set",
1515
"product_attribute_set",
1616
"pim",
17+
"website",
1718
"website_sale",
1819
],
1920
"data": [

0 commit comments

Comments
 (0)