mirror of
https://github.com/bringout/oca-storage.git
synced 2026-04-20 07:32:03 +02:00
Hide irrelevant fields for Line Item Extraction rules
- Make target_field hidden and not required for line_item rules - Hide Pattern Matching section for line_item rules - Hide Data Type and Parsing section for line_item rules - Hide stop_on_match field for line_item rules - Hide Transformation and Validation tabs for line_item rules - Clean up model: remove required=True from target_field and match_pattern Version: 16.0.1.0.20 🤖 assisted by claude 🤖 assisted by claude
This commit is contained in:
parent
871a52bf24
commit
48c60d9e0b
17 changed files with 198 additions and 198 deletions
|
|
@ -45,7 +45,6 @@ msgstr "Naziv datoteke sigurnosne kopije"
|
|||
|
||||
#. module: fs_storage_backup
|
||||
#: model:ir.actions.server,name:fs_storage_backup.cron_backup_db_ir_actions_server
|
||||
#: model:ir.cron,cron_name:fs_storage_backup.cron_backup_db
|
||||
msgid "Backup database and delete old backups"
|
||||
msgstr "Kreiraj sigurnosnu kopiju baze podataka i obriši stare kopije"
|
||||
|
||||
|
|
@ -61,7 +60,7 @@ msgstr "Sigurnosne kopije"
|
|||
|
||||
#. module: fs_storage_backup
|
||||
#. odoo-python
|
||||
#: code:addons/fs_storage_backup/models/fs_storage.py:0
|
||||
#: code:addons/fs_storage_backup/models/fs_storage.py
|
||||
#, python-format
|
||||
msgid "Database backup failed"
|
||||
msgstr "Kreiranje sigurnosne kopije baze podataka neuspješno"
|
||||
|
|
@ -73,8 +72,7 @@ msgstr "FS skladište"
|
|||
|
||||
#. module: fs_storage_backup
|
||||
#. odoo-python
|
||||
#: code:addons/fs_storage_backup/models/fs_storage.py:0
|
||||
#: model:mail.message.subtype,description:fs_storage_backup.message_subtype_cleanup_failed
|
||||
#: code:addons/fs_storage_backup/models/fs_storage.py
|
||||
#, python-format
|
||||
msgid "Failed to clean up old backups"
|
||||
msgstr "Neuspješno čišćenje starih sigurnosnih kopija"
|
||||
|
|
@ -121,7 +119,7 @@ msgstr "Čuvaj sigurnosne kopije (u danima)"
|
|||
|
||||
#. module: fs_storage_backup
|
||||
#. odoo-python
|
||||
#: code:addons/fs_storage_backup/models/fs_storage.py:0
|
||||
#: code:addons/fs_storage_backup/models/fs_storage.py
|
||||
#, python-format
|
||||
msgid "Keep backups of (in days) must be greater or than 0."
|
||||
msgstr "Čuvaj sigurnosne kopije (u danima) mora biti veće od 0."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue