[IMP] Performance improvement : if location_id already has the right value, we don...
[odoo/odoo.git] / addons / mrp / mrp.py
2012-04-16 Alexis de Lattre[IMP] Performance improvement : if location_id already...
2012-04-03 Thibault Delavallée[FIX] Propagated ir.needaction class name change.
2012-04-03 Thibault Delavallée[MERGE] Merged with bth MRP branch
2012-04-03 Thibault Delavallée[CLEAN] Cleaned code.
2012-03-30 Sbh (Openerp)[IMP] : rename address_id with parnter_id
2012-03-22 Thibault Delavallée[IMP] Code cleaning
2012-03-16 Bhumi Thakkar (Ope... [FIX] Remove for loop because it is for single record.
2012-03-16 Bhumi Thakkar (Ope... [FIX] Renamed methods,overwrite get_needaction_user_ids...
2012-03-13 Bhumi Thakkar (Ope... [FIX] remove uppercase letters from notification messages.
2012-03-13 Bhumi Thakkar (Ope... [FIX] renamed methods' name and modified statements...
2012-03-12 Bhumi Thakkar (Ope... [FIX] Improved Language of notifications(present perfec...
2012-03-09 Bhumi Thakkar (Ope... [IMP] remove need_action_user_id from message_append_no...
2012-03-07 Bhumi Thakkar (Ope... [FIX] notification message is modified and remove work...
2012-03-06 Bhumi Thakkar (Ope... [IMP] notifications in mrp,bom,product.
2012-02-13 Olivier Dony[FIX] all: use newly introduced fields.date.context_today
2012-02-08 Olivier Dony[FIX] mrp: improve translations and use of _()
2011-12-31 fp[IMP] improved error message, constraints must allways...
2011-12-21 Fabien Pinckaers[IMP] indexes on _order
2011-12-21 Mayur Maheshwari... [MERGE]: Merge with lp:openobject-addons
2011-12-16 Raphael Collet[IMP] mrp: simplify code
2011-12-09 Harry (OpenERP)[IMP] mrp: clean test case and demo data of BoM, resolv...
2011-12-09 Mayur Maheshwari... [FIX]All: create an index for the column on require...
2011-12-08 Harry (OpenERP)[MERGE+REVIEW] merged clean yml of mrp
2011-12-06 Fabien Pinckaersmerge
2011-12-06 Harry (OpenERP)[MERGE] merged with trunk development branch: lp:~openo...
2011-12-05 Xavier Morel[IMP] mrp: generate dict from ids via dict.fromkeys...
2011-12-01 Numerigraphe - Lio... [IMP] Make wording consistent: Internal Picking List
2011-11-17 Raphael Collet[MERGE] lp:800100, make invoice number, mrp order ref...
2011-11-17 Divyesh Makwana... [IMP] mrp : Improve the error message
2011-11-14 Rucha (Open ERP)[FIX]: mrp: Fixed problem on producing product
2011-11-14 Divyesh Makwana... [IMP] sale,purchase,mrp,stock,account : Constraint...
2011-11-14 Rucha (Open ERP)[MERGE]: Merge with latest trunk-addons
2011-11-13 Fabien Pinckaers[IMP] warning on bad quantities on production, fix...
2011-11-11 Fabien Pinckaersmerge: digital precision product uom
2011-11-11 Rucha (Open ERP)[FIX,REF]: mrp: Cleaned logic of consume products,...
2011-11-09 Quentin (OpenERP)[IMP] mrp, mrp_subproduct: cleaner implementation of...
2011-11-09 Atik Agewan (OpenERP)[IMP]: remove blank space
2011-11-09 Atik Agewan (OpenERP)[Fix] mrp,mrp_subproduct:Add Context in method
2011-11-09 Atik Agewan (OpenERP)[Fix] mrp,mrp_subproduct:Add function _get_quantity_to_...
2011-11-09 Divyesh Makwana... [FIX] sale : Constraint Error-Order Reference must...
2011-11-09 Atik Agewan (OpenERP)[MERGE]: Merge with lp:openobject-addons
2011-11-08 Antony Lesuisse[MERGE] mrp order add responsible
2011-11-02 Rucha (Open ERP)[REF]: mrp: code improvement and optimization
2011-11-02 Rucha (Open ERP)[REF]: mrp: code improvement and optimization
2011-11-02 Rucha (Open ERP)[FIX]: mrp: Fixed problem of lp:734273 by passing conte...
2011-10-31 Bogdan Stanciu[FIX] some product_qty fields are set with hardcoded...
2011-10-25 Atik Agewan (OpenERP)[MERGE]: Merge with lp:openobject-addons
2011-10-19 Atik Agewan (OpenERP)[Fix] MRP :IN BOM when Product is changed than Name...
2011-10-12 RavishchanraMurari... add_user_id_in_mrp
2011-09-27 Atik Agewan (OpenERP)[MERGE]: Merge with lp:openobject-addons
2011-09-22 Rucha (Open ERP)[MERGE]: Merge with latest trunk-addons and resolved...
2011-09-18 Fabien Pinckaers[useability] better error/warning message
2011-09-18 Fabien Pinckaers[Useability] improved error message
2011-09-17 fpmerge
2011-09-17 Fabien Pinckaersmerge
2011-09-15 Atik Agewan (OpenERP)[ADD] MRP,Project:Add widget=statusbar in state field.
2011-08-23 Atik Agewan (OpenERP)[FIX] mrp,mrp_subproduct:sub_products qty is True when...
2011-08-17 Atik Agewan (OpenERP)[IMP]mrp,mrp_subproducts: Optimize code - remove dic res
2011-08-17 Atik Agewan (OpenERP)[IMP]mrp,mrp_subproducts: Optimize code
2011-08-17 Atik Agewan (OpenERP)[IMP]mrp: Optimize code
2011-08-17 Atik Agewan (OpenERP)[FIX] mrp,mrp_subproduct:sub_products qty is True when...
2011-07-04 ron@tinyerp.com[IMP]mrp:remove routing variable from function
2011-07-04 ron@tinyerp.com[IMP]mrp:use routing_id field instead of context and...
2011-07-01 Olivier Dony[IMP] removed method=True params from all fields.function
2011-07-01 ron@tinyerp.com[FIX]mrp:Update routing from Production Order that...
2011-05-06 ron@tinyerp.com[FIX]mrp:bom_id,product_id,routing,stock field readonly...
2011-05-03 Harry (OpenERP)[MERGE] merged from lp:~openerp-dev/openobject-addons...
2011-05-02 Olivier Dony[MERGE] merged latest fixes from 6.0 up to r.4556
2011-04-29 AVP(Axelor)[FIX][IMP] all modules improvement.
2011-04-04 Jay Vora (OpenERP)[FIX] Backported the fix from trunk for the bug lp...
2011-03-30 Quentin (OpenERP)[FIX] mrp: when producing, wrong stock move where creat...
2011-03-21 Anup (OpenERP)[FIX] mrp : BoM name now translated on product's on_ch...
2011-03-18 mtr[MERGE] branch merged with lp:~openerp-dev/openobject...
2011-03-14 ron@tinyerp.com[FIX]mrp:raw material units should always be rounded up
2011-03-11 Quentin (OpenERP)[MERGE] lp:720282
2011-03-11 Ujjvala Collins... [MERGE]
2011-03-10 Atul Patel (OpenERP)[MERGE]: Merge with lp:~openerp-dev/openobject-addons...
2011-03-10 mtr[MERGE] branch merged with lp:~openerp-dev/openobject...
2011-03-10 psi (Open ERP)[MERGE] merge with main trunk-payroll branch
2011-03-09 Quentin (OpenERP)[MERGE] merged with main addons branch
2011-02-28 Rucha (Open ERP)[REVERT]: Reverted some changes of trunk-dev-addons2
2011-02-28 Rucha (Open ERP)[REVERT]: Reverted merge with trunk-dev-addons2 at...
2011-02-18 ksa (Open ERP)[IMP]: Improve minor changes
2011-02-18 ksa (Open ERP)[FIX]: misleading terminology on workcenter
2011-02-14 Rucha (Open ERP)[MREGE]: Merge with lp:~openerp-commiter/openobject...
2011-02-10 Rifakat Haradwala... [Fix] mrp: BOM allows self reference recursion error
2011-02-04 Anup (OpenERP)[FIX] mrp : Corrected Quantity Calculation when having...
2011-02-02 Sbh (OpenERP)[Fix] Fix buildbot warning
2011-01-31 aag (OpenERP)[FIX] MRP:NOW is UoM compute by _compute_qty of Diff UOM
2011-01-17 rpa (Open ERP)[MREGE]: Merge with lp:~openerp-commiter/openobject...
2011-01-17 qdp-launchpad@tiny... [MERGE] merged with main addons branch
2011-01-17 ksa (Open ERP)[IMP]: Improvement for bug-701017
2011-01-17 rha@tinyerp.com[Fix]: performance issues - stock_move, account_move_li...
2011-01-14 qdp-launchpad@tiny... [MERGE] merged the dev3 branch
2011-01-12 qdp-launchpad@tiny... [FIX] mrp, stock: Production orders ignored chained...
2011-01-11 rpa (Open ERP)[MERGE]: Merge with lp:~openerp-dev/openobject-addons...
2011-01-11 ksa (Open ERP)[FIX]:Duplication of product should not duplicate its...
2011-01-11 rpa (Open ERP)[MREGE]: Merge with lp:~openerp-commiter/openobject...
2011-01-07 rha@tinyerp.com[Fix]: production orders waiting raw materials can...
2011-01-06 ARA (OpenERP)[IMP] Add readonly=true and store=true where company_id...
next