File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ Contributors
6464Other 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
Original file line number Diff line number Diff line change 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" ,
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:
22
33- 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>
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 >
Original file line number Diff line number Diff line change 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" >
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" >
You can’t perform that action at this time.
0 commit comments