Hi all,
i have boolean field (x_visible_in_woo) defined in product.template and would like to show it inside stock.move.line
I created XML in which I called
As expected I get error "Field "x_visible_in_woo" does not exist in model "stock.move.line"
I'm aware i need to somehow connect this two fields in .py file but i'm not able to find any help - please if someone can guide me I would be very thankful.