diff --git a/odex25_accounting/general_journal/__manifest__.py b/odex25_accounting/general_journal/__manifest__.py new file mode 100644 index 000000000..19971a5c3 --- /dev/null +++ b/odex25_accounting/general_journal/__manifest__.py @@ -0,0 +1,11 @@ +{ + 'name': 'General Journals', + 'version': '14.0', + 'description': 'Display Accounts fields in Journal Entry View', + 'author': 'Expert Co.', + 'license': 'LGPL-3', + 'depends': ['account'], + 'data': [ + 'views/account_journal_views.xml' + ] +} \ No newline at end of file diff --git a/odex25_accounting/general_journal/views/account_journal_views.xml b/odex25_accounting/general_journal/views/account_journal_views.xml new file mode 100644 index 000000000..0a349d23f --- /dev/null +++ b/odex25_accounting/general_journal/views/account_journal_views.xml @@ -0,0 +1,17 @@ + + + + + account.journal.view.form.inherit + account.journal + + + + + + + + + \ No newline at end of file