Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contract/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

{
"name": "Recurring - Contracts Management",
"version": "19.0.1.0.0",
"version": "19.0.1.0.1",
"category": "Contract Management",
"license": "AGPL-3",
"author": "Tecnativa, ACSONE SA/NV, Odoo Community Association (OCA)",
Expand Down
6 changes: 5 additions & 1 deletion contract/views/contract.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
<list
decoration-info="create_invoice_visibility"
editable="bottom"
limit="80"
>
<control>
<create string="Add a line" />
Expand Down Expand Up @@ -194,7 +195,10 @@
widget="product_label_section_and_note_field_o2m"
context="{'default_contract_type': contract_type}"
>
<list decoration-info="create_invoice_visibility">
<list
decoration-info="create_invoice_visibility"
limit="80"
>
<control>
<create string="Add a line" />
<create
Expand Down
Loading