19 lines
546 B
Python
19 lines
546 B
Python
# Copyright 2023 ForgeFlow S.L.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Account Journal Restrict Mode",
|
|
"summary": "Lock All Posted Entries of Journals.",
|
|
"version": "16.0.1.0.0",
|
|
"author": "ForgeFlow S.L., Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
"category": "Accounting",
|
|
"depends": [
|
|
"account",
|
|
],
|
|
"license": "AGPL-3",
|
|
"data": [],
|
|
"installable": True,
|
|
"post_init_hook": "post_init_hook",
|
|
}
|