Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
18
account_journal_restrict_mode/__manifest__.py
Executable file
18
account_journal_restrict_mode/__manifest__.py
Executable file
@@ -0,0 +1,18 @@
|
||||
# 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": "18.0.1.1.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",
|
||||
}
|
||||
Reference in New Issue
Block a user