mirror of
https://github.com/bringout/oca-pos.git
synced 2026-04-22 05:42:09 +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
|
|
@ -20,7 +20,6 @@ msgstr "Postavke"
|
|||
|
||||
#. module: pos_payment_restriction
|
||||
#: model:ir.model.fields,field_description:pos_payment_restriction.field_pos_config__payment_amount_readonly
|
||||
#: model:ir.model.fields,field_description:pos_payment_restriction.field_res_config_settings__pos_payment_amount_readonly
|
||||
msgid "Payment Amount Readonly"
|
||||
msgstr "Iznos plaćanja samo za čitanje"
|
||||
|
||||
|
|
@ -31,11 +30,12 @@ msgstr "Iznos linija plaćanja će biti samo za čitanje"
|
|||
|
||||
#. module: pos_payment_restriction
|
||||
#: model:ir.model.fields,help:pos_payment_restriction.field_pos_config__payment_amount_readonly
|
||||
#: model:ir.model.fields,help:pos_payment_restriction.field_res_config_settings__pos_payment_amount_readonly
|
||||
msgid ""
|
||||
"Payment lines amount would be readonly. This should be usedwith the 'Prefill"
|
||||
" Cash Payment' option"
|
||||
msgstr ""
|
||||
"Iznos linija plaćanja će biti samo za čitanje. Ovo se koristi sa opcijom "
|
||||
"'Unaprijed popuni gotovo plaćanje'"
|
||||
|
||||
#. module: pos_payment_restriction
|
||||
#: model:ir.model,name:pos_payment_restriction.model_pos_config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue