Loading configuration.py +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # this repository contains the full copyright notices and license terms. from trytond import backend from trytond.model import (ModelView, ModelSQL, ModelSingleton, fields) from trytond.model import ModelView, ModelSQL, ModelSingleton, fields from trytond.pyson import Eval from trytond.modules.company.model import (CompanyMultiValueMixin, CompanyValueMixin) Loading Loading
configuration.py +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # this repository contains the full copyright notices and license terms. from trytond import backend from trytond.model import (ModelView, ModelSQL, ModelSingleton, fields) from trytond.model import ModelView, ModelSQL, ModelSingleton, fields from trytond.pyson import Eval from trytond.modules.company.model import (CompanyMultiValueMixin, CompanyValueMixin) Loading