Alexis de Lattre
d9c340e513
stock_usability: add link to Inventory Lines on product form view (menu "Action")
2019-05-13 16:10:20 +02:00
Alexis de Lattre
286b80bf95
stock_usability: code cleanup
2019-02-04 15:33:08 +01:00
Alexis de Lattre
6fa8464ab7
Add unreserve buttons on moves + log in chatter
2018-06-13 17:59:37 +02:00
Alexis de Lattre
b9014e937d
Add message in the chatter of the picking when using force availability
...
PEP8 fixes
2018-01-18 14:10:08 +01:00
Alexis de Lattre
5d7f512335
Add track_visibility='onchange' on important fields of picking
...
Code cleanup
2017-01-01 08:36:51 +01:00
Alexis de Lattre
0bc2d19747
Add direct access to re-ordering rules from stock location
2016-11-21 18:17:24 +01:00
Alexis de Lattre
ed1937d501
Port stock_usability to v10
2016-11-21 17:51:10 +01:00
Alexis de Lattre
42233bc0ce
Port base_usability, sale_usability, sale_stock_usability to v10
2016-10-27 09:33:15 +02:00
Alexis de Lattre
78ff16436d
Better name_get for incoterm: [EXW] Ex-Works
2016-09-12 12:51:42 +02:00
Alexis de Lattre
8a7a3c670f
Add unit of measure on stock quant tree/form view
2016-06-28 10:06:50 +02:00
Alexis de Lattre
c7908c38ed
Add scheduler.procurement.log
...
Re-organize the code, so that each module xxx_usability only depend on xxx
2016-04-03 10:53:35 +02:00
Alexis de Lattre
7a6a38aa1d
Revert to previous code for order on pickings
...
Don't inherit the 2 fields to add digits=, it seems it is not needed any more
2016-03-03 10:02:43 +01:00
Alexis de Lattre
8b3dd37c33
stock_usability : Only do the change of precision on function fields, not on real field. In fact, when we change the precision on "real" fields, it will convert them from type "double precision" in postgres to type "numeric". One of the consequences of this it that it deletes the stock.history SQL view that is defined in stock_account/wizard/stock_valuation_history.py... but this SQL view is never re-created until you reload the module stock_account.
...
So it's not a good idea of thix to bug in this stock_usability module ; it needs to be fixed in the stock module itself. More work needs to be done on https://github.com/odoo/odoo/pull/10038
2016-02-29 14:50:21 +01:00
Alexis de Lattre
549ab31e82
Remove code that is not usefull anymore
2016-02-29 14:23:07 +01:00
Alexis de Lattre
dd784fa245
Better name_get on stock_move, to make it easier to analyse the reservation of the quants
2016-01-27 18:35:29 +01:00
Alexis de Lattre
e1f8611ef3
Add logs in procurement scheduler
...
Add method in account_usability : get fiscal position without partner_id
2016-01-18 00:07:23 +01:00
Alexis de Lattre
81e923def2
FIX a bug in stock module: add decimal precision ! (we should not do that in a 'usability' module, but...)
...
Add sum on quant tree view
2015-12-11 15:28:37 +01:00
Raph
5c3716dfe1
[FIX] Missing :
2015-11-17 17:11:09 +01:00
Raph
8c9c30b604
[IMP] don't translate stock.location.route
...
And incr num version
And tell it in the description
2015-11-12 14:29:07 +01:00
Alexis de Lattre
fdbc003ac7
Code cleanup
2015-11-06 11:05:54 +01:00
Alexis de Lattre
1f04ef8b92
Add reverse one2many field
2015-09-14 23:57:21 +02:00
Alexis de Lattre
4373d5ff4b
Add SQL constraint on orderpoint to avoid duplicates
2015-05-28 11:10:17 +02:00
Alexis de Lattre
13d28af70d
No translation on stock location and stock pick type
2015-03-19 09:02:18 +00:00
Alexis de Lattre
18d24ebfdd
Order stock pickings
2015-02-20 08:59:54 +01:00