mirror of
https://github.com/bringout/oca-pos.git
synced 2026-04-21 00:02:02 +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
a76f29afb5
commit
2cd7ccbcc0
56 changed files with 307 additions and 286 deletions
|
|
@ -15,12 +15,14 @@ msgstr ""
|
|||
|
||||
#. module: pos_picking_delayed
|
||||
#: model:ir.model.fields,help:pos_picking_delayed.field_pos_config__picking_creation_delayed
|
||||
#: model:ir.model.fields,help:pos_picking_delayed.field_res_config_settings__picking_creation_delayed
|
||||
msgid ""
|
||||
"Check this box if you want to delay the creation of the picking created by "
|
||||
"the PoS orders. If checked, the pickings will be created later, by a cron "
|
||||
"task."
|
||||
msgstr ""
|
||||
"Označite ovu opciju ako želite odgoditi kreiranje preuzimanja kreiranog "
|
||||
"narudžbama prodajnog mjesta. Ako je označeno, preuzimanja će biti kreirana "
|
||||
"kasnije, cron zadatkom."
|
||||
|
||||
#. module: pos_picking_delayed
|
||||
#: model:ir.model,name:pos_picking_delayed.model_res_config_settings
|
||||
|
|
@ -39,7 +41,6 @@ msgstr "Ima odgođeno preuzimanje"
|
|||
|
||||
#. module: pos_picking_delayed
|
||||
#: model:ir.model.fields,field_description:pos_picking_delayed.field_pos_config__picking_creation_delayed
|
||||
#: model:ir.model.fields,field_description:pos_picking_delayed.field_res_config_settings__picking_creation_delayed
|
||||
msgid "Picking Creation Delayed"
|
||||
msgstr "Kreiranje preuzimanja odgođeno"
|
||||
|
||||
|
|
@ -59,3 +60,5 @@ msgid ""
|
|||
"This checkbox is checked if the generation of the picking has been delayed. "
|
||||
"The picking will be created by cron."
|
||||
msgstr ""
|
||||
"Ova opcija je označena ako je generiranje preuzimanja odgođeno. Preuzimanje "
|
||||
"će biti kreirano cron-om."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue