2
0
account-financial-tools/account_journal_restrict_mode/__manifest__.py

19 lines
546 B
Python
Raw Normal View History

2023-10-02 16:46:22 +02:00
# 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",
}