Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
13
account_invoice_constraint_chronology/__manifest__.py
Executable file
13
account_invoice_constraint_chronology/__manifest__.py
Executable file
@@ -0,0 +1,13 @@
|
||||
# Copyright 2015-2019 ACSONE SA/NV (<http://acsone.eu>)
|
||||
# Copyright 2021 CorporateHub (https://corporatehub.eu)
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "Account Invoice Constraint Chronology",
|
||||
"version": "18.0.1.0.1",
|
||||
"author": "Odoo Community Association (OCA), ACSONE SA/NV, CorporateHub",
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
"license": "AGPL-3",
|
||||
"category": "Accounting",
|
||||
"depends": ["account"],
|
||||
"data": ["view/account_journal.xml"],
|
||||
}
|
||||
Reference in New Issue
Block a user