Skip to content Skip to sidebar Skip to footer
Showing posts with the label Openerp

How To Convert Numbers To Words In Odoo?

In the invoice, I want to convert total amount to words in Indian numbering system(hundreds, thousa… Read more How To Convert Numbers To Words In Odoo?

How To Set Store Trigger For Computed Fields In Odoo 8?

I started using the new API of Odoo v8.0 but I cannot find useful information about store trigger i… Read more How To Set Store Trigger For Computed Fields In Odoo 8?

How To Trigger An Evenement On Export Odoo

I have an ir.config_parameter I'd like to update when a specific field of my res_partner table … Read more How To Trigger An Evenement On Export Odoo

How To Run Odoo Orm Methods In The Python Console?

I would like to use ORM methods such as browse or search in the python console. $pwd /opt/odoo/ $… Read more How To Run Odoo Orm Methods In The Python Console?

How To Pass Many2one Object In Xmlrpc For Openerp

I have django as front-end app, where I am saving 'res.partner' id relating to django user.… Read more How To Pass Many2one Object In Xmlrpc For Openerp

How To Change The Title In Odoo 10?

I have changed the Odoo 10 login page title by using website builder app but it does not work on t… Read more How To Change The Title In Odoo 10?

Onchange Function In Openerp

I have a selection field in account.invoice.line named form_type. It has three selection options: … Read more Onchange Function In Openerp

Odoo 10 : Call A Confirmation Form (yes / No) From Wizard

I want to add to my purchase order a 'cancel' button. This button will change the state of … Read more Odoo 10 : Call A Confirmation Form (yes / No) From Wizard

Odoo: _get_state() Takes At Least 4 Arguments (4 Given) In Xml View

Here is mycode. I want to get id_employee of current record before define its model class: def _get… Read more Odoo: _get_state() Takes At Least 4 Arguments (4 Given) In Xml View

How To Create Email Notification Function In Odoo?

I have calender.event module. In that I have one date field ending_date. I wanted to create functio… Read more How To Create Email Notification Function In Odoo?

Odoo How To Filter Many2one Field Values In One2many Field

I have many2one field name_id. Usually when I use it in my_model.xml code below in this field I can… Read more Odoo How To Filter Many2one Field Values In One2many Field

Change A Field Value Within An If Statement In Odoo 8

I have been using Odoo 8 with Ubuntu 14.04. I have an onchange function and under that an If statem… Read more Change A Field Value Within An If Statement In Odoo 8

How To Change Selection Field Automatically In Odoo

I'm working on Odoo 8. I have a view that contains a set of combo-box type fields and a selecti… Read more How To Change Selection Field Automatically In Odoo

Openerp 7 Adding Field To Existing Module - Xml Validate Error

I'm new to editing/programming OpenERP modules so I'm following this tutorial to simply add… Read more Openerp 7 Adding Field To Existing Module - Xml Validate Error

Odoo/openerp: Hiding Create Button From Treeview

I have a situation here. I am using OpenERP 7. I am trying to hide Create button from tree view of … Read more Odoo/openerp: Hiding Create Button From Treeview

How To Pass Value With Onchange One2many Variable In Odoo?

Solution 1: No need to write onchange attribute in view file. With new API, we can directly achie… Read more How To Pass Value With Onchange One2many Variable In Odoo?