mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] Licensing issues
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Copyright 2020 ForgeFlow, S.L.
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
"name": "Stock Pull List",
|
||||
"summary": "The pull list checks the stock situation and calculates "
|
||||
"needed quantities.",
|
||||
"version": "14.0.1.1.1",
|
||||
"license": "LGPL-3",
|
||||
"license": "AGPL-3",
|
||||
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
||||
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
|
||||
"maintainers": ["LoisRForgeFlow"],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Copyright 2020 ForgeFlow, S.L.
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from datetime import timedelta as td
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Copyright 2020 ForgeFlow, S.L.
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from .common import TestPullListCommon
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Copyright 2020 ForgeFlow, S.L.
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
import itertools
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!-- Copyright 2020 ForgeFlow S.L.
|
||||
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). -->
|
||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||
<odoo>
|
||||
<record id="view_run_stock_pull_list_wizard_wizard" model="ir.ui.view">
|
||||
<field name="name">stock.pull.list.wizard.form</field>
|
||||
|
||||
Reference in New Issue
Block a user