Hi there,
I'm using Odoo 13 on Odoo.sh
I'm testing to build some website forms that can interact with the Odoo database and ran into this issue.
As an example, let's say I have two fields:
I'm using Odoo 13 on Odoo.sh
I'm testing to build some website forms that can interact with the Odoo database and ran into this issue.
As an example, let's say I have two fields:
- Customer
- Sales order item
The requirement is:
- I want the "sales order item" field to be invisible until the Customer field is filled in.
- Once the customer field is completed, the sales order field should appear and be filtered to sales orders that are linked to the customer (partner) record.
Does anyone know how to accomplish this?