[NEW] account_move_protect_deleting #11

Merged
b0g merged 2 commits from 16.0-account_move_protect_deleting into 16.0 2024-03-29 08:50:40 +00:00
b0g commented 2024-03-27 10:46:50 +00:00 (Migrated from github.com)
No description provided.
stephansainleger (Migrated from github.com) reviewed 2024-03-27 10:46:50 +00:00
clementelabore (Migrated from github.com) requested changes 2024-03-28 07:38:01 +00:00
clementelabore (Migrated from github.com) left a comment

Check other comments.
Add possibility to remove account move if we are in developer mode (cause in developer mode we can also resequence an invoice)

Check other comments. Add possibility to remove account move if we are in developer mode (cause in developer mode we can also resequence an invoice)
@@ -0,0 +2,4 @@
account_move_protect_deleting
===============
Forbid to delete an invoice that has been already validated
clementelabore (Migrated from github.com) commented 2024-03-28 07:25:37 +00:00

validated -> posted

validated -> posted
@@ -0,0 +1,15 @@
from odoo import models, api, _
clementelabore (Migrated from github.com) commented 2024-03-28 07:24:03 +00:00

use the word "posted" instead of "validated" ("Confirmée" à la place de "Validée")

use the word "posted" instead of "validated" ("Confirmée" à la place de "Validée")
clementelabore (Migrated from github.com) commented 2024-03-28 07:25:12 +00:00

Why the name of the function is _check_name ? should it be check_posted ?

Why the name of the function is _check_name ? should it be check_posted ?
clementelabore (Migrated from github.com) approved these changes 2024-03-29 08:50:19 +00:00
Sign in to join this conversation.
No description provided.