Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Apr 7, 2023
1 parent f43b817 commit ea59e8a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 87 deletions.
5 changes: 2 additions & 3 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ odoo_version: 14.0
org_name: Odoo Community Association (OCA)
org_slug: OCA
rebel_module_groups:
- product_expiry_simple
- product_expiration_date
repo_description: 'TODO: add repo description.'
- product_expiry_simple,product_expiration_date
repo_description: Odoo Stock, Workflow and Organization
repo_name: stock-logistics-workflow
repo_slug: stock-logistics-workflow
repo_website: https://github.com/OCA/stock-logistics-workflow
Expand Down
14 changes: 5 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,11 @@ jobs:
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest
include: "product_expiry_simple"
include: "product_expiry_simple,product_expiration_date"
makepot: "true"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest
include: "product_expiry_simple"
name: test with OCB
- container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest
include: "product_expiration_date"
makepot: "true"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest
include: "product_expiration_date"
include: "product_expiry_simple,product_expiration_date"
name: test with OCB
- container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest
exclude: "product_expiry_simple,product_expiration_date"
Expand All @@ -65,6 +58,9 @@ jobs:
POSTGRES_DB: odoo
ports:
- 5432:5432
env:
INCLUDE: "${{ matrix.include }}"
EXCLUDE: "${{ matrix.exclude }}"
steps:
- uses: actions/checkout@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

exclude: |
(?x)
# NOT INSTALLABLE ADDONS
Expand Down
77 changes: 2 additions & 75 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,88 +9,15 @@

# stock-logistics-workflow

TODO: add repo description.
Odoo Stock, Workflow and Organization

<!-- /!\ do not modify below this line -->

<!-- prettier-ignore-start -->

