Commit Graph

41 Commits

Author SHA1 Message Date
Víctor Martínez
fcb215c685 [IMP] stock_request: Add domain to some fields to prevent deprecate methods with domain return
TT41080
2023-01-13 10:32:29 +01:00
nicolas
d13a3a50e2 [FIX] stock_request: fix access on act_window 2022-10-27 11:33:50 -03:00
Víctor Martínez
efafc7f88c [IMP] stock_request + stock_request_submit: Show error in stock.request.order in the "Confirm" or "Submit" buttons if there are no items.
TT39761
2022-10-26 08:55:22 +02:00
nicolas
6b5749a7d2 [FIX] stock_request: fix access on act_window 2022-10-21 16:32:49 -03:00
Bernat Puig Font
dfdc50d469 [MIG] stock_request: Migration to 15.0 2022-02-16 09:17:17 +01:00
Bernat Puig Font
209baf7328 [IMP] stock_request: black, isort, prettier 2022-02-07 12:01:05 +01:00
Nils Hamerlinck
40c3ab3b3a [FIX] stock_request: default value should not depend on another field 2022-02-07 12:01:05 +01:00
Kitti U
b89e8ab4e5 [14.0][FIX] stock_request, window action access error 2022-02-07 12:01:05 +01:00
Kitti U
4bb9b34ccb [14.0][MIG] stock_request 2022-02-07 12:01:05 +01:00
Kitti U
35b29875eb [IMP] : black, isort, prettier 2022-02-07 12:01:05 +01:00
Kitti U
5d9e44a069 Ensure to set done, when qty_cancelled > 0 2022-02-07 12:01:05 +01:00
Murtuza Saleh
86301f6333 [12.0][IMP] Improved _compute_qty code 2022-02-07 12:01:05 +01:00
Enric Tobella
dad95ec13d [IMP] stock_request:
- fixes the computation of the allocated product quantity when a stock move has multiple requests.
2022-02-07 12:01:05 +01:00
Enric Tobella
ceadaf00ac [IMP] stock_request: Improve cancellation detection 2022-02-07 12:01:05 +01:00
Carlos Lopez
cc2715b31d FIX: assign value to field compute always
on V13 fields compute must be assign value for avoid cache errors
2022-02-07 12:01:05 +01:00
mreficent
13b4bdf19a [UPD] Eficent -> ForgeFlow 2022-02-07 12:01:05 +01:00
hveficent
efd7f70c97 [13.0][ADD] stock_request_mrp 2022-02-07 12:01:05 +01:00
hveficent
8a6718a024 [MIG] stock_request: Migration to 13.0 2022-02-07 12:01:04 +01:00
hveficent
31d0b4ca9a [IMP] stock_request: black, isort 2022-02-07 12:01:04 +01:00
Maxime Chambreuil
2681c952cb [FIX] stock_request 2022-02-07 12:01:04 +01:00
Lois Rilo
2a90d3ded1 [12.0][FIX] stock_request: stock request lines were not being
copied when duplicating a stock request order.
2022-02-07 12:01:04 +01:00
Maxime Chambreuil
04efcb0a3c [FIX] stock_request: Unable to activate the virtual location 2022-02-07 12:01:04 +01:00
mreficent
8f41478b77 [IMP] Simplify inheritance of states 2022-02-07 12:01:04 +01:00
hveficent
c1df61b76d Allow stock_request_submit to be installed from stock_request 2022-02-07 12:01:04 +01:00
hveficent
516ff569b8 [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
2022-02-07 12:01:04 +01:00
hveficent
fed256f9a3 stock_request: Add order desc for SR and SRO 2022-02-07 12:01:04 +01:00
Maxime Chambreuil
85076a8d75 [FIX] stock_request: Losing partner_id and origin (#664) 2022-02-07 12:01:04 +01:00
Enric Tobella
4cab686678 [IMP] stock_request: Allow to set to draft multiple records 2022-02-07 12:01:04 +01:00
Murtuza Saleh
590a156b9c [MIG] stock_request v12 2022-02-07 12:01:04 +01:00
Raúl Martín
b7069f5715 Skipping potential error when move has been deleted 2022-02-07 11:55:55 +01:00
hveficent
2f13314654 [11.0][FIX] stock_request: added readonly true on related company fields 2022-02-07 11:55:55 +01:00
aheficent
2067b94e0a [ADD]stock_request_analytic 2022-02-07 11:55:55 +01:00
Lois Rilo
1dd6bca510 [11.0][IMP] stock_request: allow to request from all locations types. (#523) 2022-02-07 11:55:55 +01:00
Enric Tobella
3e313de0ab [IMP] simplify queries 2022-02-07 11:55:55 +01:00
Enric Tobella
067a4bd5ce [ADD] stock_request_kanban 2022-02-07 11:55:55 +01:00
Atte Isopuro
f0e6257078 [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.
2022-02-07 11:55:55 +01:00
mreficent
484d7e799a [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
2022-02-07 11:55:55 +01:00
Enric Tobella
f1015b744b [IMP] stock_request: Add stock request order 2022-02-07 11:55:55 +01:00
Enric Tobella
9453d62914 [FIX] stock_request: Add the option to select all the possible rules of a location, the rules of the parents are also allowed 2022-02-07 11:55:55 +01:00
Jordi Ballester
533f009bdf Limit the routes available for selection. 2022-02-07 11:55:55 +01:00
Jordi Ballester
7f6523bc3d add stock_request in 11.0 2022-02-07 11:55:55 +01:00