Skip to content

Commit 4b44655

Browse files
committed
[MIG] partner_delivery_info: Migration to 18.0
1 parent f7971c3 commit 4b44655

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

partner_delivery_info/README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Contributors
6464
Other credits
6565
-------------
6666

67-
The migration of this module from 14.0 to 17.0 was financially supported
68-
by:
67+
The migration of this module from 14.0 to 17.0 and then from 17.0 to
68+
18.0 was financially supported by:
6969

7070
- Camptocamp
7171

partner_delivery_info/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Delivery Indications by Customer to Carrier",
55
"summary": "Send delivery notice to the shipper from any operation.",
6-
"version": "17.0.1.0.0",
6+
"version": "18.0.1.0.0",
77
"development_status": "Beta",
88
"category": "Delivery",
99
"website": "https://github.com/OCA/delivery-carrier",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
The migration of this module from 14.0 to 17.0 was financially supported by:
1+
The migration of this module from 14.0 to 17.0 and then from 17.0 to 18.0 was financially supported by:
22

33
- Camptocamp

partner_delivery_info/static/description/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
411411
</div>
412412
<div class="section" id="other-credits">
413413
<h2><a class="toc-backref" href="#toc-entry-5">Other credits</a></h2>
414-
<p>The migration of this module from 14.0 to 17.0 was financially supported
415-
by:</p>
414+
<p>The migration of this module from 14.0 to 17.0 and then from 17.0 to
415+
18.0 was financially supported by:</p>
416416
<ul class="simple">
417417
<li>Camptocamp</li>
418418
</ul>

partner_delivery_info/views/res_partner_delivery_info.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<odoo>
33
<record id="res_partner_delivery_info_tree_view" model="ir.ui.view">
4-
<field name="name">res.partner.delivery.info tree</field>
4+
<field name="name">res.partner.delivery.info list</field>
55
<field name="model">res.partner.delivery.info</field>
66
<field name="arch" type="xml">
7-
<tree>
7+
<list>
88
<field name="name" />
99
<field name="text" />
1010
<field name="active" />
11-
</tree>
11+
</list>
1212
</field>
1313
</record>
1414
<record id="res_partner_delivery_info_form_view" model="ir.ui.view">
@@ -54,7 +54,7 @@
5454
<record id="action_res_partner_delivery_info" model="ir.actions.act_window">
5555
<field name="name">Delivery Indications by Customer to Carrier</field>
5656
<field name="res_model">res.partner.delivery.info</field>
57-
<field name="view_mode">tree,form</field>
57+
<field name="view_mode">list,form</field>
5858
<field name="context">{}</field>
5959
<field name="help" type="html">
6060
<p class="o_view_nocontent_empty_folder">

0 commit comments

Comments
 (0)