diff --git a/l10n_br_fiscal/data/operation_data.xml b/l10n_br_fiscal/data/operation_data.xml index a9927efa46bb..04464ba5c5be 100644 --- a/l10n_br_fiscal/data/operation_data.xml +++ b/l10n_br_fiscal/data/operation_data.xml @@ -42,6 +42,49 @@ 00 + + + Venda ST contribuinte substituto + 1 + + + approved + 04 + + + + + Revenda ST contribuinte substituto + 1 + + + approved + 00 + + + + + Revenda ST contribuinte substituído + 1 + + + approved + 00 + + + + + Revenda ST contribuinte substituído SN + 1 + + + approved + 00 + + Venda não Contribuinte diff --git a/l10n_br_pos/tests/test_l10n_br_pos_config.py b/l10n_br_pos/tests/test_l10n_br_pos_config.py index 8b54e9b5254d..427fb2f84470 100644 --- a/l10n_br_pos/tests/test_l10n_br_pos_config.py +++ b/l10n_br_pos/tests/test_l10n_br_pos_config.py @@ -16,8 +16,7 @@ def test_pos_config_sales_fiscal_operation(self): "l10n_br_fiscal.fo_venda" ) self.pos_config._compute_allowed_tax() - self.assertEqual( - 4, + self.assertTrue( len(self.pos_config.out_pos_fiscal_operation_line_ids), "Tax operations lines were not found.", )