-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
RGS: bank account not to be created automatically when creating banks #13
Comments
Done in d575029 |
Loading demo data fixed in 44750ae |
Proposal for improving usability:
|
Module for usability improvements added with dfa1c0b |
Same issue applies to account journals of type == Cash, this case is also fixed in a356e06 |
@astirpe was this seen as an issue because I talked about this with Joery and you just need to create the bacnk account numbers at the correct place in the schema and add a reference code. |
Odoo automatically creates accounts for banks when the user is creating a new bank journal. This is an issue because the the newly created account would be not from the RGS schema, which already contains a set of predefined accounts for banks. With this fix, the user is forced to select an existing bank account from RGS schema. Let me know if you need extra clarifications. |
@astirpe I know there are some accounts defined in the RGS. But you could easily create accounts on the same place in the RGS schema. You're solution is valid. But maybe less user friendly. |
This solution is actually what it came out from the discussion with Joery last friday. But I agree with you that it could be made more user friendly by making it smarter. |
With PR #17 the bank account is automatically selected in case there is any bank account available. It's a small usability improvement. The logic of creating new bank accounts is not yet implemented, but maybe it could be easily achieved by adding extra bank accounts directly in the csv file, as Joury explained during the last meeting. |
Edited: done in 6288b1e |
@astirpe When duplicating a bank journal the correct settings are now applied (new account, new reference code, correct default settings for short code and sequence). Is there someting else to be done? |
@ThijsvOers I think this issue can be closed, since it was tested multiple times. If needed we could reopen it later on. |
When creating account journals of type == Bank, the Bank Account must be not created automatically. The Bank Account has to be selected from existing RGS accounts.
The text was updated successfully, but these errors were encountered: