Skip to content

Commit

Permalink
[11.0][MIG] mrp_auto_assign
Browse files Browse the repository at this point in the history
  • Loading branch information
LoisRForgeFlow committed May 2, 2018
1 parent 5a5fdec commit 022ecc4
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 15 deletions.
3 changes: 2 additions & 1 deletion mrp_auto_assign/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To use this module, you need to:

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/129/10.0
:target: https://runbot.odoo-community.org/runbot/129/11.0

Bug Tracker
===========
Expand All @@ -40,6 +40,7 @@ Contributors
------------

* Florian da Costa <florian.dacosta@akretion.com>
* Lois Rilo <lois.rilo@eficent.com>

Maintainer
----------
Expand Down
3 changes: 0 additions & 3 deletions mrp_auto_assign/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017 Akretion (http://www.akretion.com). All Rights Reserved
# @author Florian DA COSTA <florian.dacosta@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
5 changes: 2 additions & 3 deletions mrp_auto_assign/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017 Akretion (http://www.akretion.com). All Rights Reserved
# @author Florian DA COSTA <florian.dacosta@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
Expand All @@ -7,9 +6,9 @@
"name": "Mrp Auto Assign",
"summary": "Make MO automatically reserve raw material moves at creation",
"author": "Akretion, Odoo Community Association (OCA)",
"website": "https://akretion.com/",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacturing",
"version": "10.0.1.0.0",
"version": "11.0.1.0.0",
"license": "AGPL-3",
"application": False,
"installable": True,
Expand Down
3 changes: 0 additions & 3 deletions mrp_auto_assign/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017 Akretion (http://www.akretion.com). All Rights Reserved
# @author Florian DA COSTA <florian.dacosta@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import mrp_production
1 change: 0 additions & 1 deletion mrp_auto_assign/models/mrp_production.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017 Akretion (http://www.akretion.com). All Rights Reserved
# @author Florian DA COSTA <florian.dacosta@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
Expand Down
Binary file added mrp_auto_assign/static/description/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions mrp_auto_assign/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017 Akretion (http://www.akretion.com). All Rights Reserved
# @author Florian DA COSTA <florian.dacosta@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import test_auto_assign
1 change: 0 additions & 1 deletion mrp_auto_assign/tests/test_auto_assign.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017 Akretion (http://www.akretion.com). All Rights Reserved
# @author Florian DA COSTA <florian.dacosta@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
Expand Down

0 comments on commit 022ecc4

Please sign in to comment.