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

How To Write "write" Function Without Effecting Inherited Class In Odoo 8?

The situation is as follows: This is my .py file class mom_meeting(osv.osv): _name = 'mom.… Read more How To Write "write" Function Without Effecting Inherited Class In Odoo 8?

How To Prevent Duplicated Records And Only Update It?

i want to add some records to another table model without duplicated it i create a function to chec… Read more How To Prevent Duplicated Records And Only Update It?

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?