changeset 4d661999e915 in modules/account_es:default
details: 
https://hg.tryton.org/modules/account_es?cmd=changeset;node=4d661999e915
description:
        Update scenario for new tax names

        issue9183
diffstat:

 tests/scenario_reporting.rst            |  2 +-
 tests/scenario_reporting_compensate.rst |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 1d9bfe542812 -r 4d661999e915 tests/scenario_reporting.rst
--- a/tests/scenario_reporting.rst      Mon Apr 13 18:08:34 2020 +0200
+++ b/tests/scenario_reporting.rst      Mon Apr 13 23:48:55 2020 +0200
@@ -90,7 +90,7 @@
     >>> Tax = Model.get('account.tax')
     >>> customer_tax, = Tax.find([
     ...     ('company', '=', company.id),
-    ...     ('name', '=', 'IVA 21%'),
+    ...     ('name', '=', 'IVA 21% (bienes)'),
     ...     ])
     >>> supplier_tax, = Tax.find([
     ...     ('company', '=', company.id),
diff -r 1d9bfe542812 -r 4d661999e915 tests/scenario_reporting_compensate.rst
--- a/tests/scenario_reporting_compensate.rst   Mon Apr 13 18:08:34 2020 +0200
+++ b/tests/scenario_reporting_compensate.rst   Mon Apr 13 23:48:55 2020 +0200
@@ -56,7 +56,7 @@
     >>> Tax = Model.get('account.tax')
     >>> customer_tax, = Tax.find([
     ...     ('company', '=', company.id),
-    ...     ('name', '=', 'IVA 21%'),
+    ...     ('name', '=', 'IVA 21% (bienes)'),
     ...     ])
     >>> ProductCategory = Model.get('product.category')
     >>> account_category = ProductCategory(name="Account Category")

Reply via email to