From 715e8a6cc503656e9367e485dc21ae8ffaa37021 Mon Sep 17 00:00:00 2001 From: Juanjo Garcia Pagan <57089222+juanjo-nan@users.noreply.github.com> Date: Wed, 22 Mar 2023 15:30:59 +0100 Subject: [PATCH] Modify Lines to pay domain. (#8) Delete maturity_date from domain. Deactivate "Lines to pay" act_window from account_payment. Modify the act_window in all the modules, try to use the account_payment version. Task #157748 * Pyflakes --- account.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ setup.py | 2 +- tryton.cfg | 3 +++ 3 files changed, 49 insertions(+), 1 deletion(-) diff --git a/account.xml b/account.xml index a8b56a8..bc25b8f 100644 --- a/account.xml +++ b/account.xml @@ -12751,4 +12751,49 @@ this repository contains the full copyright notices and license terms. --> + + + + + + + Lines to Pay + account.move.line + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/setup.py b/setup.py index 8fc5e6e..d73c6b1 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ requires += [get_require_version('trytond_account'),get_require_version('trytond tests_require = [ get_require_version('proteus'), - + ] series = '%s.%s' % (major_version, minor_version) diff --git a/tryton.cfg b/tryton.cfg index 0c9c1d3..5b09d75 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -9,6 +9,9 @@ extras_depend: account_asset account_product account_product_accounting + account_payment + account_bank + account_payment_sepa xml: account.xml company.xml