using Odoo 13 Community, can someone tell me why this is not working?
<page string="Servicios">
<field name="servicios" context="{'default_albaran': active_id}">
<tree editable="bottom">
<field name="prenda" domain="[('albaran','=',default_albaran)]"/>
</tree>
</field>
</page>
I get an error saying that 'default_albaran' that is used in the attributes must be present in the view, and it's not...