mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] account_reconcile_restrict_partner_mismatch: black, isort, prettier
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"version": "13.0.1.0.0",
|
"version": "13.0.1.0.0",
|
||||||
"depends": ["account"],
|
"depends": ["account"],
|
||||||
"author": "Camptocamp, Odoo Community Association (OCA)",
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
||||||
"website": "http://www.github.com/OCA/account-reconcile",
|
"website": "https://github.com/OCA/account-reconcile",
|
||||||
"category": "Finance",
|
"category": "Finance",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"data": ["report/account_move_lines_report.xml", "security/ir.model.access.csv"],
|
"data": ["report/account_move_lines_report.xml", "security/ir.model.access.csv"],
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
../../../../account_reconcile_restrict_partner_mismatch
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user