Commit Graph

764 Commits

Author SHA1 Message Date
Christophe Simonis d504764eff [MERGE] forward port of branch saas-3 up to revid 9298 chm@openerp.com-20140311130852-3ft0v1mc9ht1any6
bzr revid: chs@openerp.com-20140311145205-s56fj113fsrnisc3
2014-03-11 15:52:05 +01:00
Denis Ledoux c2ba11e72e [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9885 revid:dle@openerp.com-20140310114026-r0ijm0m36su19wn7
bzr revid: dle@openerp.com-20140310122101-gicombyc5ii0yz6a
2014-03-10 13:21:01 +01:00
Martin Trigaux 5db649549c [IMP] mrp: use also the ceiling method from product
bzr revid: mat@openerp.com-20140306094504-37r691hxcemp0ual
2014-03-06 10:45:04 +01:00
Quentin (OpenERP) 4ad9811a90 [FIX] mrp: fixed phantom bom
lp bug: https://launchpad.net/bugs/1278891 fixed

bzr revid: qdp-launchpad@openerp.com-20140214150330-an2my0n8vjdf38vx
2014-02-14 16:03:30 +01:00
Josse Colpaert 1277c16dd7 [MERGE] Merge from trunk
bzr revid: jco@openerp.com-20140214100157-1vbjgifkouh0h4ix
2014-02-14 11:01:57 +01:00
Quentin (OpenERP) 2f982e6bea [FIX] a lot of changes made during code review
bzr revid: qdp-launchpad@openerp.com-20140214084650-8vcy544475urij53
2014-02-14 09:46:50 +01:00
Thibault Delavallée d93fce56b6 [MERGE] mrp: small usability fixes
- updated groups on some fields of bom
- removed some icons in form view, to be coherent with other form views
- BOM form view: updated onchange_product_id that now takes product_qty into account to compute
uos and uos quantity.

bzr revid: tde@openerp.com-20140211152116-niwt0pak4r0n8jst
2014-02-11 16:21:16 +01:00
Atul Patel (OpenERP) bdaccb7053 [MERGE]: Merged with addons
bzr revid: atp@tinyerp.com-20140210060020-2kfsig5t3ps14i4k
2014-02-10 11:30:20 +05:30
Cedric Snauwaert 31348b1e4a [FIX]sale_order with product using phantom bom
bzr revid: csn@openerp.com-20140207112606-k0cxzhpytlodjd1y
2014-02-07 12:26:06 +01:00
Quentin (OpenERP) ec0a1678ee [FIX] mrp: fixed action_produce errors added in the last refactoring
bzr revid: qdp-launchpad@openerp.com-20140205132521-ul3grdqryppig7o0
2014-02-05 14:25:21 +01:00
Quentin (OpenERP) 0afb7076d4 [REF] mrp, stock: refactoring made during code review
bzr revid: qdp-launchpad@openerp.com-20140205104324-5h5hu0fv71omhigf
2014-02-05 11:43:24 +01:00
Quentin (OpenERP) 19501096f5 [MERGE] main trunk-wms branch
bzr revid: qdp-launchpad@openerp.com-20140204110840-iur4q0t9rz5v2y5i
2014-02-04 12:08:40 +01:00
Quentin (OpenERP) 753f7541db [MERGE] main trunk
bzr revid: qdp-launchpad@openerp.com-20140203173000-mk092iw2wz3y0e3e
2014-02-03 18:30:00 +01:00
Josse Colpaert 4a7a79779d [IMP] Consume only products when already assigned and
bzr revid: jco@openerp.com-20140129131046-r8yv3h8l679c3m3s
2014-01-29 14:10:46 +01:00
Josse Colpaert 34b923a19e [IMP] change split signature and take into account for action_consume
bzr revid: jco@openerp.com-20140128154125-3j1rpc4w6maywcmt
2014-01-28 16:41:25 +01:00
Denis Ledoux 1fb1a6f2af [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9789 revid:dle@openerp.com-20140124120102-we2yxio553ws2yz4
bzr revid: dle@openerp.com-20140120174449-tui0a24zgn9bien2
bzr revid: dle@openerp.com-20140121125538-ke7i6kaz486hwgl8
bzr revid: dle@openerp.com-20140122134115-0ogjemlqe327xoac
bzr revid: dle@openerp.com-20140123103655-mf2zslfbgue97ed2
bzr revid: dle@openerp.com-20140124121027-uk9zy4dx9tqlsblr
2014-01-24 13:10:27 +01:00
Denis Ledoux 83677ed6e6 [REVERT] 9401 dle@openerp.com-20130830125155-1vedifnupu2xvth7
This had as side-effect to not allow splitting BOMs
(a manufacturing order for 1 unit of a BOM producing 10 units consumed the lines like it was 10 units, not 1)

This fix was to avoid having a fraction of a unit (for instance, 0.5 unit).

But, finally, it is preferable to allow splitting units:
1. Most users do not use several uoms, and in this case, the unit is the default uom (hidden).
2. At the moment, it is allowed to ask a manufacturing order splitting up the unit uom
(It is allowed to ask the production of 0.5 USB Adapter, for instance)
Thus, we should allow the splitting up of the unit uom in the lines too.

bzr revid: dle@openerp.com-20140124120102-we2yxio553ws2yz4
2014-01-24 13:01:02 +01:00
Denis Ledoux d69ecb8d8f [FIX] mrp, stock: avoid float rounding errors using float_compare
bzr revid: dle@openerp.com-20140122133822-fkt5gqanpptlx9jx
2014-01-22 14:38:22 +01:00
Josse Colpaert 72b0c03b96 [IMP] Change the action_produce to be able to take into account wizard or not
bzr revid: jco@openerp.com-20140121133909-0xzgqmzhs4mhgqtp
2014-01-21 14:39:09 +01:00
Josse Colpaert 056bfc00a9 [IMP] Make sure the wizard does not take negative quants and refactor a little bit not to have duplicate code
bzr revid: jco@openerp.com-20140121104051-87ihs7fnz72i0b9z
2014-01-21 11:40:51 +01:00
Josse Colpaert 96120dcdbd [IMP] Make sure consumed_for is set before doing action_done
bzr revid: jco@openerp.com-20140121093027-2h6xlgouhg49sr76
2014-01-21 10:30:27 +01:00
Josse Colpaert 24f6ed8973 [WIP] Give warnings when not possible to do traceability and needed, group by quants
bzr revid: jco@openerp.com-20140120162828-6xgxshtkc44tlesi
2014-01-20 17:28:28 +01:00
Josse Colpaert b50247109c [IMP] Basic version working with lots
bzr revid: jco@openerp.com-20140117164232-8gu0bb8qbbk67yrx
2014-01-17 17:42:32 +01:00
Josse Colpaert 338013803d [WIP] Extending wizard with consume lines
bzr revid: jco@openerp.com-20140116174800-kap083m5jvacsbh6
2014-01-16 18:48:00 +01:00
Olivier Dony 44664076da [MERGE] Forward-port of latest 7.0 fixes up to rev 9618 rev-id: dle@openerp.com-20131120142131-s333lyva85cyn41o
bzr revid: odo@openerp.com-20131120144059-yyh7emvgdarff09b
bzr revid: odo@openerp.com-20131120144318-11nmn1zj00zmi10z
2013-11-20 15:43:18 +01:00
Martin Trigaux a8f47d3747 [MERGE] [FIX] mrp: correctly handle internal type for stock.picking on manufacturing order
lp bug: https://launchpad.net/bugs/1117229 fixed

bzr revid: mat@openerp.com-20131119162522-x4fw8hluvfzt27ha
2013-11-19 17:25:22 +01:00
Atul Patel (OpenERP) 2ba32016dc [MERGE]: Merged with addons
bzr revid: atp@tinyerp.com-20131029134329-mak074spts9zjscu
2013-10-29 19:13:29 +05:30
jke-openerp 57e794c2a9 [FIX] Split demo_pre.yml in stock_data.xml for ir_model_data
bzr revid: jke@openerp.com-20131028103906-izdlfpzknc3j73kp
2013-10-28 11:39:06 +01:00
Quentin (OpenERP) a3c28ede83 [MERGE] mergedf jke branch with removal of useless picking_id field on mrp.production + temporary commented crashing yaml test
bzr revid: qdp-launchpad@openerp.com-20131016073302-3hvpuikmacvbo00c
2013-10-16 09:33:02 +02:00
jke-openerp 18a9318cfd [FIX] mrp: removed picking_id field on mrp.production
bzr revid: jke@openerp.com-20131016071209-pryay03jucyezjje
2013-10-16 09:12:09 +02:00
Quentin (OpenERP) 65966940c8 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20131010133212-t058auv973pvvmjm
2013-10-10 15:32:12 +02:00
Olivier Dony 5cba82e2c9 [MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 8788 dle@openerp.com-20131003094541-ro29hhkas03rdvw8
bzr revid: odo@openerp.com-20131003111222-upt1ytb92db50zay
2013-10-03 13:12:22 +02:00
Denis Ledoux a9158e5993 [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9487 rev-id: dle@openerp.com-20130930141202-ghnujem348kydd2m
bzr revid: dle@openerp.com-20130930150804-b4j080uy06t4n7f1
2013-09-30 17:08:04 +02:00
Quentin (OpenERP) 1e944f8c03 [MERGE] merged the branch with mrp test rehab (includes mrp workflow fixes)
bzr revid: qdp-launchpad@openerp.com-20130925102034-fn2qdkx55ylai9rr
2013-09-25 12:20:34 +02:00
Quentin (OpenERP) e503beb955 [FIX] mrp: workflow
bzr revid: qdp-launchpad@openerp.com-20130925083749-iafe0qoq2jqmvgk5
2013-09-25 10:37:49 +02:00
Quentin (OpenERP) 0e06471680 [MERGE] merge with main branch
bzr revid: qdp-launchpad@openerp.com-20130924090225-1is038pb3sngz9qe
2013-09-24 11:02:25 +02:00
Rifakat e2e20bae4c [FIX] mrp: improved fix, used DEFAULT_SERVER_DATETIME_FORMAT for date, removed extra AND and _order from search()
bzr revid: rha@tinyerp.com-20130924062648-qshruwnukmtn0b7w
2013-09-24 11:56:48 +05:30
Denis Ledoux db84e912bd [MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 8781 rev-id: dle@openerp.com-20130923165651-0jt823r5wy37enw6
bzr revid: dle@openerp.com-20130923171310-mav1riq3d2rebmv2
2013-09-23 19:13:10 +02:00
Josse Colpaert 56757bc3b9 [IMP] Make sure consume lines create procurements
bzr revid: jco@openerp.com-20130919104336-dmu0pvb9f7780ueb
2013-09-19 12:43:36 +02:00
Denis Ledoux 546a191f0a [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9459 rev-id: fva@openerp.com-20130918153347-fy4nuvbm82ngfb8x
bzr revid: mat@openerp.com-20130826135110-f9q4p65ds2aholcw
bzr revid: dle@openerp.com-20130828141129-ecxl2vlpb8vw0o9f
bzr revid: dle@openerp.com-20130828162659-n8a0ku9o3h01qaov
bzr revid: dle@openerp.com-20130830094205-q3itwd7x0246d9n6
bzr revid: dle@openerp.com-20130830133604-mfnfbscn5wdk4vi4
bzr revid: dle@openerp.com-20130902131244-v9uh0s8rg4889i7j
bzr revid: mat@openerp.com-20130903134105-68ziuaccreu6rs61
bzr revid: chs@openerp.com-20130906171851-jtfsf4au1k30wwlr
bzr revid: dle@openerp.com-20130909103120-k5oefxgebhyslac3
bzr revid: dle@openerp.com-20130909170047-pbzw4ernvcpivbhh
bzr revid: chs@openerp.com-20130910122113-171osvcukxffxcry
bzr revid: tde@openerp.com-20130912121059-k840pi4rwdzpez8g
bzr revid: dle@openerp.com-20130913085251-p906ci2divy82jur
bzr revid: tde@openerp.com-20130913092546-kzshg1a7sls566l8
bzr revid: mat@openerp.com-20130917122102-drf8fj9lrjj0fvju
bzr revid: mat@openerp.com-20130917161614-w8u2c1ayeb5kxm30
bzr revid: dle@openerp.com-20130918161305-7ep1642nxzyy3vhd
2013-09-18 18:13:05 +02:00
Josse Colpaert 9494290cb1 [FIX] Try to fix mrp tests and mrp
bzr revid: jco@openerp.com-20130918135612-n8d1qqbxh0rbgtcw
2013-09-18 15:56:12 +02:00
Martin Trigaux 461b5d8191 [MERGE] [FIX] mrp_subproduct: correctly take into account subproduct_factor when checking quantities on BoM
bzr revid: mat@openerp.com-20130916123442-cch34mghmwh1p18e
2013-09-16 14:34:42 +02:00
Martin Trigaux 3029fc869e [MERGE] [FIX] mrp: producing a BoM of type service is no longer blocked in ready state, correctly transmit project reference when create task from sale order
bzr revid: mat@openerp.com-20130916113323-8an09x0d7svv2j7d
2013-09-16 13:33:23 +02:00
Martin Trigaux 503f69cba3 [IMP] project_mrp: cleaning and add condition for triggering signal
bzr revid: mat@openerp.com-20130916100120-kuuyofh3o8e3iv8c
2013-09-16 12:01:20 +02:00
Martin Trigaux 7485ec46d7 [IMP] mrp: trigger workflow only if no move lines
bzr revid: mat@openerp.com-20130916094604-zonoyxeic948mjn2
2013-09-16 11:46:04 +02:00
Atul Patel (OpenERP) 8089d2c3a6 [REM]mrp: Remove tooltips from product_uos_qty
bzr revid: atp@tinyerp.com-20130913091810-xoblepy4nyo6i67m
2013-09-13 14:48:10 +05:30
Paramjit Singh Sahota 2b65bbfa82 [IMP] Improved code to return product_lines.
bzr revid: psa@tinyerp.com-20130912135445-xf0rmbh117fznd5v
2013-09-12 19:24:45 +05:30
Paramjit Singh Sahota 8825f2070b [IMP] Improved method name and code accordingly.
bzr revid: psa@tinyerp.com-20130912131434-99xv1prw3o4dy9ge
2013-09-12 18:44:34 +05:30
Paramjit Singh Sahota 387bffe50e [IMP] Divided the action_compute method and improved code according to that.
bzr revid: psa@tinyerp.com-20130912115556-9c67dzpr6mao251w
2013-09-12 17:25:56 +05:30
Paramjit Singh Sahota 000ca6103d [IMP] Added another testcase for 2 service type product
And improved code for bom product with service type product used in SO doesnt link the project perfectly.

bzr revid: psa@tinyerp.com-20130912110454-x9tidij14xj09joz
2013-09-12 16:34:54 +05:30
Paramjit Singh Sahota a0cb8675df [IMP] Improved code
bzr revid: psa@tinyerp.com-20130911145615-wzy1kmajr7j1731y
2013-09-11 20:26:15 +05:30
Paramjit Singh Sahota a3482a990f [IMP] Improved code for the BOM with service type product.
bzr revid: psa@tinyerp.com-20130911141123-snw3u5mgtf4xv3k6
2013-09-11 19:41:23 +05:30
Paramjit Singh Sahota f716d9bf9c [REM] Removed the unwanted code.
bzr revid: psa@tinyerp.com-20130911123044-xgw123lfj62cx71x
2013-09-11 18:00:44 +05:30
Martin Trigaux c48504fdba [MERGE] sync with trunk (state -> stage removed some test)
bzr revid: mat@openerp.com-20130911110755-zf3ytf9m27im6x9k
2013-09-11 13:07:55 +02:00
Christophe Simonis 3fa90321e1 [MERGE] forward port of branch saas-1 up to revid 8772 chs@openerp.com-20130910122113-171osvcukxffxcry
bzr revid: chs@openerp.com-20130910124803-wxkb8gkz1tub5qjf
2013-09-10 14:48:03 +02:00
Quentin (OpenERP) 97cf5b2f28 [FIX] mrp. fix in function _moves_assigned
bzr revid: qdp-launchpad@openerp.com-20130909232102-ldbugx011vavy9jm
2013-09-10 01:21:02 +02:00
Josse Colpaert 30f27b8cbb [IMP] Move route_ids from product from stock_location to stock and remove supply_method (change with route)
bzr revid: jco@openerp.com-20130909115515-7z6ixaxe7bpxxe73
2013-09-09 13:55:15 +02:00
Bharat R. Devnani (OpenERP) 9adf175561 [IMP] refered sale_line_id of procurement_order from stock_move object
bzr revid: bde@tinyerp.com-20130904061451-ouptbee94gb2dsht
2013-09-04 11:44:51 +05:30
Pooja Zankhariya (OpenERP) 4937125520 [IMP]Improved function in mrp py
bzr revid: pza@tinyerp.com-20130902072857-rmfnwq8fg6rnwhmf
2013-09-02 12:58:57 +05:30
Paramjit Singh Sahota 3f37dabea0 [MERGE] Merged lp:openobject-addons/7.0
bzr revid: psa@tinyerp.com-20130830132612-ekntqdkholcg15sx
2013-08-30 18:56:12 +05:30
Denis Ledoux 9979078aa8 [FIX]mrp: _bom_explode, rounding used must be max(bom.product_rounding, bom.product_uom.rounding), in order to avoid asking 0.5 Unit
bzr revid: dle@openerp.com-20130830125155-1vedifnupu2xvth7
2013-08-30 14:51:55 +02:00
Atul Patel (OpenERP) cb886c6c90 [ADD]: Add tooltips in product_uos_qty
bzr revid: atp@tinyerp.com-20130826114219-n604qhbv7k0xpnmt
2013-08-26 17:12:19 +05:30
Atul Patel (OpenERP) 1dd351e4ba [IMP]: Improve onchange in bom and mrp production
bzr revid: atp@tinyerp.com-20130822132036-i3qx903o0ut34f4s
2013-08-22 18:50:36 +05:30
Amit Vora (OpenERP Trainee) 5ffddbdcf0 [IMP] improve code in mrp.py file
bzr revid: voraamitr@gmail.com-20130822114144-q6ltm3w6hz9776ra
2013-08-22 17:11:44 +05:30
Amit Vora (OpenERP Trainee) 3995645020 [IMP] remove method onchange_product_qty_change and add condition
bzr revid: voraamitr@gmail.com-20130822105706-d6hjfw4i86vkzgs2
2013-08-22 16:27:06 +05:30
Amit Vora (OpenERP Trainee) 94d4bff64a [IMP] remove the space in the code
bzr revid: voraamitr@gmail.com-20130822091555-reokuvvanhpo60u1
2013-08-22 14:45:55 +05:30
Amit Vora (OpenERP Trainee) 8601ccc037 [IMP] improve code in mrp.py and mrp_view.xml
bzr revid: voraamitr@gmail.com-20130822090859-4lb29jlbi96mei0p
2013-08-22 14:38:59 +05:30
Amit Vora (OpenERP Trainee) d37e789739 [IMP] improve code in mrp.py and mrp_view.xml
bzr revid: voraamitr@gmail.com-20130822090155-6kkd0qm9ahnmhtlf
2013-08-22 14:31:55 +05:30
Atul Patel (OpenERP) 934243d7b9 [Fix]: Add onchange on product qty
bzr revid: atp@tinyerp.com-20130821135635-9b2qw6xu7l0s4w52
2013-08-21 19:26:35 +05:30
Yogesh Parekh (OpenERP Trainee) 446f8875f1 [MERGE]: Merged with addons
bzr revid: yogeshparekh1988@gmail.com-20130821053033-76ntpmkq1npynku0
2013-08-21 11:00:33 +05:30
Josse Colpaert f33adec29d [WIP] Change workflow of mrp and add field ready_production which checks if the raw material moves to consume are assigned, change prepare_order_line_procurement with correct params
bzr revid: jco@openerp.com-20130813142344-c6n7awvjj796iliu
2013-08-13 16:23:44 +02:00
Paramjit Singh Sahota 22669ee07c [MERGE] Merged lp:openobject-addons/7.0
bzr revid: psa@tinyerp.com-20130624131850-bz1speq0m5qvklx5
bzr revid: psa@tinyerp.com-20130813111300-mx6ditfva9dn01nj
2013-08-13 16:43:00 +05:30
Olivier Dony 957fa4e2da [MERGE] mrp: confirmation of procurements when production order is confirmed was broken + fix and re-enable tests
During the workflow signalling refactoring the signal for
confirming the procurements was sent to the wrong model,
thus having no effect at all.
In addition the MRP tests were incorrectly disabled and
did not cover this case properly. They were re-enabled
and corrected to cover it.

bzr revid: odo@openerp.com-20130801132150-gfp1saryq48249pu
2013-08-01 15:21:50 +02:00
Olivier Dony 2c87609288 [FIX] mrp: confirmation of procurements when production order is confirmed was broken + fix and re-enable tests
During the workflow signalling refactoring the signal for
confirming the procurements was sent to the wrong model,
thus having no effect at all.
In addition the MRP tests were incorrectly disabled and
did not cover this case properly. They were re-enabled
and corrected to cover it.

bzr revid: odo@openerp.com-20130801125820-ubpq9wsew6q5w2hf
2013-08-01 14:58:20 +02:00
Denis Ledoux a99b5786d1 [MERGE] Forward-port of 7.0 bugfixes up to rev. 9337 (dle@openerp.com-20130731153129-8hmqrgsg3e9d533f)
bzr revid: mat@openerp.com-20130726073123-6buqe3rg321gj5rw
bzr revid: odo@openerp.com-20130730110536-a74ea14pwb2y03ay
bzr revid: dle@openerp.com-20130801123703-frjhpeqwocsjo7ge
2013-08-01 14:37:03 +02:00
Martin Trigaux 38bf262119 [IMP] stock: more fault tolerant usage of xml id
bzr revid: mat@openerp.com-20130731092732-9fa0xb66mo7uakb4
2013-07-31 11:27:32 +02:00
Martin Trigaux 457aceff18 [IMP] mrp: properly remove product lines and workorder lines when confirming a manufacturing order, avoid getting traceback if trying action on deleted record
bzr revid: mat@openerp.com-20130725150909-ujh5xk2q2escr6a7
2013-07-25 17:09:09 +02:00
Josse Colpaert a4f30cd129 [WIP] picking_type_id on picking instead of move (becomes related) and do not group moves into pickings for production and inventory, rule_id on stock move
bzr revid: jco@openerp.com-20130724170017-glk2b3vqlubzm86q
2013-07-24 19:00:17 +02:00
Quentin (OpenERP) e3096577b2 [REM] removed auto_picking field + removed picking workflow
bzr revid: qdp-launchpad@openerp.com-20130724102017-0oel0yi08dsxvmxi
2013-07-24 12:20:17 +02:00
Josse Colpaert 15f509178b [WIP] remove stock.picking.in and stock.picking.out and replace by picking_type_id
bzr revid: jco@openerp.com-20130723164755-39wldz6jdjkqjvkk
2013-07-23 18:47:55 +02:00
Josse Colpaert 98b1713bfb [WIP] Add routes as default data
bzr revid: jco@openerp.com-20130712165449-uwxdpiix8nfd6zn1
2013-07-12 18:54:49 +02:00
Laetitia Gangloff (Acsone) a83c3a9591 mrp : product quantity is modified with the factor
lp bug: https://launchpad.net/bugs/1200676 fixed

bzr revid: laetitia.gangloff@acsone.eu-20130712152235-lbfi12a0z29tw22a
2013-07-12 17:22:35 +02:00
Josse Colpaert 91f043137f [WIP] Procurement group for pickings
bzr revid: jco@openerp.com-20130712103645-u1eobg8i3s86b7by
2013-07-12 12:36:45 +02:00
Josse Colpaert a0f7808075 [WIP] Implement procurement rule for manufacturing (similar to purchase)
bzr revid: jco@openerp.com-20130711170604-yxm1d7a0qmdpps60
2013-07-11 19:06:04 +02:00
Josse Colpaert 756e40e29a [WIP] Add product_uom_qty when creating moves in mrp
bzr revid: jco@openerp.com-20130711160311-3qhkzj09t0r8gcb6
2013-07-11 18:03:11 +02:00
Nimesh Contractor (OpenERP) 59a1efef9f [IMP] improve code.
bzr revid: nco@tinyerp.com-20130702092311-fit169e60lmqi221
2013-07-02 14:53:11 +05:30
Nimesh Contractor (OpenERP) ccbc003a22 [IMP] if we not set the uos then also it sets 1.00 in mo/bom now if we not set the uos then it will set 0.00.
bzr revid: nco@tinyerp.com-20130702073106-bx3gw2fp1xqn1x9b
2013-07-02 13:01:06 +05:30
Nimesh Contractor (Open ERP) 07e1dccfd3 [IMP]: get uos value in Mo when selecting product.
bzr revid: atp@tinyerp.com-20130701110725-c5670phlgrvt67rq
2013-07-01 16:37:25 +05:30
Fabien Pinckaers 8f6c3e14b9 [IMP] Yet another 1000 lines removed
bzr revid: fp@tinyerp.com-20130630222646-wrpyd1o89md8gknx
2013-07-01 00:26:46 +02:00
Chandni Machchhar (OpenERP Trainee) a880a5240c [IMP] set uos onchage of product on bom.
bzr revid: nco@tinyerp.com-20130628115149-owpzixvb9eqd8vtb
2013-06-28 17:21:49 +05:30
Paramjit Singh Sahota 4708fce25c Little improvement.
bzr revid: psa@tinyerp.com-20130527114236-f1ryogo75y9cnxn7
2013-05-27 17:12:36 +05:30
Paramjit Singh Sahota f630a3a64a [IMP] Added context whereever necessary, improved code of action_done and removed unwanted spaces.
bzr revid: psa@tinyerp.com-20130527110901-q6717focg99qq46a
2013-05-27 16:39:01 +05:30
Jagdish Panchal 21d80930b0 [IMP] remove unwanted change
bzr revid: jap@tinyerp.com-20130517064041-bf7jq2p04zgp480n
2013-05-17 12:10:41 +05:30
Jagdish Panchal 8f1393f3ca [IMP] Improve code when bom componant is service stock move in available state
bzr revid: jap@tinyerp.com-20130515125745-da9sybl7osixzhfm
2013-05-15 18:27:45 +05:30
Martin Trigaux c697009dea [IMP]mrp: avoid adding account rights to users and create lines with superuser_id
bzr revid: mat@openerp.com-20130514132629-91qrc32j04a1t5he
2013-05-14 15:26:29 +02:00
Jagdish Panchal 555636280e [IMP] improve code in for mrp stock.py
bzr revid: jap@tinyerp.com-20130503105029-d9eqs4curvxwuvra
2013-05-03 16:20:29 +05:30
Jagdish Panchal 8e8d370ba9 [IMP] improve code and remove unwated change
bzr revid: jap@tinyerp.com-20130503071754-vwok8xpjcjo63m9o
2013-05-03 12:47:54 +05:30
Jagdish Panchal 45e461bd64 [IMP] improve code for the button product
bzr revid: jap@tinyerp.com-20130503055934-8rrgvydvxkadwwxh
2013-05-03 11:29:34 +05:30
Jagdish Panchal cdb7c6603e [IMP] bit improve code for yml test
bzr revid: jap@tinyerp.com-20130503053948-3hdhmh5vljw43uuh
2013-05-03 11:09:48 +05:30
Jagdish Panchal 6644af8c88 [IMP] improve code
bzr revid: jap@tinyerp.com-20130503053337-9vmq3t903dwwcjkt
2013-05-03 11:03:37 +05:30
Jagdish Panchal 5126a05c4a [IMP] remove unwated change
bzr revid: jap@tinyerp.com-20130503051252-c8o424i116yqkd14
2013-05-03 10:42:52 +05:30
Jagdish Panchal df08c2cb70 [IMP] improve code
bzr revid: jap@tinyerp.com-20130502133027-rgu6etatmcaflaeg
2013-05-02 19:00:27 +05:30
Jagdish Panchal 07cb4cd083 [IMP] Remove unwated change
bzr revid: jap@tinyerp.com-20130502062818-ghys3kb5mp6rt5af
2013-05-02 11:58:18 +05:30
Jagdish Panchal 4eabc8f186 [IMP] Improve code for mrp work flow
bzr revid: jap@tinyerp.com-20130502062551-tk4jlx4l61rhhhce
2013-05-02 11:55:51 +05:30
Jagdish Panchal 0d9dfd54e7 [IMP] Improve code in mrp.py for service type product
bzr revid: jap@tinyerp.com-20130501133229-1kt9kp9aunm5np9l
2013-05-01 19:02:29 +05:30
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Rifakat 0b7f30af8b [FIX] mrp: allow only those bills which are active and not expired(belongs to specific period) in manufacturing
lp bug: https://launchpad.net/bugs/1049415 fixed

bzr revid: rha@tinyerp.com-20130415093513-wq98pv62sywys134
2013-04-15 15:05:13 +05:30
Thibault Delavallée 9809dd5a43 [MERGE] Task 'OpenChatter: functional usability 1'
Creation log: Document created -> <model_name> created
Add some missing notifications in sale order and purchase order

bzr revid: tde@openerp.com-20130305111450-lb59pi9rpzuhhgve
2013-03-05 12:14:50 +01:00
Thibault Delavallée 26b9387b4e [CLEAN] mrp: cleaned code about progress.
bzr revid: tde@openerp.com-20130305095533-0rf3mjmflif0iemj
2013-03-05 10:55:33 +01:00
Thibault Delavallée 336ad7d37f [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20130305082659-lbtrmek08p078upz
2013-03-05 09:26:59 +01:00
Bhumi Thakkar (Open ERP) 69fcf7bb62 [IMP] Remove bold and capital in first letter.
bzr revid: bth@tinyerp.com-20130220054249-4n3zpwvo767u6h4l
2013-02-20 11:12:49 +05:30
Bhumi Thakkar (Open ERP) ad6d133d3c [MERGE] Merge lp:openobeject-addons.
bzr revid: bth@tinyerp.com-20130215122526-einsh4wazw2e1lxs
2013-02-15 17:55:26 +05:30
Bhumi Thakkar (Open ERP) f8bb832cf2 [IMP] Message on mrp whene mrp produced.
bzr revid: bth@tinyerp.com-20130207054657-ltexmynup6t3favv
2013-02-07 11:16:57 +05:30
Tejas Tank 19685c35a5 [FIX] code corrected.
bzr revid: tta@openerp.com-20130201090621-sym8rxhgofk6wg9p
2013-02-01 14:36:21 +05:30
Tejas Tank 401b039e80 [IMP] mrp: use the new signal_xxx method instead of trg_validate.
bzr revid: tta@openerp.com-20130131121915-gahj7t5ob6s2y0q8
2013-01-31 17:49:15 +05:30
Christophe Matthieu 71e815693c [IMP] mrp,project: task in the view gantt use percent ratio
bzr revid: chm@openerp.com-20130130160011-2v1ym0ach0iuw0eg
2013-01-30 17:00:11 +01:00
Thibault Delavallée e3c31cab9e [IMP] track_visibility atribute: moved onto explicit strings.
bzr revid: tde@openerp.com-20121220114730-nip8qaaajr5mqw6s
2012-12-20 12:47:30 +01:00
Thibault Delavallée cd290565a4 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121219093924-5rqmhb6ve7bv7qzl
2012-12-19 10:39:24 +01:00
Olivier Dony 03b6acd13d [MERGE] Access inherited product fields on the product directly rather than template, courtesy of Alexis de Lattre (Akretion)
It makes the code a little more straightforward and does not hurt.

bzr revid: odo@openerp.com-20121218225015-6r9ydxjlh147m3z1
2012-12-18 23:50:15 +01:00
Fabien Pinckaers 41f7f27881 [IMP] several subtype fixes
bzr revid: fp@tinyerp.com-20121218220617-d6ebdlkf1facw4x8
2012-12-18 23:06:17 +01:00
Thibault Delavallée 8e0c7f9781 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121218181852-j9qg1po5y4yw67ko
2012-12-18 19:18:52 +01:00
Olivier Dony fc0c2942ba [MERGE] Another batch of bugfixes from 6.1
bzr revid: odo@openerp.com-20121218175547-7c1uxq4ypbi314gx
2012-12-18 18:55:47 +01:00
Thibault Delavallée 67905b2dda [REF] Mrp_operation: added track on production_id of mpr.production.workcenter.line, removed extra chatter messages.
bzr revid: tde@openerp.com-20121218171146-zudtlz4f263zbzbd
2012-12-18 18:11:46 +01:00
Thibault Delavallée 453303b22c [FIX] MRP: fixed wrong method deleted in last commit.
bzr revid: tde@openerp.com-20121218162748-czspheb2oi0udqgn
2012-12-18 17:27:48 +01:00
Thibault Delavallée 32a8d0e58f [REF] MRP: removed most of message_post methods, replaced by a tracked state field.
bzr revid: tde@openerp.com-20121218155622-jn7q5z1ffxsap4nn
2012-12-18 16:56:22 +01:00
Olivier Dony b67f73c327 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121218025230-zig415ldtmazgbxt
2012-12-18 03:52:30 +01:00
Olivier Dony 84d7987f33 [MERGE] Bugfixes from 6.1 until revision 6900
rev.6900 = xal@openerp.com-20120720134532-t07xr3lp8ouhn2dv

bzr revid: odo@openerp.com-20121218021123-9ligpn7bkr9zo4n7
2012-12-18 03:11:23 +01:00
Cecile Tonglet a3939acfa5 [FIX] replace from/import decimal_precision by from/import openerp.addons.decimal_precision
bzr revid: cto@openerp.com-20121217152303-8e3b1x30rlw9cb0d
2012-12-17 16:23:03 +01:00
Cecile Tonglet 15fe515601 [MERGE] From trunk
bzr revid: cto@openerp.com-20121217144306-tkodwpox30cuvb28
2012-12-17 15:43:06 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Paramjit Singh Sahota b4718f0d63 [IMP] Changed the label Production Order to Manufacturing Order.
bzr revid: psa@tinyerp.com-20121129083532-3dxabfq05x8a1jln
2012-11-29 14:05:32 +05:30
Turkesh Patel (Open ERP) 710a1b447f [IMP] mrp: change status name to Awaiting Raw Materials from waiting goods.
bzr revid: tpa@tinyerp.com-20121109065115-yv943wosxg89byxi
2012-11-09 12:21:15 +05:30
Cedric Snauwaert c3aaf6439e [MERGE]merge with latest addons_trunk
bzr revid: csn@openerp.com-20121105123913-cvrvkmgeoqtija71
2012-11-05 13:39:13 +01:00
Fabien Pinckaers f48a3a681b [FIX] +others merge
bzr revid: fp@tinyerp.com-20121102095359-r3jsyyhr29w3xkzv
2012-11-02 10:53:59 +01:00
Fabien Pinckaers 533ba71c5f [FIX] repir
bzr revid: fp@tinyerp.com-20121102090736-2d27xtxv05rav09u
2012-11-02 10:07:36 +01:00
Fabien Pinckaers 7d68e7d6a9 [MERGE] bom removed name field
bzr revid: fp@tinyerp.com-20121102084453-olkflm1a7mju0jji
2012-11-02 09:44:53 +01:00
ajay javiya (OpenERP) 1ba3225b94 [IMP]: Improve remaining changes to refector from mrpsubproduct to mrpbyproduct
bzr revid: aja@tinyerp.com-20121031070517-oql0a2ax490xr8ip
2012-10-31 12:35:17 +05:30
Mayur Maheshwari (OpenERP) b31df93d2b [IMP]mrp : improve code
bzr revid: mma@tinyerp.com-20121029070717-84dp16ivxzuk3b4j
2012-10-29 12:37:17 +05:30
Mayur Maheshwari (OpenERP) 5cd70ef9e8 [IMP]mrp : improve little bit code
bzr revid: mma@tinyerp.com-20121029062442-imihipixq7g7llcb
2012-10-29 11:54:42 +05:30
Ajay Chauhan (OpenERP) b75dc1a733 [MERGE] merge with main addons
bzr revid: cha@tinyerp.com-20121025102229-7bbzxygkwvcd969l
2012-10-25 15:52:29 +05:30
Mayur Maheshwari (OpenERP) 8515164a97 [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20121025101811-t70it53o5ia7u41s
2012-10-25 15:48:11 +05:30
Amit Patel 3e4e8006de [MERGE]:trunk
bzr revid: apa@tinyerp.com-20121025070133-x6g4can9le7p4d5z
2012-10-25 12:31:33 +05:30
Foram Katharotiya (OpenERP) aa7856b025 [IMP] remove date_planned_end function Field in mrp_production
bzr revid: fka@tinyerp.com-20121019105210-fx477sy9ht4mlic1
2012-10-19 16:22:10 +05:30
Foram Katharotiya (OpenERP) b24eb49293 [IMP] remove date_planned_date function Field in mrp_production
bzr revid: fka@tinyerp.com-20121019102702-gcskff4ae16jrzqp
2012-10-19 15:57:02 +05:30
Mayur Maheshwari (OpenERP) 4f51b5074f [IMP]mrp : improve name serch code
bzr revid: mma@tinyerp.com-20121017121804-fqperqam3p2sg9bs
2012-10-17 17:48:04 +05:30
Mayur Maheshwari (OpenERP) 34e660c8e7 [IMP]mrp : improve litle bit code
bzr revid: mma@tinyerp.com-20121017095202-eg3pedyqgjk0x22i
2012-10-17 15:22:02 +05:30
Mayur Maheshwari (OpenERP) 71f65114cd [IMP]mrp : added a name_search method in mrp.bom object for serch via code and product name
bzr revid: mma@tinyerp.com-20121017090536-6mejdgejv8dtmqeh
2012-10-17 14:35:36 +05:30
Ajay Chauhan (OpenERP) 9b977bc530 [IMP] mrp: added defaults for user_id for 'Manufactoring Order'
bzr revid: cha@tinyerp.com-20121017060050-qovhujv4ysnhf04a
2012-10-17 11:30:50 +05:30
Mayur Maheshwari (OpenERP) f78e5b1b1b [IMP]mrp : improve string and remove name field from mrp.bom object
bzr revid: mma@tinyerp.com-20121016123741-g042zhrmmyfqb0sa
2012-10-16 18:07:41 +05:30
Mayur Maheshwari (OpenERP) 8346293d72 [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20121015090200-irfaskfn9i1p68j9
bzr revid: mma@tinyerp.com-20121016052513-vl56jxtp7xbpa2ry
2012-10-16 10:55:13 +05:30