Hello,
when i am on the sale.order form to create a new sale.order
I select the customer and click to add a new line.
On the sale.order.line form, i added a button to open an other website
If the sale.order is already created, no problem
But if the sale.order is not created yet, i've got this error :
" The operation cannot be completed: - Create/update: a mandatory field is not set. - Delete: another model requires the record being deleted. If possible, archive it instead. Model: Sales Order Line (sale.order.line), Field: Order Reference (order_id)"
I understand that i need to create the SO before but i just want to open an other website (not odoo) on an other tab.
Is there a way to avoid this control ?
Vincent