Skip to content

Commit

Permalink
[MIG] stock_delivery_note: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericgrall committed Nov 19, 2024
1 parent ab06617 commit ea7b6cc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions stock_delivery_note/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Contributors

- Denis Roussel <[email protected]>
- Hughes Damry <[email protected]>
- Frederic Grall <[email protected]>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion stock_delivery_note/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-workflow",
"depends": ["stock", "delivery"],
"depends": ["stock", "stock_delivery"],
"data": ["views/stock_picking.xml", "reports/report_picking.xml"],
}
1 change: 1 addition & 0 deletions stock_delivery_note/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Denis Roussel \<<[email protected]>\>
- Hughes Damry \<<[email protected]>\>
- Frederic Grall \<<[email protected]>>
1 change: 1 addition & 0 deletions stock_delivery_note/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<ul class="simple">
<li>Denis Roussel &lt;<a class="reference external" href="mailto:denis.roussel&#64;acsone.eu">denis.roussel&#64;acsone.eu</a>&gt;</li>
<li>Hughes Damry &lt;<a class="reference external" href="mailto:hughes.damry&#64;acsone.eu">hughes.damry&#64;acsone.eu</a>&gt;</li>
<li>Frederic Grall &lt;<a class="reference external" href="mailto:fgr&#64;apik.cloud">fgr&#64;apik.cloud</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
5 changes: 4 additions & 1 deletion stock_delivery_note/views/stock_picking.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<record model="ir.ui.view" id="stock_picking_form_view">
<field name="name">stock.picking.form (in stock_delivery_note)</field>
<field name="model">stock.picking</field>
<field name="inherit_id" ref="delivery.view_picking_withcarrier_out_form" />
<field
name="inherit_id"
ref="stock_delivery.view_picking_withcarrier_out_form"
/>
<field name="arch" type="xml">
<div name="tracking" position="after">
<field name="delivery_note" placeholder="Delivery note" />
Expand Down

0 comments on commit ea7b6cc

Please sign in to comment.