Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
28
account_receipt_journal/__manifest__.py
Normal file
28
account_receipt_journal/__manifest__.py
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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": "18.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"],
|
||||
"license": "LGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"preloadable": True,
|
||||
"depends": [
|
||||
"account",
|
||||
],
|
||||
"data": [
|
||||
"views/account_journal_views.xml",
|
||||
],
|
||||
"pre_init_hook": "rename_old_italian_data",
|
||||
"external_dependencies": {
|
||||
"python": [
|
||||
"openupgradelib",
|
||||
],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user