Guest User

Untitled

a guest
Jun 20th, 2019
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. 10892 140478975702784 [2019-06-20 12:29:08,707] INFO trytond.modules history:update product.template
  2. 10892 140478975702784 [2019-06-20 12:29:08,737] INFO trytond.modules history:update company.company
  3. 10892 140478975702784 [2019-06-20 12:29:08,765] INFO trytond.modules history:update account.invoice.payment_term
  4. 10892 140478975702784 [2019-06-20 12:29:08,792] INFO trytond.modules history:update sale.opportunity.line
  5. 10892 140478975702784 [2019-06-20 12:29:08,819] INFO trytond.modules history:update party.address
  6. 10892 140478975702784 [2019-06-20 12:29:08,847] INFO trytond.modules history:update account.invoice.payment_term.line
  7. 10892 140478975702784 [2019-06-20 12:29:08,874] INFO trytond.modules history:update party.party
  8. 10892 140478975702784 [2019-06-20 12:29:08,901] INFO trytond.modules history:update company.employee
  9. 10892 140478975702784 [2019-06-20 12:29:08,928] INFO trytond.modules history:update product.product
  10. 10892 140478975702784 [2019-06-20 12:29:08,955] INFO trytond.modules history:update product.cost_price
  11. 10892 140478975702784 [2019-06-20 12:29:08,983] INFO trytond.modules history:update sale.opportunity
  12. 10892 140478975702784 [2019-06-20 12:29:09,010] INFO trytond.modules history:update account.invoice.payment_term.line.delta
  13. 10892 140478975702784 [2019-06-20 12:29:09,075] INFO trytond.convert Deleting 4@res.user from sale.user_process_sale
  14. 10892 140478975702784 [2019-06-20 12:29:09,094] ERROR trytond.convert Could not delete id: 4 of model res.user
  15. There should be some relation that points to this resource
  16. You should manually fix this and restart --update=module
  17. Traceback (most recent call last):
  18. File "/srv/tryton/5.2/tryton-env/trytond/trytond/convert.py", line 806, in post_import
  19. Model.delete([Model(db_id)])
  20. File "/srv/tryton/5.2/tryton-env/trytond/trytond/res/user.py", line 408, in delete
  21. raise DeleteError(gettext('res.msg_user_delete_forbidden'))
  22. trytond.res.user.DeleteError: ('UserError', ('For logging purposes users cannot be deleted, instead they should be deactivated.', ''))
  23. 10892 140478975702784 [2019-06-20 12:29:09,106] ERROR trytond.convert Could not inactivate id: 4 of model res.user
  24. Traceback (most recent call last):
  25. File "/srv/tryton/5.2/tryton-env/trytond/trytond/convert.py", line 806, in post_import
  26. Model.delete([Model(db_id)])
  27. File "/srv/tryton/5.2/tryton-env/trytond/trytond/res/user.py", line 408, in delete
  28. raise DeleteError(gettext('res.msg_user_delete_forbidden'))
  29. trytond.res.user.DeleteError: ('UserError', ('For logging purposes users cannot be deleted, instead they should be deactivated.', ''))
  30.  
  31. During handling of the above exception, another exception occurred:
Add Comment
Please, Sign In to add comment