diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-11-11 14:42:17 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-11-11 14:42:17 +0700 |
| commit | d23a238a22e2bfbfa9339dba43508087c75712fd (patch) | |
| tree | 8e8ec02a631da316282ad28906148bbde53cd022 | |
| parent | ad4c738cb9a03f96cd4d7035ec13cafe4763e233 (diff) | |
| parent | 17d46cf9f4eede8177b2373c03d5b36123f712c1 (diff) | |
Merge branch 'production' into feature/max_plafon_order_qty
| -rw-r--r-- | indoteknik_custom/models/requisition.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/requisition.py b/indoteknik_custom/models/requisition.py index 704ae8c0..3d9ca876 100644 --- a/indoteknik_custom/models/requisition.py +++ b/indoteknik_custom/models/requisition.py @@ -10,7 +10,7 @@ _logger = logging.getLogger(__name__) class RequisitionMatchPO(models.Model): _name = 'v.requisition.match.po' _auto = False - _rec_name = 'purchase_id' + _rec_name = 'product_id' id = fields.Integer(string='ID') product_id = fields.Many2one('product.product', string='Product') |
