minor fix

This commit is contained in:
wilsongomez 2022-05-18 14:38:49 -05:00
parent df2a952a79
commit bfc194fa43
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class ProductSupplier(metaclass=PoolMeta):
invima = fields.Char('Invima')
date_invima = fields.Date('Date Invima')
risk_type = fields.Selection([
('', ''),
('type_1', 'Type 1'),
('type_2', 'Type 2'),
('type_3', 'Type 3'),