Commit Graph

426 Commits

Author SHA1 Message Date
fp 8aff5209ea [IMP] improved error message, constraints must allways propose a solution
bzr revid: fp@fp-laptop-20111231075720-4kak7o320td4wxqc
2011-12-31 08:57:20 +01:00
Fabien Pinckaers 6aa1e416da [IMP] indexes on _order
bzr revid: fp@tinyerp.com-20111221221504-dcj2l8x2xstqmccs
2011-12-21 23:15:04 +01:00
Mayur Maheshwari (OpenERP) 357f3fca2f [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20111221123724-buifqfz9zvmu9s8n
2011-12-21 18:07:24 +05:30
Raphael Collet acbde0f84a [IMP] mrp: simplify code
bzr revid: rco@openerp.com-20111216135205-q3d8zmb80t77d2v4
2011-12-16 14:52:05 +01:00
Harry (OpenERP) 84a0685557 [IMP] mrp: clean test case and demo data of BoM, resolve test failure
bzr revid: hmo@tinyerp.com-20111209112131-qhzdza73ucze8apr
2011-12-09 16:51:31 +05:30
Mayur Maheshwari (OpenERP) b439bc1606 [FIX]All: create an index for the column on require table
lp bug: https://launchpad.net/bugs/901474 fixed

bzr revid: mma@tinyerp.com-20111209060308-muefwlr323ji4kk7
2011-12-09 11:33:08 +05:30
Harry (OpenERP) 4d5a7b6f25 [MERGE+REVIEW] merged clean yml of mrp
bzr revid: hmo@tinyerp.com-20111208130824-07w4p3zu0ycx3ity
2011-12-08 18:38:24 +05:30
Fabien Pinckaers 255cfb94b0 merge
bzr revid: fp@tinyerp.com-20111206081249-olzikv2g6om6mnec
2011-12-06 09:12:49 +01:00
Harry (OpenERP) 2e504a69e0 [MERGE] merged with trunk development branch: lp:~openobject-addons
bzr revid: hmo@tinyerp.com-20111206054932-kq9etzc5nibs0dc3
2011-12-06 11:19:32 +05:30
Xavier Morel d39e30130b [IMP] mrp: generate dict from ids via dict.fromkeys, set 'empty' value to False for selection fields rather than an empty string
bzr revid: xmo@openerp.com-20111205153118-1hmvvhkw77qjh5qb
2011-12-05 16:31:18 +01:00
Numerigraphe - Lionel Sausin 4d9356f555 [IMP] Make wording consistent: Internal Picking List
bzr revid: ls@numerigraphe.fr-20111201094204-a7xb1sxswch3itze
2011-12-01 10:42:04 +01:00
Raphael Collet bff6674525 [MERGE] lp:800100, make invoice number, mrp order ref, purchase order ref, sale order ref, and picking ref unique per company
bzr revid: rco@openerp.com-20111117154004-fbean9hqldvrsxdq
2011-11-17 16:40:04 +01:00
Divyesh Makwana (Open ERP) 403d9194c7 [IMP] mrp : Improve the error message
bzr revid: mdi@tinyerp.com-20111117103737-iqzj2x7pggamm54q
2011-11-17 16:07:37 +05:30
Rucha (Open ERP) c4186fcbde [FIX]: mrp: Fixed problem on producing product
bzr revid: rpa@tinyerp.com-20111114093447-jmt5tuvljn1ep627
2011-11-14 15:04:47 +05:30
Divyesh Makwana (Open ERP) fa247f3357 [IMP] sale,purchase,mrp,stock,account : Constraint Error-Order Reference must be unique per company
bzr revid: mdi@tinyerp.com-20111114090520-1c3psfmzdi6ts9ni
2011-11-14 14:35:20 +05:30
Rucha (Open ERP) f90e5ce97b [MERGE]: Merge with latest trunk-addons
bzr revid: rpa@tinyerp.com-20111114053819-xkztyd5wk6kr5sn6
2011-11-14 11:08:19 +05:30
Fabien Pinckaers 5b59cff84e [IMP] warning on bad quantities on production, fix UoM possible problem at install
lp bug: https://launchpad.net/bugs/787950 fixed

bzr revid: fp@tinyerp.com-20111113100346-9pjh7z7trsgadcjv
2011-11-13 11:03:46 +01:00
Fabien Pinckaers 77a228421e merge: digital precision product uom
bzr revid: fp@tinyerp.com-20111111135906-kljtmr0r5tb59ia5
2011-11-11 14:59:06 +01:00
Rucha (Open ERP) fa17823d70 [FIX,REF]: mrp: Cleaned logic of consume products, removed too many looping and simplified logic, also added checks for over consumption and production than qty of MO
lp bug: https://launchpad.net/bugs/787950 fixed

bzr revid: rpa@tinyerp.com-20111111114807-xgfroo9gjauklnkw
2011-11-11 17:18:07 +05:30
Quentin (OpenERP) cbaf08b7db [IMP] mrp, mrp_subproduct: cleaner implementation of the fix for lp:794431 proposed by aag
lp bug: https://launchpad.net/bugs/794431 fixed

bzr revid: qdp-launchpad@openerp.com-20111109151038-oqo76jgzbd87t7v9
2011-11-09 16:10:38 +01:00
Atik Agewan (OpenERP) 7431974eaf [IMP]: remove blank space
bzr revid: aag@tinyerp.com-20111109103604-mrnu9od0a3fniuhf
2011-11-09 16:06:04 +05:30
Atik Agewan (OpenERP) 2a0b2f3cc5 [Fix] mrp,mrp_subproduct:Add Context in method
bzr revid: aag@tinyerp.com-20111109103452-zk1kg7tppzdw90nh
2011-11-09 16:04:52 +05:30
Atik Agewan (OpenERP) e1d67534c6 [Fix] mrp,mrp_subproduct:Add function _get_quantity_to_produce to calculate production qty and sub product qty
lp bug: https://launchpad.net/bugs/794431 fixed

bzr revid: aag@tinyerp.com-20111109100106-7vjyuxi55iq2k52k
2011-11-09 15:31:06 +05:30
Divyesh Makwana (Open ERP) 3e92b00eea [FIX] sale : Constraint Error-Order Reference must be unique per company
lp bug: https://launchpad.net/bugs/800100 fixed

bzr revid: mdi@tinyerp.com-20111109063048-i1z9mpz68aubht5r
2011-11-09 12:00:48 +05:30
Atik Agewan (OpenERP) 7f443343f2 [MERGE]: Merge with lp:openobject-addons
bzr revid: aag@tinyerp.com-20111109051622-356m3w1xs00f9gje
2011-11-09 10:46:22 +05:30
Antony Lesuisse 080a699226 [MERGE] mrp order add responsible
bzr revid: al@openerp.com-20111108203303-moblgn7wsv00pvo0
2011-11-08 21:33:03 +01:00
Rucha (Open ERP) 0d384f64c6 [REF]: mrp: code improvement and optimization
bzr revid: rpa@tinyerp.com-20111102121201-j6b87goaf6apivyw
2011-11-02 17:42:01 +05:30
Rucha (Open ERP) 91783a5273 [REF]: mrp: code improvement and optimization
bzr revid: rpa@tinyerp.com-20111102103806-s9grqmvazi0ep7t4
2011-11-02 16:08:06 +05:30
Rucha (Open ERP) 68139dca87 [FIX]: mrp: Fixed problem of lp:734273 by passing context properly in onchange instead of getting user lang manually
bzr revid: rpa@tinyerp.com-20111102100621-cxlpkgfsnxbqdlhs
2011-11-02 15:36:21 +05:30
Bogdan Stanciu e19e1fe100 [FIX] some product_qty fields are set with hardcoded decimal precision, and some without. I added dp on all occurrences of product_qty.
lp bug: https://launchpad.net/bugs/884179 fixed

bzr revid: bogdanovidiu.stanciu@gmail.com-20111031113830-drdqvvrz032nrzh4
2011-10-31 12:38:30 +01:00
Atik Agewan (OpenERP) 9155bf60d2 [MERGE]: Merge with lp:openobject-addons
bzr revid: aag@tinyerp.com-20111025093859-3lai3ss53qo06737
2011-10-25 15:08:59 +05:30
Atik Agewan (OpenERP) 8841544cc1 [Fix] MRP :IN BOM when Product is changed than Name Also changed
lp bug: https://launchpad.net/bugs/877998 fixed

bzr revid: aag@tinyerp.com-20111019122343-mgb8cbjhypcbxcqi
2011-10-19 17:53:43 +05:30
RavishchanraMurari (Open ERP) e27810b809 add_user_id_in_mrp
bzr revid: rmu@tinyerp.com-20111012092209-vjxhv89ml34drugh
2011-10-12 14:52:09 +05:30
Atik Agewan (OpenERP) 3d4e825221 [MERGE]: Merge with lp:openobject-addons
bzr revid: aag@tinyerp.com-20110927130744-wmo9u75w6zxfz3t0
2011-09-27 18:37:44 +05:30
Rucha (Open ERP) 0e861ae34a [MERGE]: Merge with latest trunk-addons and resolved conflicts in bank statement as new state was added in statement
bzr revid: rpa@tinyerp.com-20110922061419-cvaza3f5050o0b85
2011-09-22 11:44:19 +05:30
Fabien Pinckaers c4047f3936 [useability] better error/warning message
bzr revid: fp@tinyerp.com-20110918135310-sx5wzu22opr9cdwo
2011-09-18 15:53:10 +02:00
Fabien Pinckaers 99a72c7792 [Useability] improved error message
bzr revid: fp@tinyerp.com-20110918134116-2vvdelak2268j6pz
2011-09-18 15:41:16 +02:00
fp 8aff076c34 merge
bzr revid: fp@fp-laptop-20110917162841-j6prs22ohjv8tewt
2011-09-17 18:28:41 +02:00
Fabien Pinckaers 2ca78264e3 merge
bzr revid: fp@tinyerp.com-20110917143849-8zknokwthxyagalb
2011-09-17 16:38:49 +02:00
Atik Agewan (OpenERP) 556233685f [ADD] MRP,Project:Add widget=statusbar in state field.
bzr revid: aag@tinyerp.com-20110915054059-7iuj6qeg3nc4wm10
2011-09-15 11:10:59 +05:30
Atik Agewan (OpenERP) cb99fda783 [FIX] mrp,mrp_subproduct:sub_products qty is True when Product type is Variable & sub product is in more than one BOM
lp bug: https://launchpad.net/bugs/794431 fixed

bzr revid: aag@tinyerp.com-20110823102708-itcfkm74hlhj6m3t
2011-08-23 15:57:08 +05:30
Atik Agewan (OpenERP) a648fdaccb [IMP]mrp,mrp_subproducts: Optimize code - remove dic res
bzr revid: aag@tinyerp.com-20110817100831-hrtypdvv921sz5o8
2011-08-17 15:38:31 +05:30
Atik Agewan (OpenERP) f8db8e64b0 [IMP]mrp,mrp_subproducts: Optimize code
bzr revid: aag@tinyerp.com-20110817095249-ujrm0onvzng60pad
2011-08-17 15:22:49 +05:30
Atik Agewan (OpenERP) 306da071e7 [IMP]mrp: Optimize code
bzr revid: aag@tinyerp.com-20110817093620-c3bmophuut6n2to6
2011-08-17 15:06:20 +05:30
Atik Agewan (OpenERP) 8001a5f2b9 [FIX] mrp,mrp_subproduct:sub_products qty is True when Product type is Variable
lp bug: https://launchpad.net/bugs/794431 fixed

bzr revid: aag@tinyerp.com-20110817091826-fkg4y3b6pbbh220e
2011-08-17 14:48:26 +05:30
ron@tinyerp.com ff1e3e7351 [IMP]mrp:remove routing variable from function
bzr revid: ron@tinyerp.com-20110704071632-szzptrb90d5f6jzl
2011-07-04 12:46:32 +05:30
ron@tinyerp.com fd21c047e1 [IMP]mrp:use routing_id field instead of context and Optimize all code with simplicity in _bom_explode
bzr revid: ron@tinyerp.com-20110704070053-i2zp0q1z30ut9pbp
2011-07-04 12:30:53 +05:30
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
ron@tinyerp.com c3e10565f5 [FIX]mrp:Update routing from Production Order that is not effects on Workcenter lines.
lp bug: https://launchpad.net/bugs/794428 fixed

bzr revid: ron@tinyerp.com-20110701061900-eadq77y6dys6ehn1
2011-07-01 11:49:00 +05:30
ron@tinyerp.com 0f08592973 [FIX]mrp:bom_id,product_id,routing,stock field readonly when MO confirmed
lp bug: https://launchpad.net/bugs/773128 fixed

bzr revid: ron@tinyerp.com-20110506103639-1ruiwjm00gps3alj
2011-05-06 16:06:39 +05:30