-
-
Notifications
You must be signed in to change notification settings - Fork 779
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
[14.0]account_move_name_sequence impossible to post an account.move #1695
Comments
Hum... |
I've checked the validity of the automated action and it's legal |
Yes, I know that issue but It was already fixed by calling a missing
Our unittest have already covered this case: Please, Could you create a demo instance installing only Also record a video and share us OFFTOPICWe recommend you to use runboat but for this case it is not deploying the instance correctly Do you know what should we do to fix it? Thanks in advance! |
Hi @moylop260 |
To fix the runboat install issue we need to get rid of the |
I got it Thank you! I'm not able to migrate the modules to use this library Even I will create a new issue with this important information about python-stdnum, thank you! |
This comment was marked as off-topic.
This comment was marked as off-topic.
I have created a base.automation to auto-update a field of the account.move at create/write But I didn't reproduce any error Please, feel free to give us more details with the steps to reproduce it and re-opening the PR/issue |
Module
account_move_name_sequence
Describe the bug
Hi @alexis-via We're no more able to post an account.move because of this constraints d8ca0ae
Apparently we're not alone on this issue :
And it seems that @fernandahf proposal here #1514 is not enough
To Reproduce
Affected versions: 14.0
Steps to reproduce the behavior:
Expected behavior
move is posted with proper sequence
additionnal context
I've made some search and what I observe is that when calling the write method here https://github.com/OCA/OCB/blob/14.0/addons/account/models/account_move.py#L2759 it doesn't trigger the compute here https://github.com/OCA/account-financial-tools/blob/16.0/account_move_name_sequence/models/account_move.py#L32 so the move is never considered as state = posted by the ORM by finally it is by the SQL constraints here https://github.com/OCA/account-financial-tools/blob/16.0/account_move_name_sequence/models/account_move.py#L21
The text was updated successfully, but these errors were encountered: