bank-statement-import
bank-statement-import copied to clipboard
[14.0] [IMP] account_statement_import_camt: unique statement names
-
Most import formats provide unique transaction ids, which allows to ensure no redundant import happens (https://github.com/OCA/bank-statement-import/blob/14.0/account_statement_import/models/account_bank_statement_line.py#L14) CAMT format doesn't, so we add a new feature to check for uniqueness at the statement name level
-
The block
Bank & Cash
is only visible togroup_account_user
(https://github.com/odoo/odoo/blob/14.0/addons/account/views/res_config_settings_views.xml#L448). But admin isgroup_account_manager
so he cannot view the block (https://github.com/odoo/odoo/blob/14.0/addons/account/security/account_security.xml#L25). That is whyBank Statement Import
block is added for new config parameter.
Thanks @sebalix for the suggestion. This PR has been updated.
@sebalix can you get back to this?
@StefanRijnhart could you have a look at this?
Thanks @TeoGoddet for your comment. IMHO, it is simpler to just set at one place to have consistent behavior instead of setting multiple journals. I will check the journal option when situation is changed.
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.
@simahawk sorry for the delay, can you re-open this so I can approve? We should port this in next versions I guess
Thanks @StefanRijnhart and @sebalix for your review. This PR has been updated and re-based.