mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-25 13:42:03 +02:00
29 lines
871 B
Python
29 lines
871 B
Python
# Copyright 2022 Lorenzo Battistini - TAKOBI
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
|
|
{
|
|
"name": "Receipts Journals",
|
|
"summary": "Define and use journals dedicated to receipts",
|
|
"version": "16.0.1.1.0",
|
|
"development_status": "Beta",
|
|
"category": "Accounting & Finance",
|
|
"website": "https://github.com/OCA/account-invoicing",
|
|
"author": "TAKOBI, Odoo Community Association (OCA)",
|
|
"maintainers": ["eLBati", "anddago78"],
|
|
"license": "LGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"preloadable": True,
|
|
"depends": [
|
|
"account",
|
|
],
|
|
"data": [
|
|
"views/account_journal_views.xml",
|
|
"data/account_journal_data.xml",
|
|
],
|
|
"pre_init_hook": "rename_old_italian_data",
|
|
"external_dependencies": {
|
|
"python": [
|
|
"openupgradelib",
|
|
],
|
|
},
|
|
}
|