From c6f09e018ae2e51d821c6d9458caac48f53ac0d5 Mon Sep 17 00:00:00 2001 From: Magno Costa Date: Fri, 28 Jun 2024 18:03:21 -0300 Subject: [PATCH] [REF] l10n_br_stock_account: Unnecessary call methods because the _onchange_product_id_fiscal already call it. --- l10n_br_stock_account/tests/common.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/l10n_br_stock_account/tests/common.py b/l10n_br_stock_account/tests/common.py index c0a5b5767abb..b54790793991 100644 --- a/l10n_br_stock_account/tests/common.py +++ b/l10n_br_stock_account/tests/common.py @@ -23,8 +23,6 @@ def _run_fiscal_line_onchanges(self, record): # Stock Move record._onchange_product_id_fiscal() - record._onchange_fiscal_operation_id() - record._onchange_fiscal_operation_line_id() record._onchange_fiscal_taxes() record._onchange_product_quantity()