Traceback (most recent call last):
File "/home/vant/Documentos/GitLab/customer/.venv/lib/python3.8/site-packages/trytond/tests/test_tryton.py", line 223, in wrapper
result = func(*args, **kwargs)
File "/home/vant/Documentos/GitLab/customer/tests/test_module.py", line 532, in test_import_subscription_extra_service
Subscription.create_from_json(data)
File "/home/vant/Documentos/GitLab/customer/sale.py", line 843, in create_from_json
subscription = cls.create([{
File "/home/vant/Documentos/GitLab/customer/.venv/lib/python3.8/site-packages/trytond/model/modelsql.py", line 240, in wrapper
return func(cls, *args, **kwargs)
File "/home/vant/Documentos/GitLab/customer/.venv/lib/python3.8/site-packages/trytond/model/modelsql.py", line 928, in create
field.set(cls, fname, *fargs)
File "/home/vant/Documentos/GitLab/customer/.venv/lib/python3.8/site-packages/trytond/model/fields/one2many.py", line 290, in set
Target.create(to_create)
File "/home/vant/Documentos/GitLab/customer/sale.py", line 1003, in create
cls.create_extra_lines(lines)
File "/home/vant/Documentos/GitLab/customer/sale.py", line 1032, in create_extra_lines
cls.copy([line], default=extra.new_line_default())
File "/home/vant/Documentos/GitLab/customer/.venv/lib/python3.8/site-packages/trytond/modules/sale_subscription/subscription.py", line 886, in copy
return super(Line, cls).copy(lines, default=default)
File "/home/vant/Documentos/GitLab/customer/.venv/lib/python3.8/site-packages/trytond/model/modelstorage.py", line 455, in copy
assert _default_fields() <= set(fields_names), (
AssertionError: Invalid default fields {'consumed'} for sale.subscription.line