Odoo Odoo 8 Openerp Openerp 8 Python How To Set Store Trigger For Computed Fields In Odoo 8? August 09, 2024 Post a Comment 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?
Odoo 8 Openerp 8 Python 2.7 How To Write "write" Function Without Effecting Inherited Class In Odoo 8? April 01, 2024 Post a Comment 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?