Odoo Odoo 12 Python Xml How To Fix Valueerror: Field `active` Does Not Exist In Odoo April 14, 2024 Post a Comment 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 Odoo 12 Python Python 3.x Odoo, Create() Missing 1 Required Positional Argument: 'vals' February 28, 2024 Post a Comment 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'
Datetime Odoo Odoo 11 Odoo 12 Python Odoo 12 Can't Start Custom Module - TypeError: Unsupported Operand Type(s) For -: 'tuple' And 'datetime.timedelta' August 23, 2022 Post a Comment 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'