[//]: # (addons)

Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[delivery_package_default_shipping_weight](delivery_package_default_shipping_weight/) | 14.0.1.0.1 | | Set default package shipping weight according to packaging
[delivery_procurement_group_carrier](delivery_procurement_group_carrier/) | 14.0.1.1.0 | | Delivery Procurement Group Carrier
[delivery_total_weight_from_packaging](delivery_total_weight_from_packaging/) | 14.0.1.0.1 | | Include packaging weight on move, transfer and package.
[procurement_auto_create_group_carrier](procurement_auto_create_group_carrier/) | 14.0.1.1.0 | | Procurement Auto Create Group Carrier
[product_supplierinfo_for_customer_picking](product_supplierinfo_for_customer_picking/) | 14.0.1.0.2 | | This module makes the product customer code visible in the stock moves of a picking.
[product_supplierinfo_picking](product_supplierinfo_picking/) | 14.0.1.0.0 | | This module makes the product supplier code visible in the stock moves of a picking.
[purchase_stock_picking_invoice_link](purchase_stock_picking_invoice_link/) | 14.0.1.1.0 | | Adds link between purchases, pickings and invoices
[sale_line_returned_qty](sale_line_returned_qty/) | 14.0.1.0.0 | | Track returned quantity of sale order lines.
[sale_line_returned_qty_mrp](sale_line_returned_qty_mrp/) | 14.0.1.0.1 | | Track returned quantity of sale order lines for BoM products.
[sale_order_global_stock_route](sale_order_global_stock_route/) | 14.0.1.0.1 | | Add the possibility to choose one warehouse path for an order
[sale_stock_mto_as_mts_orderpoint](sale_stock_mto_as_mts_orderpoint/) | 14.0.1.0.1 | | Materialize need from MTO route through orderpoint
[stock_account_product_run_fifo_hook](stock_account_product_run_fifo_hook/) | 14.0.1.0.1 | | Add more flexibility in the run fifo method.
[stock_auto_move](stock_auto_move/) | 14.0.1.0.0 | | Automatic Move Processing
[stock_dangerous_goods](stock_dangerous_goods/) | 14.0.1.0.0 | [![mmequignon](https://github.com/mmequignon.png?size=30px)](https://github.com/mmequignon) | Adds utility fields to manage dangerous goods
[stock_delivery_note](stock_delivery_note/) | 14.0.1.0.1 | | This module allows to fill in a delivery note that will be displayed on delivery report
[stock_landed_costs_mrp_subcontracting](stock_landed_costs_mrp_subcontracting/) | 14.0.1.1.0 | | When using Subcontracting, use the incoming shipment in landed costs
[stock_lock_lot](stock_lock_lot/) | 14.0.1.0.0 | | Stock Lock Lot
[stock_lot_on_hand_first](stock_lot_on_hand_first/) | 14.0.1.0.0 | [![grindtildeath](https://github.com/grindtildeath.png?size=30px)](https://github.com/grindtildeath) | Allows to display lots on hand first in M2o fields
[stock_lot_product_qty_search](stock_lot_product_qty_search/) | 14.0.1.0.0 | [![grindtildeath](https://github.com/grindtildeath.png?size=30px)](https://github.com/grindtildeath) | Allows to search on Quantity field of Lot/Serial Numbers
[stock_lot_production_date](stock_lot_production_date/) | 14.0.1.0.0 | | Stock Lot Production Date
[stock_lot_scrap](stock_lot_scrap/) | 14.0.1.0.2 | | This module adds a button in Production Lot/Serial Number view form to Scrap all products contained.
[stock_mass_scrap](stock_mass_scrap/) | 14.0.1.0.1 | | Add wizard to mass scrap expired products
[stock_move_assign_picking_hook](stock_move_assign_picking_hook/) | 14.0.1.1.2 | | Stock Move picking assignment hook
[stock_move_change_source_location](stock_move_change_source_location/) | 14.0.1.0.0 | | This module allows you to change the source location of a stock move from the picking
[stock_move_forced_lot](stock_move_forced_lot/) | 14.0.1.0.0 | | This module allows you to set a lot_id in a procurement to force the stock move generated to only reserve the selected lot.
[stock_move_line_auto_fill](stock_move_line_auto_fill/) | 14.0.1.0.0 | | Stock Move Line auto fill
[stock_move_quick_lot](stock_move_quick_lot/) | 14.0.1.0.0 | | Set lot name and end date directly on picking operations
[stock_no_negative](stock_no_negative/) | 14.0.1.0.1 | | Disallow negative stock levels by default
[stock_owner_restriction](stock_owner_restriction/) | 14.0.1.0.1 | | Do not reserve quantity with assigned owner
[stock_partner_delivery_window](stock_partner_delivery_window/) | 14.0.1.2.2 | | Define preferred delivery time windows for partners
[stock_picking_auto_create_lot](stock_picking_auto_create_lot/) | 14.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Auto create lots for incoming pickings
[stock_picking_back2draft](stock_picking_back2draft/) | 14.0.1.0.0 | | Reopen cancelled pickings
[stock_picking_backorder_strategy](stock_picking_backorder_strategy/) | 14.0.1.0.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) [![mgosai](https://github.com/mgosai.png?size=30px)](https://github.com/mgosai) | Picking backordering strategies
[stock_picking_batch_extended](stock_picking_batch_extended/) | 14.0.1.0.1 | [![gurneyalex](https://github.com/gurneyalex.png?size=30px)](https://github.com/gurneyalex) [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) [![i-vyshnevska](https://github.com/i-vyshnevska.png?size=30px)](https://github.com/i-vyshnevska) | Allows manage a lot of pickings in batch
[stock_picking_cancel_reason](stock_picking_cancel_reason/) | 14.0.1.0.0 | | Stock Picking Cancel Reason
[stock_picking_default_planned_transfer](stock_picking_default_planned_transfer/) | 14.0.1.0.1 | [![Kev-Roche](https://github.com/Kev-Roche.png?size=30px)](https://github.com/Kev-Roche) | Set Planned Transfer as Default from Inventory Views
[stock_picking_filter_lot](stock_picking_filter_lot/) | 14.0.2.0.1 | | In picking out lots' selection, filter lots based on their location
[stock_picking_group_by_partner_by_carrier](stock_picking_group_by_partner_by_carrier/) | 14.0.1.4.2 | | Stock Picking: group by partner and carrier
[stock_picking_group_by_partner_by_carrier_by_date](stock_picking_group_by_partner_by_carrier_by_date/) | 14.0.1.0.1 | | Stock Picking: group by partner and carrier and scheduled date
[stock_picking_import_serial_number](stock_picking_import_serial_number/) | 14.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Import S/N from excel file for incoming pickings
[stock_picking_invoice_link](stock_picking_invoice_link/) | 14.0.1.2.2 | | Adds link between pickings and invoices
[stock_picking_line_sequence](stock_picking_line_sequence/) | 14.0.1.0.0 | | Manages the order of stock moves by displaying its sequence
[stock_picking_mass_action](stock_picking_mass_action/) | 14.0.1.0.2 | | Stock Picking Mass Action
[stock_picking_product_link](stock_picking_product_link/) | 14.0.1.0.0 | [![robinkeunen](https://github.com/robinkeunen.png?size=30px)](https://github.com/robinkeunen) | Adds a "Product" smart button on stock pickings.
[stock_picking_progress](stock_picking_progress/) | 14.0.1.2.0 | [![mmequignon](https://github.com/mmequignon.png?size=30px)](https://github.com/mmequignon) [![JuMiSanAr](https://github.com/JuMiSanAr.png?size=30px)](https://github.com/JuMiSanAr) | Compute the stock.picking progression
[stock_picking_purchase_order_link](stock_picking_purchase_order_link/) | 14.0.1.0.1 | | Link between picking and purchase order
[stock_picking_quick](stock_picking_quick/) | 14.0.1.0.4 | [![PierrickBrun](https://github.com/PierrickBrun.png?size=30px)](https://github.com/PierrickBrun) [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) | Quick Stock Picking
[stock_picking_restrict_cancel_with_orig_move](stock_picking_restrict_cancel_with_orig_move/) | 14.0.1.0.1 | | Restrict cancellation of dest moves according to origin.
[stock_picking_return_show_lot](stock_picking_return_show_lot/) | 14.0.1.0.1 | | This module allows to show lots in the picking return wizard before " "return picking creation.
[stock_picking_sale_order_link](stock_picking_sale_order_link/) | 14.0.1.0.1 | | Link between picking and sale order
[stock_picking_send_by_mail](stock_picking_send_by_mail/) | 14.0.1.0.0 | | Send stock picking by email
[stock_picking_show_backorder](stock_picking_show_backorder/) | 14.0.1.0.0 | | Provides a new field on stock pickings, allowing to display the corresponding backorders.
[stock_picking_show_return](stock_picking_show_return/) | 14.0.1.0.1 | | Show returns on stock pickings
[stock_picking_supplier_ref](stock_picking_supplier_ref/) | 14.0.1.1.1 | | Adds a supplier reference field inside supplier's pickings and allows search for this reference.
[stock_picking_tier_validation](stock_picking_tier_validation/) | 14.0.1.0.1 | | Extends the functionality of Transfers to support a tier validation process.
[stock_picking_warn_message](stock_picking_warn_message/) | 14.0.2.0.0 | | Add a popup warning on picking to ensure warning is populated
[stock_production_lot_active](stock_production_lot_active/) | 14.0.1.0.1 | [![ThomasBinsfeld](https://github.com/ThomasBinsfeld.png?size=30px)](https://github.com/ThomasBinsfeld) | Allow to archive/unarchive a lot.
[stock_push_delay](stock_push_delay/) | 14.0.1.0.1 | | Manual evaluation of Push rules
[stock_putaway_by_route](stock_putaway_by_route/) | 14.0.1.0.0 | | Add a match by route on putaway, after product and categories
[stock_putaway_hook](stock_putaway_hook/) | 14.0.1.0.0 | | Add hooks allowing modules to add more putaway strategies
[stock_quant_package_dimension](stock_quant_package_dimension/) | 14.0.2.2.0 | | Use dimensions on packages
[stock_quant_package_dimension_total_weight_from_packaging](stock_quant_package_dimension_total_weight_from_packaging/) | 14.0.1.1.0 | | Estimated weight of a package
[stock_quant_package_product_packaging](stock_quant_package_product_packaging/) | 14.0.1.1.0 | | Use product packagings on packages
[stock_restrict_lot](stock_restrict_lot/) | 14.0.1.1.2 | [![florian-dacosta](https://github.com/florian-dacosta.png?size=30px)](https://github.com/florian-dacosta) | Base module that add back the concept of restrict lot on stock move
[stock_return_request](stock_return_request/) | 14.0.1.0.2 | | Stock Return Request
[stock_scheduler_assignation_horizon](stock_scheduler_assignation_horizon/) | 14.0.1.0.0 | | Set a timeframe limit to the delivery scheduler
[stock_split_picking](stock_split_picking/) | 14.0.1.1.0 | | Split a picking in two not transferred pickings
[stock_valuation_layer_by_category](stock_valuation_layer_by_category/) | 14.0.1.0.0 | | Display stock valuation layer by category
[stock_valuation_layer_usage](stock_valuation_layer_usage/) | 14.0.1.0.1 | | Trace where has the stock valuation been used in, including the quantities taken.
[stock_valuation_no_developer_mode](stock_valuation_no_developer_mode/) | 14.0.1.0.1 | | Stock valuation layer no developer mode
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.

[//]: # (end addons)

Expand Down

0 comments on commit ea59e8a

Please sign in to comment.