File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ Contributors
64
64
Other credits
65
65
-------------
66
66
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:
69
69
70
70
- Camptocamp
71
71
Original file line number Diff line number Diff line change 3
3
{
4
4
"name" : "Delivery Indications by Customer to Carrier" ,
5
5
"summary" : "Send delivery notice to the shipper from any operation." ,
6
- "version" : "17 .0.1.0.0" ,
6
+ "version" : "18 .0.1.0.0" ,
7
7
"development_status" : "Beta" ,
8
8
"category" : "Delivery" ,
9
9
"website" : "https://github.com/OCA/delivery-carrier" ,
Original file line number Diff line number Diff line change 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:
2
2
3
3
- Camptocamp
Original file line number Diff line number Diff line change @@ -411,8 +411,8 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
411
411
</ div >
412
412
< div class ="section " id ="other-credits ">
413
413
< 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 >
416
416
< ul class ="simple ">
417
417
< li > Camptocamp</ li >
418
418
</ ul >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<odoo >
3
3
<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 >
5
5
<field name =" model" >res.partner.delivery.info</field >
6
6
<field name =" arch" type =" xml" >
7
- <tree >
7
+ <list >
8
8
<field name =" name" />
9
9
<field name =" text" />
10
10
<field name =" active" />
11
- </tree >
11
+ </list >
12
12
</field >
13
13
</record >
14
14
<record id =" res_partner_delivery_info_form_view" model =" ir.ui.view" >
54
54
<record id =" action_res_partner_delivery_info" model =" ir.actions.act_window" >
55
55
<field name =" name" >Delivery Indications by Customer to Carrier</field >
56
56
<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 >
58
58
<field name =" context" >{}</field >
59
59
<field name =" help" type =" html" >
60
60
<p class =" o_view_nocontent_empty_folder" >
You can’t perform that action at this time.
0 commit comments