mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[14.0][IMP] contract_sale_generation: Remove unused code
This commit is contained in:
committed by
ntsirintanis
parent
bb76d1041e
commit
052e7d3a24
@@ -79,11 +79,8 @@ class ContractSaleCommon:
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
cls.line_vals = {
|
cls.line_vals = {
|
||||||
# "contract_id": cls.contract.id,
|
|
||||||
# "product_id": cls.product_1.id,
|
|
||||||
"name": "Services from #START# to #END#",
|
"name": "Services from #START# to #END#",
|
||||||
"quantity": 1,
|
"quantity": 1,
|
||||||
# "uom_id": cls.product_1.uom_id.id,
|
|
||||||
"price_unit": 100,
|
"price_unit": 100,
|
||||||
"discount": 50,
|
"discount": 50,
|
||||||
"recurring_rule_type": "monthly",
|
"recurring_rule_type": "monthly",
|
||||||
|
|||||||
Reference in New Issue
Block a user