mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
Import code just before commit 9ba8734f15e1a292ca27b1a026e8366a91b2a8c9 that moved the module account_bank_statement_import to Odoo Enterprise Only modifications : - add author (Odoo SA) and license (LGPL) keys in manifest - add copyright headers Odoo SA all main files
7 lines
123 B
Python
7 lines
123 B
Python
# -*- encoding: utf-8 -*-
|
|
|
|
from . import account_bank_statement_import
|
|
from . import account_journal
|
|
|
|
from . import wizard
|