blob: 98d84a80cbf5b10e51ef786d80b72f2087c09015 (
plain)
1
2
3
4
5
6
7
8
9
|
from . import account_move
from . import blog_post
from . import product_pricelist
from . import product_product
from . import product_template
from . import res_users
from . import sale_order
from . import x_manufactures
from . import website_content
|