Skip to content

Commit

Permalink
[IMP] account_mass_reconcile_ref_deep_search: black, isort, prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
anothingguy committed Mar 4, 2022
1 parent b558b54 commit 927b9c6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion account_mass_reconcile_ref_deep_search/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "13.0.1.0.0",
"author": "Camptocamp, Odoo Community Association (OCA)",
"category": "Finance",
"website": "https://github.com/account-reconcile",
"website": "https://github.com/OCA/account-reconcile",
"license": "AGPL-3",
"depends": ["account_mass_reconcile"],
"data": ["views/mass_reconcile_view.xml"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _compare_values(key, value, opposite_value):

@staticmethod
def _compare_matcher_values(key, values, opposite_values):
""" Compare every values from a matcher vs an opposite matcher
"""Compare every values from a matcher vs an opposite matcher
and return True if it matches
"""
for value, ovalue in product(values, opposite_values):
Expand Down
6 changes: 6 additions & 0 deletions setup/account_mass_reconcile_ref_deep_search/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 927b9c6

Please sign in to comment.