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

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

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 12 Can't Start Custom Module - TypeError: Unsupported Operand Type(s) For -: 'tuple' And 'datetime.timedelta'

iam new to odoo what iam trying to do is , i want to minus datetime.timedelta(days = 90) that is 90… Read more Odoo 12 Can't Start Custom Module - TypeError: Unsupported Operand Type(s) For -: 'tuple' And 'datetime.timedelta'