2
0
account-financial-tools/account_journal_lock_date/exceptions.py

10 lines
207 B
Python
Raw Normal View History

2017-03-31 19:00:59 +02:00
# -*- coding: utf-8 -*-
# Copyright 2017 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo.exceptions import UserError
class JournalLockDateError(UserError):
pass