9 lines
231 B
Python
9 lines
231 B
Python
from modeltranslation.translator import TranslationOptions, register
|
|
|
|
from core.apps.companies.models import CompanyaccountModel
|
|
|
|
|
|
@register(CompanyaccountModel)
|
|
class CompanyaccountTranslation(TranslationOptions):
|
|
fields = []
|