[FIX] stock_picking_batch_custom: renombrar etiqueta de grupo de consumo en batch
This commit is contained in:
parent
ce393b6034
commit
2237cba034
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class StockPicking(models.Model):
|
||||||
comodel_name="res.partner",
|
comodel_name="res.partner",
|
||||||
compute="_compute_batch_consumer_group_id",
|
compute="_compute_batch_consumer_group_id",
|
||||||
readonly=True,
|
readonly=True,
|
||||||
string="Consumer Group",
|
string="Batch Consumer Group",
|
||||||
)
|
)
|
||||||
|
|
||||||
def _compute_batch_consumer_group_id(self):
|
def _compute_batch_consumer_group_id(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue