IMP] account_advanced_protection_features: add option allow_bank_statement_line_creation
This commit is contained in:
@@ -6,8 +6,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-08-29 08:28+0000\n"
|
||||
"PO-Revision-Date: 2025-08-29 08:28+0000\n"
|
||||
"POT-Creation-Date: 2026-01-20 16:50+0000\n"
|
||||
"PO-Revision-Date: 2026-01-20 16:50+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -25,6 +25,11 @@ msgstr "Accès aux fonctionnalités avancées de protection des journaux"
|
||||
msgid "Allow bank statements deletion"
|
||||
msgstr "Autoriser la suppression de relevé bancaire"
|
||||
|
||||
#. module: account_advanced_protection_features
|
||||
#: model:ir.model.fields,field_description:account_advanced_protection_features.field_account_journal__allow_bank_statement_line_creation
|
||||
msgid "Allow manual bank statement lines creation"
|
||||
msgstr "Autoriser l'ajout manuelle des lignes de relevé bancaire"
|
||||
|
||||
#. module: account_advanced_protection_features
|
||||
#: model:ir.model,name:account_advanced_protection_features.model_account_bank_statement
|
||||
msgid "Bank Statement"
|
||||
@@ -35,6 +40,13 @@ msgstr "Relevé bancaire"
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "Ligne de relevé de compte"
|
||||
|
||||
#. module: account_advanced_protection_features
|
||||
#: model:ir.model.fields,help:account_advanced_protection_features.field_account_journal__allow_bank_statement_line_creation
|
||||
msgid ""
|
||||
"If unchecked, users will not be allowed to manually create bank statement "
|
||||
"lines for this journal."
|
||||
msgstr "Si décoché, les utilisateurs ne seront pas autorisés à créer des lignes de relevé bancaire pour ce journal."
|
||||
|
||||
#. module: account_advanced_protection_features
|
||||
#: model:ir.model,name:account_advanced_protection_features.model_account_journal
|
||||
msgid "Journal"
|
||||
@@ -45,6 +57,16 @@ msgstr ""
|
||||
msgid "Journal Entry"
|
||||
msgstr "Pièce comptable"
|
||||
|
||||
#. module: account_advanced_protection_features
|
||||
#. odoo-python
|
||||
#: code:addons/account_advanced_protection_features/models/account_bank_statement.py:0
|
||||
#: code:addons/account_advanced_protection_features/models/account_bank_statement.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Manual creation of bank statement lines is not allowed for the journal %s."
|
||||
msgstr ""
|
||||
"La création manuelle de lignes de relevé bancaire n'est pas autorisée pour le journal %s."
|
||||
|
||||
#. module: account_advanced_protection_features
|
||||
#: model:ir.model.fields,field_description:account_advanced_protection_features.field_account_journal__prevent_deletion_of_posted_account_move
|
||||
msgid "Prevent to delete an already posted account move"
|
||||
@@ -66,15 +88,18 @@ msgstr ""
|
||||
#. module: account_advanced_protection_features
|
||||
#. odoo-python
|
||||
#: code:addons/account_advanced_protection_features/models/account_bank_statement.py:0
|
||||
#: code:addons/account_advanced_protection_features/models/account_bank_statement.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The deletion of bank statement lines is not allowed for the journal %s."
|
||||
msgstr ""
|
||||
"La suppression des lignes de relevé bancaire n'est pas autorisée pour le journal %s."
|
||||
"La suppression des lignes de relevé bancaire n'est pas autorisée pour le "
|
||||
"journal %s."
|
||||
|
||||
#. module: account_advanced_protection_features
|
||||
#. odoo-python
|
||||
#: code:addons/account_advanced_protection_features/models/account_bank_statement.py:0
|
||||
#: code:addons/account_advanced_protection_features/models/account_bank_statement.py:0
|
||||
#, python-format
|
||||
msgid "The deletion of bank statements is not allowed for the journal %s."
|
||||
msgstr ""
|
||||
@@ -93,8 +118,10 @@ msgstr ""
|
||||
#. module: account_advanced_protection_features
|
||||
#. odoo-python
|
||||
#: code:addons/account_advanced_protection_features/models/account_move.py:0
|
||||
#: code:addons/account_advanced_protection_features/models/account_move.py:0
|
||||
#, python-format
|
||||
msgid "You cannot delete this account move because it has already been posted."
|
||||
msgid ""
|
||||
"You cannot delete this account move because it has already been posted."
|
||||
msgstr ""
|
||||
"Vous ne pouvez pas supprimer cette pièce comptable car elle à déjà été "
|
||||
"confirmée."
|
||||
@@ -102,6 +129,7 @@ msgstr ""
|
||||
#. module: account_advanced_protection_features
|
||||
#. odoo-python
|
||||
#: code:addons/account_advanced_protection_features/models/account_move.py:0
|
||||
#: code:addons/account_advanced_protection_features/models/account_move.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You cannot reset to draft this invoice because it has been sent by email."
|
||||
|
||||
Reference in New Issue
Block a user