Files
bank-payment/account_banking_payment_blocking/__init__.py
Stéphane Bidoul 1ea580872d [ADD] account_banking_payment_blocking
In the payment order creation wizard, do not propose invoices that are under litigation.

This is based on the blocked (aka No Followup) flag on the account move lines.
2015-03-24 13:34:14 +01:00

24 lines
1.0 KiB
Python

# -*- encoding: utf-8 -*-
##############################################################################
#
# Account Payment Blocking module for OpenERP
# Copyright (C) 2014 ACSONE SA/NV (http://acsone.eu)
# @author Stéphane Bidoul <stephane.bidoul@acsone.eu>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
import model