odoo/addons/stock
Olivier Dony 57f79f9fa1 [REM] fields: remove fields.Any, temporary artifact for ill-typed fields
This was added in master-apiculture at f1f16a8 to
permit special function fields that return
structured JSON-like data.
This is unnecessary and caused typing problems, for
example for the type field of ir.model.fields, or
when you decide to store them.

It is simpler to explicitly declare these fields
as fields.Char and have them serialize their results
to JSON strings, or to declate them as fields.Binary
and return any opaque data they want.
2014-07-30 13:24:39 +02:00
..
controllers [FIX] point of sale and barcode interface 'mini webclien' initialisation 2014-06-27 17:18:26 +02:00
doc [IMP] Check other comments on pull request: xmlid, no split in context + continue improve receipts instead of receptions 2014-07-16 11:58:22 +02:00
i18n Launchpad automatic translations update. 2014-05-18 05:53:48 +00:00
report [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
security [MERGE] forward port of branch saas-4 up to a361947 2014-07-10 22:12:16 +02:00
static [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
test [IMP] Check other comments on pull request: xmlid, no split in context + continue improve receipts instead of receptions 2014-07-16 11:58:22 +02:00
views [IMP] Adapt barcodes on picking report, warehouse should be passed from move picking type if not defined, prodlot in mrp_repair, picking types 2014-06-10 16:06:52 +02:00
wizard [IMP] Only show number of variants when more than one + bug cursor Compute Minimum Stock Rules 2014-07-16 13:50:56 +02:00
__init__.py [FIX]stock_barcode_interface: rework of the barcode interface to use bootstrap only 2014-02-26 17:10:03 +01:00
__openerp__.py [IMP] Location barcode 2014-05-29 14:58:48 +02:00
partner.py [WIP] split stock module in stock and stock_account that installs itself only if account+stock are installed 2013-07-11 15:05:28 +02:00
partner_view.xml
procurement.py [WIP] Simplify procurement check and sales order workflow and that way phantom boms will work 2014-07-15 18:38:06 +02:00
procurement_demo.xml [IMP] Move route_ids from product from stock_location to stock and remove supply_method (change with route) 2013-09-09 13:55:15 +02:00
product.py [IMP] Check other comments on pull request: xmlid, no split in context + continue improve receipts instead of receptions 2014-07-16 11:58:22 +02:00
product_view.xml [IMP] Check other comments on pull request: xmlid, no split in context + continue improve receipts instead of receptions 2014-07-16 11:58:22 +02:00
res_config.py [FIX] a lot a fixes or usability improvements. Includes a branch of jco as well with other fixes 2014-04-16 16:53:13 +02:00
res_config_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
stock.py [REM] fields: remove fields.Any, temporary artifact for ill-typed fields 2014-07-30 13:24:39 +02:00
stock_data.xml [REF] stock: removal of unused decimal.precision 2014-04-17 10:17:07 +02:00
stock_data.yml [FIX] a lot a fixes or usability improvements. Includes a branch of jco as well with other fixes 2014-04-16 16:53:13 +02:00
stock_demo.xml [FIX] stock, inventory management 2014-04-09 15:08:59 +02:00
stock_demo.yml [IMP] bring back the tests - backported from little after v7.0 in the trunk 2014-04-04 11:24:09 +02:00
stock_demo_pre.yml [FIX] Split demo_pre.yml in stock_data.xml for ir_model_data 2013-10-28 11:39:06 +01:00
stock_incoterms.xml
stock_location_demo_cpu1.xml [MERGE]with main 2013-12-12 14:15:43 +05:30
stock_location_demo_cpu3.yml merge sto-stoloc data 2013-10-10 14:03:31 +02:00
stock_orderpoint.xml merge sto-stoloc data 2013-10-10 14:03:31 +02:00
stock_orderpoint.yml merge sto-stoloc data 2013-10-10 14:03:31 +02:00
stock_report.xml [IMP] Location barcode 2014-05-29 14:58:48 +02:00
stock_sequence.xml [WIP] Remove stock_journal, change name and origin of created procurement, remove some remaining picking in/out, add sequence on dropship 2013-07-25 16:43:35 +02:00
stock_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00