[UPD] Eficent -> ForgeFlow

This commit is contained in:
mreficent
2020-09-30 12:43:18 +02:00
committed by davidborromeo
parent 2680054a55
commit 1c55a6fc07
11 changed files with 19 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ Stock Orderpoint Move Link
:target: https://runbot.odoo-community.org/runbot/153/13.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
|badge1| |badge2| |badge3| |badge4| |badge5|
This module adds to stock moves a direct link to the reordering rules that created them.
In chained moves, the reordering rule is propagated.
@@ -49,14 +49,14 @@ Credits
Authors
~~~~~~~
* Eficent
* ForgeFlow
Contributors
~~~~~~~~~~~~
* Jordi Ballester Alomar <jordi.ballester@eficent.com>
* Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
* Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
* Héctor Villarreal Ortega <hector.villarreal@eficent.com>
* Héctor Villarreal Ortega <hector.villarreal@forgeflow.com>
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
Maintainers

View File

@@ -1,3 +1,3 @@
# Copyright 2019 Eficent Business and IT Consulting Services, S.L.
# Copyright 2019 ForgeFlow, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from . import models

View File

@@ -1,4 +1,4 @@
# Copyright 2019 Eficent Business and IT Consulting Services, S.L.
# Copyright 2019 ForgeFlow, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{
@@ -7,7 +7,7 @@
"version": "13.0.1.0.0",
"license": "LGPL-3",
"website": "https://github.com/stock-logistics-warehouse",
"author": "Eficent, Odoo Community Association (OCA)",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"category": "Warehouse Management",
"depends": ["stock"],
"data": ["views/stock_move_views.xml"],

View File

@@ -1,4 +1,4 @@
# Copyright 2019 Eficent Business and IT Consulting Services, S.L.
# Copyright 2019 ForgeFlow, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from . import stock
from . import stock_move

View File

@@ -1,4 +1,4 @@
# Copyright 2019 Eficent Business, IT Consulting Services, S.L., Ecosoft
# Copyright 2019 ForgeFlow, S.L., Ecosoft
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo import models

View File

@@ -1,4 +1,4 @@
# Copyright 2019 Eficent Business, IT Consulting Services, S.L.
# Copyright 2019 ForgeFlow, S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo import fields, models

View File

@@ -1,5 +1,5 @@
# Copyright 2019 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# Copyright 2019 ForgeFlow S.L.
# (http://www.forgeflow.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from odoo import models

View File

@@ -1,4 +1,4 @@
* Jordi Ballester Alomar <jordi.ballester@eficent.com>
* Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
* Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
* Héctor Villarreal Ortega <hector.villarreal@eficent.com>
* Héctor Villarreal Ortega <hector.villarreal@forgeflow.com>
* Guewen Baconnier <guewen.baconnier@camptocamp.com>

View File

@@ -395,15 +395,15 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
<ul class="simple">
<li>Eficent</li>
<li>ForgeFlow</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id4">Contributors</a></h2>
<ul class="simple">
<li>Jordi Ballester Alomar &lt;<a class="reference external" href="mailto:jordi.ballester&#64;eficent.com">jordi.ballester&#64;eficent.com</a>&gt;</li>
<li>Jordi Ballester Alomar &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt;</li>
<li>Kitti Upariphutthiphong &lt;<a class="reference external" href="mailto:kittiu&#64;ecosoft.co.th">kittiu&#64;ecosoft.co.th</a>&gt;</li>
<li>Héctor Villarreal Ortega &lt;<a class="reference external" href="mailto:hector.villarreal&#64;eficent.com">hector.villarreal&#64;eficent.com</a>&gt;</li>
<li>Héctor Villarreal Ortega &lt;<a class="reference external" href="mailto:hector.villarreal&#64;forgeflow.com">hector.villarreal&#64;forgeflow.com</a>&gt;</li>
<li>Guewen Baconnier &lt;<a class="reference external" href="mailto:guewen.baconnier&#64;camptocamp.com">guewen.baconnier&#64;camptocamp.com</a>&gt;</li>
</ul>
</div>

View File

@@ -1,4 +1,4 @@
# Copyright 2019 Eficent Business and IT Consulting Services S.L.
# Copyright 2019 ForgeFlow S.L.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
import ast

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!-- Copyright 2016 Eficent Business and IT Consulting Services S.L.
<!-- Copyright 2016 ForgeFlow S.L.
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
<odoo>
<record id="view_move_form" model="ir.ui.view">