Lois Rilo
873e60ddf2
Revert "[FIX] stock_request: Remove route_ids fields from requests"
...
This reverts commit 8b4cb1829e .
2024-11-15 12:53:54 +01:00
Víctor Martínez
8b4cb1829e
[FIX] stock_request: Remove route_ids fields from requests
...
It is not correct to set the route_ids field with the product routes, you must be able
to select any route (similar to what is shown in the product form view).
TT50610
2024-10-29 16:34:27 +01:00
Víctor Martínez
bd2743601d
[IMP] stock_request: Avoid set stock request orders empty
...
TT47959
2024-02-26 08:17:29 +01:00
Víctor Martínez
932860798f
[IMP] stock_request: Add option to use stock available
...
TT43413
2023-09-05 08:03:51 +02:00
Víctor Martínez
c1cacf84ae
[IMP] stock_request: Convert the state field of stock.request.order as compute store to complete all use cases.
...
This change prevents stock.request.order from remaining in the open state when they have already finished.
TT44811
2023-08-25 16:25:25 +02:00
OriolMForgeFlow
2be3fbdc9d
[FIX] stock_request: set stock request order state to done when partially delivered
2023-06-12 08:05:05 +02:00
Víctor Martínez
ceac314f7b
[IMP] stock_request: Set with cancelled state the stock moves that are cancelled.
...
Example use case:
- Create a stock.request (or stock.request.order)
- Confirm.
- Cancel the stock move.
- stock.request and stock.request.order must be set with status cancelled.
TT41827
2023-02-28 09:29:38 +01:00
Víctor Martínez
c76e95757b
[IMP] stock_request_mrp: Refactor tests
2023-01-13 12:47:37 +01:00
Víctor Martínez
6d265c245c
[IMP] stock_request: Add domain to some fields to prevent deprecate methods with domain return
...
TT41080
2023-01-13 08:50:09 +01:00
Kitti U
493757825e
[14.0][MIG] stock_request
2021-04-19 22:23:57 +07:00
Kitti U
9350f93e62
[IMP] : black, isort, prettier
2021-04-19 15:52:18 +07:00
Kitti U
9ad505d702
Fix test to work with mrp installed in this repo
2021-04-19 15:50:03 +07:00
Enric Tobella
0ce85a94e9
[IMP] stock_request:
...
- fixes the computation of the allocated product quantity when a stock move has multiple requests.
2021-04-19 15:50:03 +07:00
Enric Tobella
7c57244e3f
[IMP] stock_request: Improve cancellation detection
2021-04-19 15:50:03 +07:00
mreficent
c3fd88e083
[UPD] Eficent -> ForgeFlow
2021-04-19 15:50:03 +07:00
hveficent
2909c048ce
[IMP] stock_request:
...
* Add search filters to Stock Request
* Use SR Manager on action_confirm from testing for better extensibility
2021-04-19 15:50:03 +07:00
hveficent
6b07937599
[MIG] stock_request: Migration to 13.0
2021-04-19 15:50:03 +07:00
hveficent
854bbe132d
[IMP] stock_request: black, isort
2021-04-19 15:50:03 +07:00
hveficent
8cf385b911
[FIX] stock_request: add expected_date implicit on tests to avoid errors
2021-04-19 15:50:03 +07:00
hveficent
957559d0f2
[12.0][IMP] stock_request:
...
* Add readme autogenerated
* Add some hooks
* Improve test inheritance (reduce testing time)
* Don't allow qty <= 0
* SR expected_date = order expected_date if SRO
2021-04-19 15:50:02 +07:00
Maxime Chambreuil
3943574bf3
[FIX] stock_request: Losing partner_id and origin ( #664 )
2021-04-19 15:50:02 +07:00
Murtuza Saleh
b10fab7f30
[MIG] stock_request v12
2021-04-19 15:50:02 +07:00
hveficent
268e57896c
[11.0][FIX] solve unique constraint problems with product-attribute/product_sequence
2021-04-19 15:50:02 +07:00
Lois Rilo
88be174da4
[11.0][IMP] stock_request: allow to request from all locations types. ( #523 )
2021-04-19 15:50:02 +07:00
Atte Isopuro
6a7d7c123f
[11.0][IMP] stock_request: create request order from products
...
This commit allows the user to select multiple products from
a product list view and to create a Stock Request Order with
an action. If the user selects templates, all of those templates'
variants will be added to the order.
This is useful as it allows the user to filter products beforehand
based on their stocks, and to create a request order for all
those products whose stock is too low.
2021-04-19 15:50:02 +07:00
mreficent
d9150b8335
[FIX] Various fixes:
...
- Error with the sequence number.
- Visible texts that should be in uppercases.
- order_id should only be visible if group_stock_request_order
option is enabled.
- adds more tests
- adds consistency between models company-wise
2021-04-19 15:50:02 +07:00
Enric Tobella
0e8b47cf51
[IMP] stock_request: Add stock request order
2021-04-19 15:50:02 +07:00
Jordi Ballester
eacf602f2a
Limit the routes available for selection.
2021-04-19 15:50:02 +07:00
Jordi Ballester
09dfc7050b
add stock_request in 11.0
2021-04-19 15:50:02 +07:00