purchase_order_product_recommendation_supermarket: number of recommendations without limit by default
This commit is contained in:
parent
ea68e3cc30
commit
3e20de2309
1 changed files with 3 additions and 0 deletions
|
|
@ -48,6 +48,9 @@ class PurchaseOrderRecommendationSupermarketWizard(models.TransientModel):
|
|||
compute="_compute_order_total_amount",
|
||||
readonly=True,
|
||||
)
|
||||
line_amount = fields.Integer(
|
||||
default=0,
|
||||
)
|
||||
|
||||
@api.depends("date_begin", "date_end")
|
||||
def _compute_total_days(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue