Alexis de Lattre
4cb0c3e77c
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 ?"
2019-02-01 10:38:58 +01:00
Alexis de Lattre
37252b1e6a
Add tracking on important product fields
2019-02-01 10:38:58 +01:00
Alexis de Lattre
990855baaa
Add track_visibility='onchange' on important fields of picking
...
Code cleanup
2019-02-01 10:38:58 +01:00
Alexis de Lattre
4d892552b0
Add stock/destination stock loc on move tree view inside pickings
2019-02-01 10:38:58 +01:00
Alexis de Lattre
36716f063f
Include sale_stock_show_delivery_address in sale_usability and stock_usability
2019-02-01 10:38:58 +01:00
Alexis de Lattre
2eda6328c9
Add regular quant menu entry
2019-02-01 10:38:58 +01:00
Alexis de Lattre
27e876e0c8
Add sale_id on picking form
2019-02-01 10:38:58 +01:00
Alexis de Lattre
4c12fd0b29
Add direct access to re-ordering rules from stock location
2019-02-01 10:38:58 +01:00
Alexis de Lattre
91320397e3
Port stock_usability to v10
2019-02-01 10:38:58 +01:00
David Beal
7cb3b37766
IMP add icons
2019-02-01 10:38:58 +01:00
Alexis de Lattre
64b340e585
Port account_usability to v10
2019-02-01 10:38:58 +01:00
Alexis de Lattre
ef5779cedb
Port base_usability, sale_usability, sale_stock_usability to v10
2019-02-01 10:38:58 +01:00
Alexis de Lattre
74c399009a
Mass rename from __openerp__.py to __manifest__.py
2019-02-01 10:38:58 +01:00
Alexis de Lattre
8c19bd1b25
Set all modules as uninstallable
2019-02-01 10:38:58 +01:00
Alexis de Lattre
5707feeb42
Better name_get for incoterm: [EXW] Ex-Works
2019-02-01 10:38:58 +01:00
Alexis de Lattre
3bc744f143
Add unit of measure on stock quant tree/form view
2019-02-01 10:38:58 +01:00
Alexis de Lattre
7f239bdc87
Remove cost from quant form, because I figured out that this field was not interesting
2019-02-01 10:38:58 +01:00
Alexis de Lattre
53da0d37a2
Add cost field in stock quant view
2019-02-01 10:38:58 +01:00
Alexis de Lattre
d7085dad70
Add scheduler.procurement.log
...
Re-organize the code, so that each module xxx_usability only depend on xxx
2019-02-01 10:38:58 +01:00
Alexis de Lattre
8b361d54e1
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
2019-02-01 10:38:58 +01:00
Alexis de Lattre
786f005b65
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
2019-02-01 10:38:58 +01:00
Alexis de Lattre
458bb3f5a3
Remove code that is not usefull anymore
2019-02-01 10:38:58 +01:00
Alexis de Lattre
9b4566a9ec
Better name_get on stock_move, to make it easier to analyse the reservation of the quants
2019-02-01 10:38:58 +01:00
Alexis de Lattre
17ba157e67
Add logs in procurement scheduler
...
Add method in account_usability : get fiscal position without partner_id
2019-02-01 10:38:58 +01:00
Alexis de Lattre
402b503a4e
Better stock move view when using the shortcut button on the product form
2019-02-01 10:38:58 +01:00
Alexis de Lattre
41c31f9207
Minor changes
2019-02-01 10:38:58 +01:00
Alexis de Lattre
23c9b085e6
Add outgoing_qty in product form view (under incoming_qty)
2019-02-01 10:38:58 +01:00
Alexis de Lattre
631ea737b0
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
2019-02-01 10:38:58 +01:00
Alexis de Lattre
fa68b2b22a
Add module l10n_fr_usability
2019-02-01 10:38:58 +01:00
Alexis de Lattre
b098150580
Add module stock_transfer_continue_later
2019-02-01 10:38:58 +01:00
Raph
ccd7df2f3b
Missing :
2019-02-01 10:38:58 +01:00
Raph
7a3f9f8a3b
don't translate stock.location.route
...
And incr num version
And tell it in the description
2019-02-01 10:38:58 +01:00
Alexis de Lattre
20c43fbb49
Code cleanup
2019-02-01 10:38:58 +01:00
Alexis de Lattre
c1d3ccc2cb
Add graph view on pickings
2019-02-01 10:38:58 +01:00
Alexis de Lattre
9035ebc5a3
Better search view of stock.location
2019-02-01 10:38:58 +01:00
Alexis de Lattre
b6fb8bb2e4
Small enhancement on picking search view
2019-02-01 10:38:58 +01:00
Alexis de Lattre
72b1333bb2
date_done should be visible to everybody
2019-02-01 10:38:58 +01:00
Alexis de Lattre
5e28829325
Better view of stock move, to fit vertically in one screen
...
Unreserve button on form view of stock move
2019-02-01 10:38:58 +01:00
Alexis de Lattre
d20c3bebed
Display unreserve button even when partially available
2019-02-01 10:38:58 +01:00
Alexis de Lattre
02e5a23fec
Don't block manual creation of warehouse
2019-02-01 10:38:58 +01:00
Alexis de Lattre
d0c50c7319
Add Unreserve button on move line
2019-02-01 10:38:58 +01:00
Alexis de Lattre
d34adc04ae
Add reverse one2many field
2019-02-01 10:38:58 +01:00
Alexis de Lattre
91dad14704
Small improvements
2019-02-01 10:38:58 +01:00
Alexis de Lattre
bfaf7658df
Show resa in quant tree view
2019-02-01 10:38:58 +01:00
Alexis de Lattre
fa30eefc4e
Add price_unit on stock move form view
2019-02-01 10:38:58 +01:00
Alexis de Lattre
6ec6b8ae38
Display additionnal fields on stock views
2019-02-01 10:38:58 +01:00
Alexis de Lattre
288749e585
Add SQL constraint on orderpoint to avoid duplicates
2019-02-01 10:38:58 +01:00
Alexis de Lattre
929021b0c0
Add total qty in transfer form view
2019-02-01 10:38:58 +01:00
Alexis de Lattre
2a3d944078
Display more fields Add menu entry for push rules
2019-02-01 10:38:58 +01:00
Alexis de Lattre
71aa26efcf
stock_usability : display more fields
2019-02-01 10:38:58 +01:00