[DOC] add TODO in code
This commit is contained in:
@@ -41,6 +41,7 @@ class ProcurementSuggestionGenerate(models.TransientModel):
|
|||||||
location_id = fields.Many2one(
|
location_id = fields.Many2one(
|
||||||
'stock.location', string='Stock Location', required=True,
|
'stock.location', string='Stock Location', required=True,
|
||||||
default=lambda self: self.env.ref('stock.stock_location_stock'))
|
default=lambda self: self.env.ref('stock.stock_location_stock'))
|
||||||
|
# TODO This code must be fixed in case of multicompany project
|
||||||
|
|
||||||
@api.model
|
@api.model
|
||||||
def _compute_procurement_qty(self, orderpoint):
|
def _compute_procurement_qty(self, orderpoint):
|
||||||
|
|||||||
Reference in New Issue
Block a user