Loading __init__.py +0 −1 Original line number Diff line number Diff line # This file is part of Tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. from trytond.pool import Pool from . import account from . import member Loading configuration.py +0 −1 Original line number Diff line number Diff line # This file is part of Tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. from trytond.model import ModelView, ModelSQL, ModelSingleton, fields from trytond.pyson import Eval from trytond.modules.company.model import (CompanyMultiValueMixin, Loading exceptions.py +0 −1 Original line number Diff line number Diff line # This file is part of Tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. from trytond.model.exceptions import ValidationError Loading ir.py +0 −1 Original line number Diff line number Diff line # This file is part of Tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. from trytond.pool import PoolMeta Loading membership.py +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ from .exceptions import (PeriodDateOverlapError, AmountLessThanZeroError, PartyAccountPayableRequiredError) __all__ = [ 'Membership', 'Period', 'Fee', 'Line', 'PostFee', 'GenerateFee', 'Membership', 'Period', 'Fee', 'MembershipType', 'PostFee', 'GenerateFee', 'GenerateFeeStart' ] Loading Loading
__init__.py +0 −1 Original line number Diff line number Diff line # This file is part of Tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. from trytond.pool import Pool from . import account from . import member Loading
configuration.py +0 −1 Original line number Diff line number Diff line # This file is part of Tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. from trytond.model import ModelView, ModelSQL, ModelSingleton, fields from trytond.pyson import Eval from trytond.modules.company.model import (CompanyMultiValueMixin, Loading
exceptions.py +0 −1 Original line number Diff line number Diff line # This file is part of Tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. from trytond.model.exceptions import ValidationError Loading
ir.py +0 −1 Original line number Diff line number Diff line # This file is part of Tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. from trytond.pool import PoolMeta Loading
membership.py +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ from .exceptions import (PeriodDateOverlapError, AmountLessThanZeroError, PartyAccountPayableRequiredError) __all__ = [ 'Membership', 'Period', 'Fee', 'Line', 'PostFee', 'GenerateFee', 'Membership', 'Period', 'Fee', 'MembershipType', 'PostFee', 'GenerateFee', 'GenerateFeeStart' ] Loading