mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[MIG] delivery_line_sale_line_position: Migration to 17.0
This commit is contained in:
@@ -63,11 +63,12 @@ Contributors
|
||||
|
||||
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
|
||||
- `Trobz <https://trobz.com>`__:
|
||||
- Do Anh Duy <duyda@trobz.com>
|
||||
|
||||
Other credits
|
||||
-------------
|
||||
|
||||
The migration of this module from 13.0 to 14.0 was financially supported
|
||||
The migration of this module from 16.0 to 17.0 was financially supported
|
||||
by Camptocamp
|
||||
|
||||
Maintainers
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{
|
||||
"name": "Delivery Line Sale Line Position",
|
||||
"summary": "Adds the sale line position to the delivery report lines",
|
||||
"version": "16.0.1.1.0",
|
||||
"version": "17.0.1.0.0",
|
||||
"category": "Delivery",
|
||||
"author": "Camptocamp, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
|
||||
@@ -8,5 +8,6 @@ class StockMove(models.Model):
|
||||
_inherit = "stock.move"
|
||||
|
||||
position_sale_line = fields.Char(
|
||||
related="sale_line_id.position_formatted", string="Position"
|
||||
related="sale_line_id.position_formatted",
|
||||
string="Position",
|
||||
)
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
- Thierry Ducrest \<<thierry.ducrest@camptocamp.com>\>
|
||||
- [Trobz](https://trobz.com):
|
||||
- Do Anh Duy \<<duyda@trobz.com>\>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
The migration of this module from 13.0 to 14.0 was financially supported
|
||||
The migration of this module from 16.0 to 17.0 was financially supported
|
||||
by Camptocamp
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
@@ -409,11 +408,12 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
||||
<ul class="simple">
|
||||
<li>Thierry Ducrest <<a class="reference external" href="mailto:thierry.ducrest@camptocamp.com">thierry.ducrest@camptocamp.com</a>></li>
|
||||
<li><a class="reference external" href="https://trobz.com">Trobz</a>:</li>
|
||||
<li>Do Anh Duy <<a class="reference external" href="mailto:duyda@trobz.com">duyda@trobz.com</a>></li>
|
||||
</ul>
|
||||
</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 13.0 to 14.0 was financially supported
|
||||
<p>The migration of this module from 16.0 to 17.0 was financially supported
|
||||
by Camptocamp</p>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
|
||||
Reference in New Issue
Block a user