I have 1 bill/invoice created from a Purchase/sale, but if i select in Studio the related field option and select Purchase-> Display Name, it didnt work.
I just want to bring the name of the purchase/sale related.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I have 1 bill/invoice created from a Purchase/sale, but if i select in Studio the related field option and select Purchase-> Display Name, it didnt work.
I just want to bring the name of the purchase/sale related.
Im sorry but i dont see the "add a compute field" option on the studio
You can add a new field, then click on More button in the bottom left,
then in the newly opening form, under advanced properties section, you will see a field named compute, here we have to write the logic
Hi,
Using studio you can add a compute field in account.move and you can compute the name of sales or purchase from the invoice lines (account.move.line)
In move line, you will see the reference to the sale and purchase.
Thanks & Regards
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
So, im on the opening form but on the compute fields if i put account.move.line on the "related field" it says: "Unknown field name 'account' in related field 'account.move.line'"