Skip to content

Commit

Permalink
[15.0][FIX] sale_order_type_ux: no toma bien el tipo en la creación d…
Browse files Browse the repository at this point in the history
…el presupuesto
  • Loading branch information
juanpgarza committed Aug 1, 2023
1 parent cbf076a commit 8f113c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sale_order_type_ux/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class SaleOrder(models.Model):

type_id = fields.Many2one(
tracking=True,
readonly=True,
states={'draft': [('readonly', False)], 'sent': [('readonly', False)]},
)

def _change_values_from_type(self):
Expand Down

0 comments on commit 8f113c3

Please sign in to comment.