What is Main difference between @api.onchange and @api.depends in Odoo(openerp)?

@api.depends This decorator is specifically used for “fields.function” in odoo. For a “field.function”, you can calculate the value and store it in a field, where it may possible that the calculation depends on some other field(s) of same table or some other table, in that case you can use ‘@api.depends’ to keep a ‘watch’ on … Read more

Which are the available domain operators in Openerp / Odoo?

This gives a overview: List of Domain operators: ! (Not), | (Or), & (And) List of Term operators: ‘=’, ‘!=’, ‘<=’, ‘<‘, ‘>’, ‘>=’, ‘=?’, ‘=like’, ‘=ilike’, ‘like’, ‘not like’, ‘ilike’, ‘not ilike’, ‘in’, ‘not in’, ‘child_of’ Usage: Input records: Record 1: Openerp Record 2: openerp Record 3: Opensource Record 4: opensource Record 5: Open … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)