[IMP] account_mass_reconcile_ref_deep_search: black, isort, prettier

This commit is contained in:
Diep Huu Hoang
2021-12-09 11:27:10 +07:00
parent b558b542f0
commit 927b9c6b9a
4 changed files with 9 additions and 2 deletions

View File

@@ -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"],

View File

@@ -29,7 +29,7 @@ class MassReconciledAdvancedRefDeepSearch(models.TransientModel):
@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):

View File

@@ -0,0 +1 @@
../../../../account_mass_reconcile_ref_deep_search

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)