mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
22 lines
641 B
Python
22 lines
641 B
Python
# Copyright 2017 Camptocamp SA
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
|
|
{
|
|
"name": "Account Mass Reconcile as Jobs",
|
|
"version": "14.0.1.1.0",
|
|
"category": "Accounting",
|
|
"depends": [
|
|
"queue_job",
|
|
"account_mass_reconcile",
|
|
],
|
|
"author": "Camptocamp, " "Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/OCA/account-reconcile",
|
|
"data": [
|
|
"data/ir_config_parameter_data.xml",
|
|
"data/queue_job_channel_data.xml",
|
|
"data/queue_job_function_data.xml",
|
|
],
|
|
"installable": True,
|
|
"application": False,
|
|
}
|