# -*- coding: utf-8 -*- # Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>) # @author: Sylvain LE GAL (https://twitter.com/legalsylvain) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Account Payment Terms - Customer / Supplier Restrictions', 'version': '9.0.0.0.0', 'category': 'Accounting', 'author': 'Sylvain LE GAL, La Louve', 'website': 'http://www.lalouve.net', 'license': 'AGPL-3', 'depends': [ 'account', ], 'data': [ 'views/view_account_payment_term.xml', ], }