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.
|
# 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",
|
"name": "Stock Pull List",
|
||||||
"summary": "The pull list checks the stock situation and calculates "
|
"summary": "The pull list checks the stock situation and calculates "
|
||||||
"needed quantities.",
|
"needed quantities.",
|
||||||
"version": "14.0.1.1.1",
|
"version": "14.0.1.1.1",
|
||||||
"license": "LGPL-3",
|
"license": "AGPL-3",
|
||||||
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
||||||
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
|
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
|
||||||
"maintainers": ["LoisRForgeFlow"],
|
"maintainers": ["LoisRForgeFlow"],
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Copyright 2020 ForgeFlow, S.L.
|
# 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
|
from datetime import timedelta as td
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Copyright 2020 ForgeFlow, S.L.
|
# 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
|
from .common import TestPullListCommon
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Copyright 2020 ForgeFlow, S.L.
|
# 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
|
import itertools
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!-- Copyright 2020 ForgeFlow S.L.
|
<!-- 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>
|
<odoo>
|
||||||
<record id="view_run_stock_pull_list_wizard_wizard" model="ir.ui.view">
|
<record id="view_run_stock_pull_list_wizard_wizard" model="ir.ui.view">
|
||||||
<field name="name">stock.pull.list.wizard.form</field>
|
<field name="name">stock.pull.list.wizard.form</field>
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# Copyright 2017-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
# Copyright 2017-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
# 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 Request Analytic",
|
"name": "Stock Request Analytic",
|
||||||
"summary": "Internal request for stock",
|
"summary": "Internal request for stock",
|
||||||
"version": "14.0.1.0.2",
|
"version": "14.0.1.0.2",
|
||||||
"license": "LGPL-3",
|
"license": "AGPL-3",
|
||||||
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
||||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||||
"category": "Analytic",
|
"category": "Analytic",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Copyright 2017-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
# Copyright 2017-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
# 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 odoo import fields, models
|
from odoo import fields, models
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Copyright 2017-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
# Copyright 2017-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
# Copyright 2021 Tecnativa - João Marques
|
# Copyright 2021 Tecnativa - João Marques
|
||||||
# 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 odoo import api, fields, models
|
from odoo import api, fields, models
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Copyright 2018 Creu Blanca
|
# Copyright 2018 Creu Blanca
|
||||||
# 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 odoo import _, api, fields, models
|
from odoo import _, api, fields, models
|
||||||
from odoo.exceptions import ValidationError
|
from odoo.exceptions import ValidationError
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Copyright 2017-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
# Copyright 2017-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
# 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 odoo import models
|
from odoo import models
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Copyright 2017-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
# Copyright 2017-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0).
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
from odoo import fields
|
from odoo import fields
|
||||||
from odoo.exceptions import UserError
|
from odoo.exceptions import UserError
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!-- Copyright 2016-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
<!-- Copyright 2016-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl-3.0) -->
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0) -->
|
||||||
<odoo>
|
<odoo>
|
||||||
<record id="view_account_analytic_account_form" model="ir.ui.view">
|
<record id="view_account_analytic_account_form" model="ir.ui.view">
|
||||||
<field name="name">analytic.order.form</field>
|
<field name="name">analytic.order.form</field>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!-- Copyright 2017-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
<!-- Copyright 2017-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
License LGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||||
<odoo>
|
<odoo>
|
||||||
<record id="stock_request_order_form" model="ir.ui.view">
|
<record id="stock_request_order_form" model="ir.ui.view">
|
||||||
<field name="name">stock.request.order.form - stock_request_analytic</field>
|
<field name="name">stock.request.order.form - stock_request_analytic</field>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!-- Copyright 2017-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
<!-- Copyright 2017-2020 ForgeFlow, S.L. (https://www.forgeflow.com)
|
||||||
License LGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||||
<odoo>
|
<odoo>
|
||||||
<record id="view_stock_request_form" model="ir.ui.view">
|
<record id="view_stock_request_form" model="ir.ui.view">
|
||||||
<field name="name">stock.request.form</field>
|
<field name="name">stock.request.form</field>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"category": "Warehouse Management",
|
"category": "Warehouse Management",
|
||||||
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
||||||
"author": "Camptocamp, Odoo Community Association (OCA)",
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
||||||
"license": "LGPL-3",
|
"license": "AGPL-3",
|
||||||
"application": False,
|
"application": False,
|
||||||
"installable": True,
|
"installable": True,
|
||||||
"auto_install": True,
|
"auto_install": True,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Copyright 2020 Camptocamp SA
|
# Copyright 2020 Camptocamp SA
|
||||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||||
|
|
||||||
from odoo import api, fields, models
|
from odoo import api, fields, models
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user