Commit Graph

49 Commits

Author SHA1 Message Date
Alexis de Lattre
e94168ad27 Better procurement order search view 2017-02-07 16:48:24 +01:00
Alexis de Lattre
c8f1517881 Add traking on some import product fields 2017-02-03 15:13:40 +01:00
Alexis de Lattre
6cb195a3eb Remove stored field product_supplier_code on stock.move because it takes a very very long time to compute on existing large DB and it is not needed by everybody. (#27) 2017-02-03 12:06:09 +01:00
David Beal
b9e07ea986 IMP add icons 2016-11-18 10:37:43 +01:00
David Beal
7948193fe0 FIX only get supplier code, not default code to avoid confusing 2016-11-11 21:58:03 +01:00
David Beal
08f434b6a0 FIX store field product_code in stock.move 2016-11-11 18:31:56 +01:00
David Beal
6176b37fa6 IMP field product_supplier_code added to stk.move 2016-11-10 14:51:13 +01:00
Alexis de Lattre
c108f617c2 Update ACL 2016-10-23 17:42:41 +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
5be71f05b3 Remove cost from quant form, because I figured out that this field was not interesting 2016-04-16 13:30:01 +02:00
Alexis de Lattre
80763de94b Add cost field in stock quant view 2016-04-15 15:07:29 +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
7fdf51be31 Better stock move view when using the shortcut button on the product form 2016-01-13 20:49:14 +01:00
Alexis de Lattre
f436a651cf Minor changes 2016-01-04 10:09:19 +01:00
Alexis de Lattre
b5d814860e Add outgoing_qty in product form view (under incoming_qty) 2015-12-31 16:56:01 +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
Alexis de Lattre
ab464db930 Add module l10n_fr_usability 2015-12-01 22:50:20 +01:00
Alexis de Lattre
704667e71e Add module stock_transfer_continue_later 2015-12-01 19:13:32 +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
44fcf386ee Add graph view on pickings 2015-11-06 11:02:35 +01:00
Alexis de Lattre
d4b979979a Better search view of stock.location 2015-10-09 19:50:53 +02:00
Alexis de Lattre
b2ce56755f Small enhancement on picking search view 2015-10-09 12:51:20 +02:00
Alexis de Lattre
99f3bc3778 date_done should be visible to everybody 2015-10-07 15:43:29 +02:00
Alexis de Lattre
e081876473 Better view of stock move, to fit vertically in one screen
Unreserve button on form view of stock move
2015-10-07 08:59:39 +02:00
Alexis de Lattre
45593e94fc Display unreserve button even when partially available 2015-10-06 14:56:37 +02:00
Alexis de Lattre
63d06b285a Don't block manual creation of warehouse 2015-09-28 14:39:54 +02:00
Alexis de Lattre
e11a62dd90 Add Unreserve button on move line 2015-09-21 09:46:38 +02:00
Alexis de Lattre
1f04ef8b92 Add reverse one2many field 2015-09-14 23:57:21 +02:00
Alexis de Lattre
58203941df Small improvements 2015-07-31 16:24:36 +02:00
Alexis de Lattre
c52a8e901f Show resa in quant tree view 2015-07-27 15:29:38 +02:00
Alexis de Lattre
fe46134a43 Add price_unit on stock move form view 2015-06-18 10:49:51 +00:00
Alexis de Lattre
4842386aac Display additionnal fields on stock views 2015-06-16 14:28:13 +00:00
Alexis de Lattre
4373d5ff4b Add SQL constraint on orderpoint to avoid duplicates 2015-05-28 11:10:17 +02:00
Alexis de Lattre
0bae792e79 Add total qty in transfer form view 2015-05-17 14:56:47 +02:00
Alexis de Lattre
749dd367fa Display more fields
Add menu entry for push rules
2015-04-15 10:06:28 +00:00
Alexis de Lattre
5849a2fecd stock_usability : display more fields 2015-04-15 07:53:28 +00:00
Alexis de Lattre
343e92439c Display more fields on stock move 2015-04-14 15:28:25 +00: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
Alexis de Lattre
189c3062f0 Add group by partner in pickings 2015-02-17 09:24:02 +01:00
Alexis de Lattre
37b8bb1ce4 Rename stock_display_src_location to stock_usability with one improvement 2015-02-17 08:50:08 +01:00