-
- Downloads
[FIX] website_slides: correctly retrieve xmlid lookup result
This commit is to prevent "AttributeError: 'NoneType' object has no
attribute '_name'"
When an xmlid does not exists, the _xmlid_to_obj returns None and the
condition was failing when trying to retrive the model name.
Closes odoo/odoo#88273
closes odoo/odoo#88392
Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
Please register or sign in to comment