Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions account_journal_import/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
16 changes: 16 additions & 0 deletions account_journal_import/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
{
"name": "Journal Entry Import (CSV/XLSX) - Misc Operations",
"version": "19.0.1.0.0",
"category": "Accounting",
"summary": "Import journal items into Miscellaneous Operations with validation preview",
"depends": ["account"],
"data": [
"security/ir.model.access.csv",
"views/account_move_view.xml",
"views/misc_import_wizard_view.xml",
],
"installable": True,
"application": False,
"license": "LGPL-3",
}
Binary file not shown.
1 change: 1 addition & 0 deletions account_journal_import/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import misc_import_wizard
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading