Top "Odoo-view" questions

All data’s of the odoo programs are stored as objects.

How to use attrs attribute on Odoo to combine multiple attributes (invisible, readonly or required) into a single one?

In Odoo when you have an xpath you can add "attrs" to a field like required or invisible, when a …

xml attributes field odoo odoo-view
Odoo: Conditional invisible attribute on fields only works in one direction?

I'm trying to make a field invisible on condition in an Odoo form view. When "Can be sold" is checked ==&…

xml inheritance odoo odoo-view
Odoo Module Development error: AssertionError: Element openerp has extra content: data

I am a newbie in developing Modules for Odoo. I started developing a demo module according to documentation. But its …

python openerp odoo-9 odoo-view
How to add css files to a custom module in Odoo?

How can I add css files to my custom module to change xml views? I found this post but the …

css xml odoo-8 odoo odoo-view
Set and get store data Odoo with TransientModel

I'm trying to store config data in odoo, I need to store 3 reference to 'account.journal'. The model is created …

configuration odoo odoo-8 odoo-view
Set default value while creating record from one2many field - odoo

I want to set default value for multiple fields while creating records from one2many field, in that default value …

odoo-8 odoo-view one2many