Skip to content

Commit

Permalink
[MIG] contract_price_revision: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvRM2002 committed Jan 20, 2025
1 parent a16ced0 commit 3239f81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contract_price_revision/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"name": "Contract Price Revision",
"summary": "Easy revision of contract prices",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"category": "Contract",
"author": "ACSONE SA/NV, Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
Expand Down
4 changes: 2 additions & 2 deletions contract_price_revision/views/contract_line.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="contract_line_tree_view" model="ir.ui.view">
<record id="contract_line_list_view" model="ir.ui.view">
<field name="model">contract.line</field>
<field name="inherit_id" ref="contract.contract_line_tree_view" />
<field name="inherit_id" ref="contract.contract_line_list_view" />
<field name="arch" type="xml">
<field name="last_date_invoiced" position="after">
<field name="never_revise_price" />
Expand Down

0 comments on commit 3239f81

Please sign in to comment.