Odoo enterprises edition [closed] - odoo

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})

Related

How to Get Field order line from Sale order to invoice module? [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 7 days ago.
Improve this question
i need to get the field order line from Sales module to read it on invoice module.
im new use erp Odoo, i need help. Thankyou
I didn't do any action yet, im just confused where can i did it, it can do by Odoo Studio or need to configure python code?

view barcode field in POS(point of sale) session [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 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.

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!

How To Work With MVC Architecture in VBA/Access [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 9 years ago.
Improve this question
i'd like to know how to work with Model View Controller architecture in VBA language. I want to know where the Model code, the View code and the Controller code goes into the VBA/Access structure. I'd appreciate your help.
Thanks in advance.