odoo-10

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

Odoo creating an invoice with Web Service API (PHP)

Odoo creating an invoice with Web Service API (PHP) Question: I am trying to create an invoice on Odoo using Odoo Web Service API (via PHP) which is based on XML-RPC using the code example in the official API documentation. I have succeeded to create a customer using the code provided in the documentation : …

Total answers: 1

Get document attachment list in qweb report Odoo

Get document attachment list in qweb report Odoo Question: I am using qweb reports to generate a document which should have associated attachments using the document module of Odoo. But I don’t know how to display the list of attachments associated to a document in the qweb/pdf report. Please note that I am not asking …

Total answers: 1