Skip to content
Snippets Groups Projects
Commit 520add6d authored by Gonzalo Ajuria's avatar Gonzalo Ajuria
Browse files

Merge branch 'T8619' into '17.0'

[T8619] Store pos_config_id

See merge request !58
parents c3f2983c e3dc4428
Branches 17.0
No related tags found
1 merge request!58[T8619] Store pos_config_id
......@@ -5,7 +5,7 @@ class AccountMove(models.Model):
_inherit = "account.move"
ml_number = fields.Char('Mercado Libre')
pos_config_id = fields.Many2one('pos.config', string='Punto de Venta', compute='_compute_pos_config_id')
pos_config_id = fields.Many2one('pos.config', string='Punto de Venta', compute='_compute_pos_config_id', store=True)
def _compute_pos_config_id(self):
PosOrder = self.env['pos.order']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment