mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-21 02:52:04 +02:00
12 lines
365 B
Python
12 lines
365 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import loyalty_card
|
|
from . import loyalty_history
|
|
from . import loyalty_mail
|
|
from . import loyalty_program
|
|
from . import loyalty_reward
|
|
from . import loyalty_rule
|
|
from . import product_pricelist
|
|
from . import product_product
|
|
from . import product_template
|
|
from . import res_partner
|