8 lines
206 B
Python
8 lines
206 B
Python
# Part of flectra. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import vat_config_type
|
|
from . import res_config
|
|
from . import sale
|
|
from . import purchase
|
|
from . import account_invoice
|