Skip to content

Commit

Permalink
[IMP] sale_product_variant_attribute_tax: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinafernandez-tecnativa authored and victoralmau committed Jun 26, 2024
1 parent dee9d01 commit 04b568a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ def setUpClass(cls):
{
"name": "Test fiscal position",
"tax_ids": [
(0, 0, {"tax_src_id": cls.tax.id, "tax_dest_id": cls.tax2.id},),
(
0,
0,
{"tax_src_id": cls.tax.id, "tax_dest_id": cls.tax2.id},
),
],
}
)
Expand Down
6 changes: 6 additions & 0 deletions setup/sale_product_variant_attribute_tax/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit 04b568a

Please sign in to comment.