[13.0][FIX] contract: Impossible to create invoices from contract lines as section

This commit is contained in:
Denis Roussel
2021-01-31 17:36:51 +01:00
committed by Christopher Rogos
parent 67d5c43618
commit b0e941de1e
3 changed files with 14 additions and 2 deletions

View File

@@ -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,