odoo/addons/procurement
Josse Colpaert 25d2ed6d4b [IMP] Update module descriptions of procurement and product_extended + _bom_find and properties
Module description of procurement was deprecated (talking about mrp, ...) and in product_extended
it described things not implemented in the module.

In _bom_find, we passed a UoM which was not used in Saas-4 and it would not be logical that you
need to select a BoM that matches the UoM, so I removed it.

In the demo data, there was still a push rule which triggered a move from output to pack.  The copy=False
is correct for production_id when you would have these push rules.

For the properties: we want to allow to take a bom which has no properties, but only when there is no other
BoM matching the properties we pass.

Update module descriptions

[IMP] production_id copy + no round

[IMP] _bom_find without uom, property correction
2014-09-30 10:31:33 +02:00
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2014-09-23 13:42:05 +02:00
security [FIX] multi-company rule of procurement.rule object 2013-10-11 09:22:10 +02:00
test [FIX] procurement yml test 2013-09-02 17:23:10 +02:00
wizard [FIX] procurement: missing variable 2014-08-04 14:43:28 +02:00
__init__.py [IMP] procurement: removed the schedule_range field on res.company which was error prone and not really usefull + made the scheduler run in SUPERUSER to avoid intercompany and access rights issues + made the run of procurement as SUPERUSER too for the same reasons 2014-04-03 09:10:10 +02:00
__openerp__.py [IMP] Update module descriptions of procurement and product_extended + _bom_find and properties 2014-09-30 10:31:33 +02:00
company_view.xml [FIX] procurement: added back the logistic group in res.company form view for other modules to add fields in it 2014-04-03 10:00:38 +02:00
procurement.py [MERGE] Forward-port of saas-5 up to 20cc18d 2014-08-13 20:46:47 +02:00
procurement_data.xml Parameters in cron job need to be tuple 2014-01-20 10:06:28 +01:00
procurement_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00