[DOC] add TODO in code

This commit is contained in:
David Beal
2016-10-20 19:32:53 +02:00
committed by GitHub
parent e9ab3187e7
commit 4acce9509f

View File

@@ -41,6 +41,7 @@ class ProcurementSuggestionGenerate(models.TransientModel):
location_id = fields.Many2one(
'stock.location', string='Stock Location', required=True,
default=lambda self: self.env.ref('stock.stock_location_stock'))
# TODO This code must be fixed in case of multicompany project
@api.model
def _compute_procurement_qty(self, orderpoint):