Skip to content

Commit

Permalink
[IMP] stock_inventory_discrepancy: pre-commit stuff
Browse files Browse the repository at this point in the history
[MIG] stock_inventory_discrepancy: Migration to 16.0
  • Loading branch information
carolinafernandez-tecnativa committed Sep 18, 2023
1 parent 590763d commit 2191fa6
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 29 deletions.
6 changes: 6 additions & 0 deletions setup/stock_inventory_discrepancy/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
3 changes: 2 additions & 1 deletion stock_inventory_discrepancy/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Copyright 2017-2020 ForgeFlow S.L. (http://www.forgeflow.com)
# Copyright 2023 Tecnativa - Carolina Fernandez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Stock Inventory Discrepancy",
"summary": "Adds the capability to show the discrepancy of every line in "
"an inventory and to block the inventory validation when the "
"discrepancy is over a user defined threshold.",
"version": "15.0.1.0.1",
"version": "16.0.1.0.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse",
Expand Down

This file was deleted.

13 changes: 0 additions & 13 deletions stock_inventory_discrepancy/migrations/15.01.0.0/post-migration.py

This file was deleted.

1 change: 1 addition & 0 deletions stock_inventory_discrepancy/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
* `Tecnativa <https://www.tecnativa.com>`_:

* Ernesto Tejeda
* Carolina Fernandez
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<field name="priority">999</field>
<field name="arch" type="xml">
<button name="action_apply_inventory" position="attributes">
<attribute name="attrs">{'invisible': True}</attribute>
<attribute name="invisible">True</attribute>
</button>
<button name="action_set_inventory_quantity_to_zero" position="attributes">
<attribute name="attrs">{'invisible': True}</attribute>
<attribute name="invisible">True</attribute>
</button>
</field>
</record>
Expand Down

0 comments on commit 2191fa6

Please sign in to comment.