mirror of
https://github.com/bringout/oca-pos.git
synced 2026-04-22 03:02:00 +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,26 +15,24 @@ msgstr ""
|
|||
|
||||
#. module: pos_customer_comment
|
||||
#: model:ir.model.fields,field_description:pos_customer_comment.field_res_partner__pos_comment
|
||||
#: model:ir.model.fields,field_description:pos_customer_comment.field_res_users__pos_comment
|
||||
#: model_terms:ir.ui.view,arch_db:pos_customer_comment.view_res_partner_form
|
||||
msgid "Cashier Comment"
|
||||
msgstr "Cashier Comment"
|
||||
|
||||
#. module: pos_customer_comment
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_customer_comment/static/src/xml/PartnerDetailsEdit.xml:0
|
||||
#: code:addons/pos_customer_comment/static/src/xml/PartnerDetailsEdit.xml:0
|
||||
#: code:addons/pos_customer_comment/static/src/xml/PartnerDetailsEdit.xml
|
||||
#, python-format
|
||||
msgid "Comment"
|
||||
msgstr "Komentar"
|
||||
|
||||
#. module: pos_customer_comment
|
||||
#: model:ir.model.fields,help:pos_customer_comment.field_res_partner__pos_comment
|
||||
#: model:ir.model.fields,help:pos_customer_comment.field_res_users__pos_comment
|
||||
msgid ""
|
||||
"Comment that will be visible and editable in the Point of Sale for the "
|
||||
"cashiers"
|
||||
msgstr ""
|
||||
"Comment that will be visible and editable in the Point of Sale for the "
|
||||
"cashiers"
|
||||
|
||||
#. module: pos_customer_comment
|
||||
#: model_terms:ir.ui.view,arch_db:pos_customer_comment.view_res_partner_form
|
||||
|
|
@ -42,6 +40,8 @@ msgid ""
|
|||
"Comment that will be visible and editable in the Point of Sale for the "
|
||||
"cashiers"
|
||||
msgstr ""
|
||||
"Comment that will be visible and editable in the Point of Sale for the "
|
||||
"cashiers"
|
||||
|
||||
#. module: pos_customer_comment
|
||||
#: model:ir.model,name:pos_customer_comment.model_res_partner
|
||||
|
|
@ -50,8 +50,7 @@ msgstr "Kontakt"
|
|||
|
||||
#. module: pos_customer_comment
|
||||
#. odoo-javascript
|
||||
#: code:addons/pos_customer_comment/static/src/xml/PartnerLine.xml:0
|
||||
#: code:addons/pos_customer_comment/static/src/xml/PartnerLine.xml:0
|
||||
#: code:addons/pos_customer_comment/static/src/xml/PartnerLine.xml
|
||||
#, python-format
|
||||
msgid "Has PoS Comment"
|
||||
msgstr "Has PoS Comment"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue