Removing auto complete in odoo14 - odoo-14

enter image description here
How to remove this auto name_search such as customers when we create an invoice as shown in the above picture link & stop fetching data from external API in Odoo 14?

Please remove Partner Autocomplete from General settings

Related

Odoo Add custom UI element to customer portal

This is the customer portal of odoo
Im building my own module that generates plans for my business for every customer as an image and saves that image to a data model that has a One to One Relation to the customer
I would like to display this exact image on the customer portal, maybe in a new tab like "plan" just like the tabs on the screenshot (for example, you can click on Invoices ("Angebote") and you get an overview of all invoices. I want to do the same with my module).
I dont know how to do to it and I have already searched online but unfortunately not yet found any hint on how to do it.
Help is greatly appreciated.

Sitefinity add fields through backend code

enter image description here
I have a project where I need to add the customized field use code dynamically , now siteifinity provides user to add in the backend pages as the picture shows. Is any there way to add through code? Now I can add more field column into the table use fluent API, but the newly added field is not shown in the backend page. how to make the newly added field to show in the backend module ?

Prestashop How to show another field in informations about customer in BO

I use prestashop 1.7, I am stuck in the display of a field 'hobbies' which is the phoneNumber in back office prestashop with others fiels like in this image:
enter image description here
enter image description here
i'm new in prestashop and i can't found the files to edit.
I would be grateful if you help me
This place is not available to alter without modification of order view. There's no hook available in this place. You have two choices:
you can override back-office view
you can hook into displayBackOfficeHeader, check if current controller is this one related to Orders, and if so, load your data to JS variable with Media::addJsDef and insert it with JS too
If you need further assistance, let me know.

How can i create custom form on shopify?

i want create menu ( Service support ). when will be Customer click on service support menu, then it will be display on form like- ( name, email id, phone no, address, pin code ,invoice upload, invoice no, market place (drop down) , Description ) after that it will be submit and customer query will be display on shopify dashboard.
enter image description here
It is not possible to add any data to Shopify Dashboard. In stead you can follow below steps to achieve you goal.
Create custom APP ( which will display query data )
Create custom form using Shopify Liquid and send data to your app database using APP PROXY
Store Query Data in your DB and display it on your app dashboard.
Hope this will help.

How length is description of product in Prestashop 1.6?

I pasted a HTML into my description in product. When I look at website the content is cut. How much data I can storage in product description?
You can write a description as long as you want in Prestashop. I think your problem is linked to the HTML cleanup made by TinyMCE Editor. You will have to check the source code form the description field to check if all of your data is here. If you included iframe, it cannot work. You will have to enable iframes in content in general settings.