view barcode field in POS(point of sale) session [closed] - odoo

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
odoo version:10e.
i want to display barcode field in point of sale(pos) session at anywhere on product. Is is possible through module or coding ?

Yes, this can be possible. To do that you need to add product barcode field in view. In that, you need to edit template "Product" which is located under "/point_of_sale/static/src/xml/pos.xml file.

Related

Qtable add q-btn-dropdown [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 months ago.
Improve this question
I want to add a dropdown button to my Qtable.
Here is the solution that I want to achieve:
Is there any way to do it?
You can use https://quasar.dev/vue-components/table#example--body-cell-name-slot or body slot to achieve this.
For dropdown - https://quasar.dev/vue-components/select

Odoo enterprises edition [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I tried to pass the value from one pop up model to another model using odoo server action but I could not pass the value.
How to pass string field from one popup model to another model with button click?
Please anybody help me
Could you be more specific?
To me this seems simple.
get record from model1: self.env['model1name'].search([('name', '=', record1name)])
get record from model2: self.env['model2name'].search([('name', '=', record2name)])
do model2_rec.write({'fieldname': model1_rec.fieldname})

vue-multiselect display number selected [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
Is there a way to display for example "3 selected" instead of each selection with vue-multiselect. I have a design where there is limited room to display each selection.
The tag slot seems to only allow changing each selection.
Should have looked at the source before posting the question. There is a "selection" slot that isn't in the documentation.
It gives you an array of "values" which you can then grab the length of to display.

Form in Objective-C [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am looking for a way to simply create a form in Objective-C. I tried to build one using a table view, but this one does not handle the return key correctly and does not look very apple-like. Is there a "right way" to do this?
Table view is the best control for this. Create a custom cell with UITextField. Handle return key in you UITextField.

Prestashop custom product fields [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am trying to add some custom fields on my prestashop backend and, when filled, to show up in frontend. Here are some examples of what I want to implement:
And here is the frontpage:
Searched everywhere but no results. I just need an idea or an example. Thank you!