Files
account-financial-tools/account_journal_lock_date/exceptions.py
Stéphane Bidoul (ACSONE) 6f4fb45ae6 [ADD] account_journal_lock_date
2019-05-24 17:01:53 +02:00

10 lines
207 B
Python

# -*- 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