Issue:
Just upgraded from Odoo13 to Odoo14
In Odoo14, once I have “posted” a bank statement I can not reset it to new.
Pushing button “reset to new”, leads to error “You cannot modify a posted entry of this journal because it is in strict mode.”
In Odoo13 “resetting to new” does not pose such problem.
Modules used:
Odoo 14 Accounting by Odoo Mates, Odoo SA, version 14.0.8.0.0
Analysis done so far
Reinstall the module
Validate the configuration of the “bank” journal (although I am not sure what to look for)
Anyone have any ideas?
@Mohamed Rafeeq: I was able to resolve this by following the advise of Odoo Mates. However, as you experienced, the application does allow you to untick the tickbox "Lock Posted Entries with Hash". I was only able to change that field by directly accessing the odoo database. I used pgadmin to directly access the odoo database. The table name is account_journal and can be found in the database in "Schema's", "Public", "Tables", "account_journal". The field name is "restrict_mode_hash_table" and it needs to be filled with [null]. In fact I changed it to [null] for all entries. This is not a setting you should use in a big company (your auditor will definitely not like it), but I have experienced that having this box unticked has many small advantages. I am assuming most CE users have unticked this box.