We need an expert in odoo development to solve a few doubts.

Job ID: 35844437

Budget: $10 – $30 USD

- I created the attribute product_id = fields.Many2one(‘product.template’) in my custom model so I can select from the available products in the database from the user interface. Now I want to be able to access the product variant attribute values of the selected product. How can I access those values? Is it recommended using self.env[].search() or should I create another field to access those values?

- In the case I need to create new fields, how do I iterate over them so I can display the values in the views?

- How do I add payment functionality to a custom model?

- Is there a way to see the console output in real time when using a Packaged Installer instead of checking odoo.logs?
Related categories: Python ERP Odoo