-
Notifications
You must be signed in to change notification settings - Fork 4
Description
buenas!, me esta tirando es error al tratar de instalar el modulo.
Ayuda!
28309 139921063790336 [2020-02-04 16:38:58,640] ERROR trytond.convert Error while parsing xml file:
In tag record model account.account.type.template with id account_ar.account_type_activo.
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/trytond/convert.py", line 456, in parse_xmlstream
self.sax_parser.parse(source)
File "/usr/lib/python3.6/xml/sax/expatreader.py", line 111, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/lib/python3.6/xml/sax/xmlreader.py", line 125, in parse
self.feed(buffer)
File "/usr/lib/python3.6/xml/sax/expatreader.py", line 217, in feed
self._parser.Parse(data, isFinal)
File "../Modules/pyexpat.c", line 473, in EndElement
File "/usr/lib/python3.6/xml/sax/expatreader.py", line 336, in end_element
self._cont_handler.endElement(name)
File "/usr/local/lib/python3.6/dist-packages/trytond/convert.py", line 515, in endElement
self.taghandler = self.taghandler.endElement(name)
File "/usr/local/lib/python3.6/dist-packages/trytond/convert.py", line 295, in endElement
self.model.name, self.values, self.xml_id)
File "/usr/local/lib/python3.6/dist-packages/trytond/convert.py", line 691, in import_record
self.create_records(model, [values], [fs_id])
File "/usr/local/lib/python3.6/dist-packages/trytond/convert.py", line 697, in create_records
records = Model.create(vlist)
File "/usr/local/lib/python3.6/dist-packages/trytond/model/modelsql.py", line 159, in wrapper
return func(cls, *args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/trytond/model/modelsql.py", line 677, in create
cls._validate(sub_records)
File "/usr/local/lib/python3.6/dist-packages/trytond/model/modelstorage.py", line 75, in wrapper
return func(*args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/trytond/model/modelstorage.py", line 1204, in _validate
field_name, field)
File "/usr/local/lib/python3.6/dist-packages/trytond/model/modelstorage.py", line 1193, in required_test
**cls.names(field_name)))
trytond.model.modelstorage.RequiredValidationError: A value is required for field "Statement" in "Account Type Template". -