mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[13.0][FIX] contract: Impossible to create invoices from contract lines as section
This commit is contained in:
committed by
Christopher Rogos
parent
67d5c43618
commit
b0e941de1e
@@ -135,6 +135,15 @@ class TestContractBase(common.SavepointCase):
|
||||
"recurring_rule_type": "monthly",
|
||||
"date_start": "2018-02-15",
|
||||
"contract_line_ids": [
|
||||
(
|
||||
0,
|
||||
0,
|
||||
{
|
||||
"product_id": False,
|
||||
"name": "Header for Services",
|
||||
"display_type": "line_section",
|
||||
},
|
||||
),
|
||||
(
|
||||
0,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user