mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
c92dc140ed15d4c168d6a966694028f2319db9d5
And improve the wording * Add an option to automatically generate rules When a product variant is created with a (or several) rule template(s), it automatically generates (on the fly) the corresponding rule(s). When a rule template is modified, it automatically updates the existing rules of the linked products (it uses the mechanism in place, disable the old and create a fresh one). The latter update is done by a cron because it might take a long time to update all the products reordering rules. * Add documentation * Copy orderpoint views to orderpoint templates Unfortunately we cannot rely on the possibility to copy a view with "inherit_id" + "mode=primary" in Odoo 9.0 in this use case (precisely with a model that is a "copy by prototype"). The explanation: We "copy by prototype" the model "stock.warehouse.orderpoint" to a new "stock.warehouse.orderpoint.template" model (with both _inherit and different _name). Before this commit, we were reusing the stock.warehouse.orderpoint's views, just making the changes needed for the templates. Thing is: when a third (unrelated) addon adds a column on the model, the ORM doesn't add the column in the stock.warehouse.orderpoint.template model. So the templates' views complains about this unexisting field. Therefore, copy-pasting the view ensure that changes on 'stock.warehouse.orderpoint' does not have any side effect on the templates. From Odoo 10.0, the "copy by prototype" reports the changes made on the "prototype" model to the "copy" so we should be able to revert to the "inherit_id" + "mode=primary" views.
Odoo Stock Logistic Warehouse
This project aim to deal with modules related to the management of warehouses. You'll find modules that:
- Ease inventory by adding various possibilities
- Move all product from one location to another
- Manage the product catalog (merge them,..)
Please don't hesitate to suggest one of your module to this project. Also, you may want to have a look on those other projects here:
- https://github.com/OCA/stock-logistics-tracking
- https://github.com/OCA/stock-logistics-barcode
- https://github.com/OCA/stock-logistics-workflow
Available addons
| addon | version | summary |
|---|---|---|
| account_move_line_product | 9.0.1.0.0 | Displays the product in the journal entries and items |
| account_move_line_stock_info | 9.0.1.0.0 | Account Move Line Stock Move |
| stock_account_quant_merge | 9.0.1.0.0 | Stock Account - Quant merge |
| stock_available | 9.0.1.1.0 | Stock available to promise |
| stock_available_immediately | 9.0.1.1.0 | Ignore planned receptions in quantity available to promise |
| stock_available_mrp | 9.0.1.0.0 | Consider the production potential is available to promise |
| stock_available_unreserved | 9.0.1.0.0 | Quantity of stock available for inmediate use |
| stock_cycle_count | 9.0.1.0.0 | Adds the capability to schedule cycle counts in a warehouse through different rules defined by the user |
| stock_inventory_discrepancy | 9.0.1.0.0 | 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. |
| stock_inventory_exclude_sublocation | 9.0.1.0.0 | Allow to perform inventories of a location without including its child locations. |
| stock_inventory_revaluation | 9.0.1.0.0 | Introduces inventory revaluation as single point to change the valuation of products. |
| stock_inventory_verification_request | 9.0.1.0.0 | Adds the capability to request a Slot Verification when a inventory is Pending to Approve |
| stock_location_area_data | 9.0.1.0.0 | Add surface units of measure |
| stock_mts_mto_rule | 9.0.1.0.0 | Add a MTS+MTO route |
| stock_orderpoint_generator | 9.0.1.0.0 | Mass configuration of stock order points |
| stock_orderpoint_manual_procurement | 9.0.1.0.0 | Allows to create procurement orders from orderpoints instead of relying only on the scheduler |
| stock_orderpoint_uom | 9.0.1.0.0 | Allows to create procurement orders in the UoM indicated in the orderpoint |
| stock_partner_lot | 9.0.1.0.0 | Show lots on the partners that own them |
| stock_putaway_product | 9.0.1.0.1 | Set a product location and put-away strategy per product |
| stock_quant_manual_assign | 9.0.1.0.0 | Stock - Manual Quant Assignment |
| stock_quant_merge | 9.0.1.0.0 | Stock - Quant merge |
| stock_quant_reserved_qty_uom | 9.0.1.0.0 | Stock Quant Reserved Qty UoM |
| stock_reserve | 9.0.1.0.0 | Stock reservations on products |
| stock_valuation_account_manual_adjustment | 9.0.1.0.0 | Shows in the product inventory stock value and the accounting value and allows to reconcile them |
| stock_warehouse_orderpoint_stock_info | 9.0.1.0.0 | Reordering rules stock info |
Unported addons
| addon | version | summary |
|---|---|---|
| base_product_merge | 1.0 (unported) | Base Products Merge |
| configurable_stock_level | 0.1 (unported) | name |
| partner_location_auto_create | 0.1 (unported) | Partner Location Auto Create |
| stock_available_sale | 2.0 (unported) | Quotations in quantity available to promise |
| stock_inventory_preparation_filter | 8.0.1.0.0 (unported) | More filters for inventory adjustments |
| stock_location_area_management | 8.0.0.1.0 (unported) | Enter a location's area based on different units of measure |
| stock_location_ownership | 8.0.0.1.0 (unported) | Stock Location Ownership |
| stock_lot_valuation | 0.1 (unported) | Lot Valuation |
| stock_move_location | 1.0 (unported) | Move Stock Location |
| stock_optional_valuation | 0.1 (unported) | Stock optional valuation |
| stock_reord_rule | 0.2 (unported) | Improved reordering rules |
| stock_reserve_sale | 8.0.1.0.0 (unported) | Stock Reserve Sales |
Description
Languages
HTML
50.9%
Python
48.2%
JavaScript
0.8%
SCSS
0.1%
