mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] account_mass_reconcile_ref_deep_search: black, isort, prettier
This commit is contained in:
@@ -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"],
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../account_mass_reconcile_ref_deep_search
|
||||
6
setup/account_mass_reconcile_ref_deep_search/setup.py
Normal file
6
setup/account_mass_reconcile_ref_deep_search/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user