Commit Graph

55 Commits

Author SHA1 Message Date
Alexis de Lattre
67e3c9a199 Add stock location menu entry in regular menu (not only in configuration), because it is very useful for the users, to be able to answer the question "What do we have on stock location X ?" 2017-01-06 11:56:16 +01:00
Alexis de Lattre
7f3d465a24 Add tracking on important product fields 2017-01-03 16:31:38 +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
e4dc38b963 Add stock/destination stock loc on move tree view inside pickings 2016-12-02 15:14:55 +01:00
Alexis de Lattre
e1f8e95bce Include sale_stock_show_delivery_address in sale_usability and stock_usability 2016-11-24 14:18:43 +01:00
Alexis de Lattre
f16095e343 Add regular quant menu entry 2016-11-22 16:31:57 +01:00
Alexis de Lattre
35163d8613 Add sale_id on picking form 2016-11-22 10:50:48 +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
David Beal
83140872ef IMP add icons 2016-11-18 10:39:40 +01:00
Alexis de Lattre
6d7dc61dee Port account_usability to v10 2016-11-16 15:46:45 +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
a1ef881201 Mass rename from __openerp__.py to __manifest__.py 2016-10-11 15:40:03 +02:00
Alexis de Lattre
56095375d1 Set all modules as uninstallable 2016-10-11 15:32:30 +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