New account advanced protection features module #23
Reference in New Issue
Block a user
No description provided.
Delete Branch "new_account_advanced_protection_features"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://elabore.coop/web#id=5202&cids=1&menu_id=198&active_id=4457&model=project.task&view_type=form
In this PR, modules
account_move_protect_deletingandaccount_move_protect_reset_to_drafthave been merged into one moduleaccount_advanced_protection_features.I've removed the group
group_account_super_userfrom moduleaccount_usability_misc.I've created a new group
group_account_protection_managerthat gives access to these 3 account journal features :These features are visible in the journal configuration form.
@@ -0,0 +8,4 @@* Allow bank statements and bank statement lines deletionInstallation============write about deleting bank statements
account_move_protect_deletinginstallé surgestion moulin nature
gestion moneko
gestion le mat le vieil audon
gestion ree auvergne
odoo archijeux
gestion lerozo
odoo sikle
gestion coop tier lieux
admin fresque oceane
odoo.cairn-monnaie.com
la racine
loubatas
agniel
monnaie gentiane
Wait for Elabore/elabore-addons#9 to be merged
What I've done to try the deployment of these changes :
rc/16.0-ELABORE-LIGHT-test-quentinthat has these changes and the new version of OCA contract module (to have these changes : https://github.com/OCA/contract/pull/1301).account_move_protect_deletingand check that the groupgroup_account_user(Montrer les fonctions de comptabilité complètesin french) is not accepting deletion, as configured in account_usability_misc.rc/16.0-ELABORE-LIGHT-test-quentin. Thencompose --debug up. ThenMettre à jour la liste des appsthen installaccount_advanced_protection_featuresthen updateaccount_usability_misc. The moduleaccount_move_protect_deletingwas still displayed asinstalledeven if I could not found it while entering the container with bash. I uninstalled it.accountto retrieve initial rights with the groupgroup_account_user(allowed to delete account_bank_statement and account_bank_statement_line) (maybe I can only modify it from the user interface ? because it's a very long update).I've only modified one translation in my last push, Leatitia approval still works.
I merge