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

How To Create An Accordion Or Subcategories View In Openerp Or Odoo?

Create an accordion or subcategories view? I'm trying to create an accordion view from product.… Read more How To Create An Accordion Or Subcategories View In Openerp Or Odoo?

How To Hide The Button Based On A Condition? Odoo 11

I want to hide the 'create invoice' button (in quotation view) based on a condition if the … Read more How To Hide The Button Based On A Condition? Odoo 11

How To Get Field Values In .rml Report In Odoo?

I have following code this .rml code to extract field value from form . but i have many2one fields … Read more How To Get Field Values In .rml Report In Odoo?

How To Fix Valueerror: Field `active` Does Not Exist In Odoo

I have a view which inherits from view employee form, with fields from a model I created, but whene… Read more How To Fix Valueerror: Field `active` Does Not Exist In Odoo

How To View Or Hide Field By Attrs Based On Function (automatically)?

I want to view 'working_hours' field only for employee, his manager and 'hr.group_hr_us… Read more How To View Or Hide Field By Attrs Based On Function (automatically)?

Odoo, Create() Missing 1 Required Positional Argument: 'vals'

I've inherited create function for account_analytic_line. The logic there is that if the field … Read more Odoo, Create() Missing 1 Required Positional Argument: 'vals'

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 Retrive Values In Many2one Field As Selection Field?

How to retrieve values on Many2one field using OnChange ? the student should be registered in one s… Read more How To Retrive Values In Many2one Field As Selection Field?