Skip to content

Commit

Permalink
[MIG] delivery_carrier_customer_info: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimkhoi3010 committed Jan 7, 2025
1 parent 4beb9a1 commit 87030b8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions partner_delivery_info/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ Contributors
Other credits
-------------

The migration of this module from 14.0 to 17.0 was financially supported
by:
The migration of this module from 14.0 to 17.0 and then from 17.0 to
18.0 was financially supported by:

- Camptocamp

Expand Down
2 changes: 1 addition & 1 deletion partner_delivery_info/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Delivery Indications by Customer to Carrier",
"summary": "Send delivery notice to the shipper from any operation.",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"development_status": "Beta",
"category": "Delivery",
"website": "https://github.com/OCA/delivery-carrier",
Expand Down
2 changes: 1 addition & 1 deletion partner_delivery_info/readme/CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The migration of this module from 14.0 to 17.0 was financially supported by:
The migration of this module from 14.0 to 17.0 and then from 17.0 to 18.0 was financially supported by:

- Camptocamp
4 changes: 2 additions & 2 deletions partner_delivery_info/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
</div>
<div class="section" id="other-credits">
<h2><a class="toc-backref" href="#toc-entry-5">Other credits</a></h2>
<p>The migration of this module from 14.0 to 17.0 was financially supported
by:</p>
<p>The migration of this module from 14.0 to 17.0 and then from 17.0 to
18.0 was financially supported by:</p>
<ul class="simple">
<li>Camptocamp</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions partner_delivery_info/views/res_partner_delivery_info.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="res_partner_delivery_info_tree_view" model="ir.ui.view">
<field name="name">res.partner.delivery.info tree</field>
<field name="name">res.partner.delivery.info list</field>
<field name="model">res.partner.delivery.info</field>
<field name="arch" type="xml">
<tree>
<list>
<field name="name" />
<field name="text" />
<field name="active" />
</tree>
</list>
</field>
</record>
<record id="res_partner_delivery_info_form_view" model="ir.ui.view">
Expand Down Expand Up @@ -54,7 +54,7 @@
<record id="action_res_partner_delivery_info" model="ir.actions.act_window">
<field name="name">Delivery Indications by Customer to Carrier</field>
<field name="res_model">res.partner.delivery.info</field>
<field name="view_mode">tree,form</field>
<field name="view_mode">list,form</field>
<field name="context">{}</field>
<field name="help" type="html">
<p class="o_view_nocontent_empty_folder">
Expand Down

0 comments on commit 87030b8

Please sign in to comment.