Hello, i have created a module in which i created a new form view for "product.product" and added some fields to it.
While testing using the odoo tests common Form object, it uses the original odoo form view and it can't access those fields since they are not a part of the view it's using.
My question is:
how do i force the Form object to work on a specific form view?