We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2e695 commit afda637Copy full SHA for afda637
1 file changed
subscription_oca/models/sale_order.py
@@ -62,6 +62,7 @@ def create_subscription(self, lines, subscription_tmpl):
62
"pricelist_id": self.partner_id.property_product_pricelist.id,
63
"date_start": date.today(),
64
"sale_order_id": self.id,
65
+ "user_id": self.user_id,
66
"sale_subscription_line_ids": subscription_lines,
67
}
68
)
0 commit comments