Hello,
I have one selection field
advance_payment_method = fields.Selection([
('delivered', 'Invoiceable lines'),
('all', 'Invoiceable lines (deduct down payments)'),
('percentage', 'Down payment (percentage)'),
('fixed', 'Down payment (fixed amount)')
])
i used this field in my wizard. <field name = "advance_payment_metho" class="oe_inline" widget="radio"/>
Now i didn't want ('delivered', 'Invoiceable lines') option in my wizard , i just need remain 3 option.It's posssible?.
Thanks in advance
Here is an example. I hope that helps...
https://stackoverflow.com/questions/35055645/odoo-hide-some-options-in-field-selection