mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
21 lines
585 B
Python
21 lines
585 B
Python
# Copyright 2014 Camptocamp SA, 2017 ACSONE
|
|
# Copyright 2018 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
'name': "Account Move Batch Validate",
|
|
'version': '11.0.1.0.2',
|
|
'author': "Camptocamp, Odoo Community Association (OCA)",
|
|
'website': 'https://github.com/OCA/account-financial-tools',
|
|
'category': 'Finance',
|
|
'complexity': 'normal',
|
|
'depends': [
|
|
'account',
|
|
'queue_job',
|
|
],
|
|
'data': [
|
|
'views/account_move.xml',
|
|
'wizard/account_move_validate.xml',
|
|
],
|
|
'license': 'AGPL-3',
|
|
}
|