mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-18 04:12:06 +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
067610e5fe
commit
671ef3554c
53 changed files with 6903 additions and 3840 deletions
|
|
@ -17,12 +17,14 @@ msgstr ""
|
|||
|
||||
#. module: product_images
|
||||
#. odoo-python
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"%(matching_images_count)s matching images have been found for "
|
||||
"%(product_count)s products."
|
||||
msgstr ""
|
||||
"%(matching_images_count)s matching images have been found for "
|
||||
"%(product_count)s products."
|
||||
|
||||
#. module: product_images
|
||||
#: model_terms:ir.ui.view,arch_db:product_images.product_fetch_image_wizard_view_form
|
||||
|
|
@ -32,41 +34,53 @@ msgid ""
|
|||
" done tomorrow.\n"
|
||||
" </span>"
|
||||
msgstr ""
|
||||
"<span attrs=\"{'invisible': [('nb_products_selected', '<=', 10000)]}\">\n"
|
||||
"As only 10,000 products can be processed per day, the remaining will be\n"
|
||||
"done tomorrow.\n"
|
||||
"</span>"
|
||||
|
||||
#. module: product_images
|
||||
#. odoo-python
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"A task to process products in the background is already running. Please try "
|
||||
"againlater."
|
||||
msgstr ""
|
||||
"A task to process products in the background is already running. Please try "
|
||||
"againlater."
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_images
|
||||
#: model_terms:ir.ui.view,arch_db:product_images.res_config_settings_view_form
|
||||
msgid "API Key"
|
||||
msgstr "API ključ"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_images
|
||||
#: model_terms:ir.ui.view,arch_db:product_images.product_fetch_image_wizard_view_form
|
||||
msgid "Cancel"
|
||||
msgstr "Odustani"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_images
|
||||
#: model:ir.model,name:product_images.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "Postavke"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_images
|
||||
#: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_images
|
||||
#: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_images
|
||||
#: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__display_name
|
||||
msgid "Display Name"
|
||||
|
|
@ -78,6 +92,8 @@ msgid ""
|
|||
"Fetch product images from Google Images based on the product's barcode "
|
||||
"number."
|
||||
msgstr ""
|
||||
"Fetch product images from Google Images based on the product's barcode "
|
||||
"number."
|
||||
|
||||
#. module: product_images
|
||||
#: model_terms:ir.ui.view,arch_db:product_images.product_fetch_image_wizard_view_form
|
||||
|
|
@ -86,7 +102,6 @@ msgstr "Preuzmi slike"
|
|||
|
||||
#. module: product_images
|
||||
#: model:ir.actions.act_window,name:product_images.product_product_action_get_pic_with_barcode
|
||||
#: model:ir.actions.act_window,name:product_images.product_template_action_get_pic_with_barcode
|
||||
msgid "Get Pictures from Google Images"
|
||||
msgstr "Get Pictures from Google Images"
|
||||
|
||||
|
|
@ -105,16 +120,19 @@ msgstr "ID"
|
|||
msgid "Image Fetch Pending"
|
||||
msgstr "Image Fetch Pending"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_images
|
||||
#: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnja promjena"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_images
|
||||
#: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Promijenio"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_images
|
||||
#: model:ir.model.fields,field_description:product_images.field_product_fetch_image_wizard__write_date
|
||||
msgid "Last Updated on"
|
||||
|
|
@ -141,13 +159,15 @@ msgid ""
|
|||
"Please note that some images might not be royalty-free. You should not\n"
|
||||
" publish these on your website."
|
||||
msgstr ""
|
||||
"Please note that some images might not be royalty-free. You should not\n"
|
||||
"publish these on your website."
|
||||
|
||||
#. module: product_images
|
||||
#: model:ir.actions.server,name:product_images.ir_cron_fetch_image_ir_actions_server
|
||||
#: model:ir.cron,cron_name:product_images.ir_cron_fetch_image
|
||||
msgid "Product Images: Get product images from Google"
|
||||
msgstr "Product Images: Get product images from Google"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_images
|
||||
#: model:ir.model,name:product_images.model_product_product
|
||||
msgid "Product Variant"
|
||||
|
|
@ -155,7 +175,7 @@ msgstr "Varijanta proizvoda"
|
|||
|
||||
#. module: product_images
|
||||
#. odoo-python
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py
|
||||
#, python-format
|
||||
msgid "Product images"
|
||||
msgstr "Slike proizvoda"
|
||||
|
|
@ -167,12 +187,14 @@ msgstr "Products To Process"
|
|||
|
||||
#. module: product_images
|
||||
#. odoo-python
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Products are processed in the background. Images will be updated "
|
||||
"progressively."
|
||||
msgstr ""
|
||||
"Products are processed in the background. Images will be updated "
|
||||
"progressively."
|
||||
|
||||
#. module: product_images
|
||||
#: model_terms:ir.ui.view,arch_db:product_images.res_config_settings_view_form
|
||||
|
|
@ -181,20 +203,23 @@ msgstr "ID pretraživača"
|
|||
|
||||
#. module: product_images
|
||||
#. odoo-python
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py
|
||||
#, python-format
|
||||
msgid "The API Key and Search Engine ID must be set in the General Settings."
|
||||
msgstr "The API Key and Search Engine ID must be set in the General Settings."
|
||||
|
||||
#. module: product_images
|
||||
#. odoo-python
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Custom Search API is not enabled in your Google project. Please visit "
|
||||
"your Google Cloud Platform project page and enable it, then retry. If you "
|
||||
"enabled this API recently, please wait a few minutes and retry."
|
||||
msgstr ""
|
||||
"The Custom Search API is not enabled in your Google project. Please visit "
|
||||
"your Google Cloud Platform project page and enable it, then retry. If you "
|
||||
"enabled this API recently, please wait a few minutes and retry."
|
||||
|
||||
#. module: product_images
|
||||
#: model:ir.model.fields,field_description:product_images.field_res_config_settings__google_pse_id
|
||||
|
|
@ -207,25 +232,30 @@ msgid ""
|
|||
"The list of selected products that meet the criteria (have a barcode and no "
|
||||
"image)"
|
||||
msgstr ""
|
||||
"The list of selected products that meet the criteria (have a barcode and no "
|
||||
"image)"
|
||||
|
||||
#. module: product_images
|
||||
#. odoo-python
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The scheduled action \"Product Images: Get product images from Google\" has "
|
||||
"been deleted. Please contact your administrator to have the action restored "
|
||||
"or to reinstall the module \"product_images\"."
|
||||
msgstr ""
|
||||
"The scheduled action \"Product Images: Get product images from Google\" has "
|
||||
"been deleted. Please contact your administrator to have the action restored "
|
||||
"or to reinstall the module \"product_images\"."
|
||||
|
||||
#. module: product_images
|
||||
#. odoo-python
|
||||
#: code:addons/product_images/models/ir_cron_trigger.py:0
|
||||
#: code:addons/product_images/models/ir_cron_trigger.py
|
||||
#, python-format
|
||||
msgid "This action is already scheduled. Please try again later."
|
||||
msgstr "This action is already scheduled. Please try again later."
|
||||
|
||||
# taken from hr.po
|
||||
#. module: product_images
|
||||
#: model:ir.model,name:product_images.model_ir_cron_trigger
|
||||
msgid "Triggered actions"
|
||||
|
|
@ -243,7 +273,7 @@ msgstr "You selected"
|
|||
|
||||
#. module: product_images
|
||||
#. odoo-python
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py:0
|
||||
#: code:addons/product_images/wizard/product_fetch_image_wizard.py
|
||||
#, python-format
|
||||
msgid "Your API Key or your Search Engine ID is incorrect."
|
||||
msgstr "Your API Key or your Search Engine ID is incorrect."
|
||||
|
|
@ -260,6 +290,9 @@ msgid ""
|
|||
" processed because they either already have an image or their barcode\n"
|
||||
" number is not set."
|
||||
msgstr ""
|
||||
"products will not be\n"
|
||||
"processed because they either already have an image or their barcode\n"
|
||||
"number is not set."
|
||||
|
||||
#. module: product_images
|
||||
#: model_terms:ir.ui.view,arch_db:product_images.product_fetch_image_wizard_view_form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue