odoo-14

How to make button in tree view clickable?

How to make button in tree view clickable? Question: I have tree view added in wizard. I made wizard window wider due to higher number of fields. I have added button to tree view according to these guides: https://www.odoo.com/es_ES/forum/ayuda-1/adding-buttons-to-one2many-list-tree-view-as-one-column-182263 https://www.youtube.com/watch?v=JsnsaSnH8-U Simplified form view <record model="ir.ui.view" id="vendor_connector_purchase_wizard_form"> <field name="name">vendor.connector.purchase.wizard.form</field> <field name="model">vendor.connector.purchase.wizard</field> <field name="arch" type="xml"> <form string="Vendor …

Total answers: 2

How to install cryptography library on Docker container?

How to install cryptography library on Docker container? Question: I develop our company website with Odoo 14. I installed Odoo on my local machine (macOS Monterey (12.5.1)) via Docker. I use Docker Desktop and I have created docker-compose.yaml taking official Odoo docker image page as reference. version: ‘2’ services: web: image: odoo:14.0 depends_on: – db …

Total answers: 2

ValueError: Compute method failed to assign (Python3 odoo)

ValueError: Compute method failed to assign (Python3 odoo) Question: There are three compute functions in my code. But I got the error. Odoo Server Error Traceback (most recent call last): File "/vagrant/odoo/odoo/addons/base/models/ir_http.py", line 237, in _dispatch result = request.dispatch() File "/vagrant/odoo/odoo/http.py", line 682, in dispatch result = self._call_function(**self.params) File "/vagrant/odoo/odoo/http.py", line 358, in _call_function return …

Total answers: 2