Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot cleanly delete a client instance #46

Open
eltronix opened this issue Oct 6, 2015 · 1 comment
Open

Cannot cleanly delete a client instance #46

eltronix opened this issue Oct 6, 2015 · 1 comment

Comments

@eltronix
Copy link

eltronix commented Oct 6, 2015

I have tried to 'Edit' a client and change the status from 'In Progress' to 'Deleted' the saving.
Thereafter if click on 'Sync Server' it reverts back to 'In Progress'.
Why is this?

When I manually delete the records in the SaaS Server and SaaS Portal, I usually get the following error:

File "/usr/lib/python2.7/dist-packages/openerp/models.py", line 5554, in __getitem__ return self._browse(self.env, (self._ids[key],)) IndexError: tuple index out of range


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@eltronix
Copy link
Author

eltronix commented Oct 6, 2015

When manually deleting:

  1. It appears if one deletes the SaaS Server record first followed by the SaaS Portal, and try to 'Sync server', it causes the above error.
  2. But if you delete the SaaS Portal record first followed by the SaaS Server record and sync, there is no error.
  3. If you forget to delete the SaaS Server record you will receive a client_id must be unique error.

yelizariev pushed a commit that referenced this issue Apr 27, 2017
fix css, comma instead of semicolon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants