I'm trying to make invisible two fields on invoice lines on odoo, but I can't.
These fields should only show for invoice lines on Vendor Bills but they are also being shown for customers invoices. How can I control it?
My code:
Python
hs_concepto = fields.Selection([
XML
But doesn't work !