[MIG] delivery_line_sale_line_position: Migration to 17.0

This commit is contained in:
Duy Do Anh
2024-04-19 09:46:47 +07:00
committed by Duy (Đỗ Anh)
parent 0f24b8385b
commit c2955d7bf0
6 changed files with 9 additions and 6 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -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",
)

View File

@@ -1,2 +1,3 @@
- Thierry Ducrest \<<thierry.ducrest@camptocamp.com>\>
- [Trobz](https://trobz.com):
- Do Anh Duy \<<duyda@trobz.com>\>

View File

@@ -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

View File

@@ -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 &lt;<a class="reference external" href="mailto:thierry.ducrest&#64;camptocamp.com">thierry.ducrest&#64;camptocamp.com</a>&gt;</li>
<li><a class="reference external" href="https://trobz.com">Trobz</a>:</li>
<li>Do Anh Duy &lt;<a class="reference external" href="mailto:duyda&#64;trobz.com">duyda&#64;trobz.com</a>&gt;</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">