2
0
account-financial-tools/account_journal_restrict_mode/__manifest__.py
2023-10-03 11:12:45 +02:00

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",
}