mirror of
https://github.com/bringout/oca-pos.git
synced 2026-04-22 16:21:59 +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_partner_location_google_map
|
||||
#. odoo-python
|
||||
#: code:addons/pos_partner_location_google_map/models/base_geocoder.py:0
|
||||
#: code:addons/pos_partner_location_google_map/models/base_geocoder.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"API key for GeoCoding (Places) required.\n"
|
||||
"Visit https://developers.google.com/maps/documentation/geocoding/get-api-key for more information."
|
||||
msgstr ""
|
||||
"API ključ za GeoCoding (Places) je potreban.\n"
|
||||
"Posjeti https://developers.google.com/maps/documentation/geocoding/get-api-key za više informacija."
|
||||
|
||||
#. module: pos_partner_location_google_map
|
||||
#: model:ir.model,name:pos_partner_location_google_map.model_res_partner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue