-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
account_financial_risk: "Expected singleton: res.company(1, 2)" while evaluating 'model._autopost_draft_entries() #147
Comments
Please wait in English in this repository. Odoo version? |
Done. Sorry for bad English. |
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
… invoices from wizard. Avoid singleton with multi-company _autopost_draft_entries. When we post from validate.account.move wizard, validate_move returns 'ir.actions.act_window_close'. Fixed issue OCA#147 TT30969
Odoo Version:
I think it can be reproduced in 13.0 and above versions
Hi, the cron that calls the method _autopost_daft_entries() is raising an error due to account_financial_risk.
The error occurs when:
The error is:
We fixed the issue (was urgently in our instance ) with:
Original code:
Fixed code:
Don't know if it's the best way to fix the issue.
The text was updated successfully, but these errors were encountered: