Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created January 29, 2018 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6876056b2dc1d910f410d02d11ad3329 to your computer and use it in GitHub Desktop.
Save anonymous/6876056b2dc1d910f410d02d11ad3329 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/ccr/Documents/Adiczion/technique/tryton/ate-46/trytond/trytond/protocols/dispatcher.py", line 165, in _dispatch
result = rpc.result(meth(*c_args, **c_kwargs))
File "/home/ccr/Documents/Adiczion/technique/tryton/ate-46/trytond/trytond/wizard/wizard.py", line 287, in execute
return wizard._execute(state_name)
File "/home/ccr/Documents/Adiczion/technique/tryton/ate-46/trytond/trytond/wizard/wizard.py", line 313, in _execute
do_result = do(action)
File "/home/ccr/Documents/Adiczion/technique/tryton/ate-46/trytond/trytond/modules/sale_subscription/subscription.py", line 788, in do_create_
Line.generate_consumption(date=self.start.date)
File "/home/ccr/Documents/Adiczion/technique/tryton/ate-46/trytond/trytond/modules/sale_subscription/subscription.py", line 628, in generate_consumption
cls.save(all_lines)
File "/home/ccr/Documents/Adiczion/technique/tryton/ate-46/trytond/trytond/model/descriptors.py", line 33, in newfunc
return self.func(owner, *args, **kwargs)
File "/home/ccr/Documents/Adiczion/technique/tryton/ate-46/trytond/trytond/model/modelstorage.py", line 1505, in save
(([r], save_values[r]) for r in to_write), ()))
File "/home/ccr/Documents/Adiczion/technique/tryton/ate-46/trytond/trytond/model/modelsql.py", line 972, in write
cls._validate(sub_records, field_names=all_field_names)
File "/home/ccr/Documents/Adiczion/technique/tryton/ate-46/trytond/trytond/model/modelstorage.py", line 1001, in _validate
validate_domain(field)
File "/home/ccr/Documents/Adiczion/technique/tryton/ate-46/trytond/trytond/model/modelstorage.py", line 960, in validate_domain
validate_relation_domain(field, sub_records, Relation, domain)
File "/home/ccr/Documents/Adiczion/technique/tryton/ate-46/trytond/trytond/model/modelstorage.py", line 983, in validate_relation_domain
error_args=cls._get_error_args(field.name))
File "/home/ccr/Documents/Adiczion/technique/tryton/ate-46/trytond/trytond/error.py", line 74, in raise_user_error
raise UserError(error)
UserError: domain_validation_record -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment