odoo-11

Odoo: search_count do not show archived record

Odoo: search_count do not show archived record Question: I have a button called job_count which links jobs to equipment. It is only showing active records of job, But, I want to show the count of all the active as well as an archived record of jobs associated with equipment. Please help. def _get_job_count(self): for record …

Total answers: 3

Odoo Error, a partner cannot follow twice the same object

Odoo Error, a partner cannot follow twice the same object Question: I have receiving this odoo error when I try to duplicate a set of record. I have inherited [‘mail.thread’, ‘ir.needaction_mixin’] in the current class. I didn’t found any solution online or myself or from odoo. Still stuck here around four days. Can anybody have …

Total answers: 3

How to develop (run and debug) modules in Odoo v11 on Visual Studio Code in Ubuntu?

How to develop (run and debug) modules in Odoo v11 on Visual Studio Code in Ubuntu? Question: Is it possible to run and debug Odoo on Visual Studio Code? If yes please share me the configuration. Visual Studio Code is a source code editor developed by Microsoft for Windows, Linux and macOS. It includes support …

Total answers: 5