Commit Graph

1778 Commits

Author SHA1 Message Date
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
Rucha (Open ERP) 2fdecf4717 [MERGE]: Merge with latest trunk
bzr revid: rpa@tinyerp.com-20111102052827-0bctjrhb4amyg6pl
2011-11-02 10:58:27 +05:30
Rucha (Open ERP) 9fe0f6fa83 [FIX]: mrp: Fixed wrong reference of product in BOM component
bzr revid: rpa@tinyerp.com-20111021090904-70ear301tnutxcj9
2011-10-21 14:39:04 +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
Raphael Collet dbfb6f5c7a [MERGE] lp:834024
bzr revid: rco@openerp.com-20111019093832-38gfvdkwu2jyrycl
2011-10-19 11:38:32 +02:00
Launchpad Translations on behalf of openerp e3ffcd94d6 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111019044609-vzsrc1a6nn17ahbo
bzr revid: launchpad_translations_on_behalf_of_openerp-20111019055343-7s4rmkn8lpxvyt4n
bzr revid: launchpad_translations_on_behalf_of_openerp-20111019060521-3smagczfoys4j5wl
2011-10-19 06:05:21 +00:00
Rucha (Open ERP) 21e069e171 [IMP]: mrp: Improvement in demo of KIT0 (keyboard and mouse):
* Before there were 2 normal BOM components for KIT0 used in PC0 and PC1 having BOM lines of mouse and keyboard as subcomponents
 * Now changed that 2 normal BOMs to phantom BOMs without subcomponents and created one common normal BOM of KIT0 in order to use concept of phantom BOMs easily

bzr revid: rpa@tinyerp.com-20111019052440-ev9csw84d51lpf2j
2011-10-19 10:54:40 +05:30
Quentin (OpenERP) 25da84d35f [MERGE] lp: 747056 (removal of do_change_standard_price in mrp/product.py, as we don't want the system to automatically impact the price of product based of change of raw material cost (see https://bugs.launchpad.net/openobject-addons/+bug/702288/comments/21 for further details) + also removed mrp_change_standard_price wizard which was meaningless now)
bzr revid: qdp-launchpad@openerp.com-20111018132202-19f7uaw4zij9jq9w
2011-10-18 15:22:02 +02:00
Rucha (Open ERP) 6069ecabe0 [FIX]: mrp: for the BOM of [PC0] Complete PC With Peripherals there was 2 boms PC1 and KIT0, but as PC1 was having KIT0 as its component it did not suit there. PC2 is right option as its having components other than KIT0
bzr revid: rpa@tinyerp.com-20111018112205-vfmy2rmvs6z7nn37
2011-10-18 16:52:05 +05:30
Rucha (Open ERP) fba0c10d36 [FIX]: mrp: Fixed wrong reference in demo of BOM for "RAM on demand"
bzr revid: rpa@tinyerp.com-20111018111657-ecgqrj6xd5lm5g5d
2011-10-18 16:46:57 +05:30
Rucha (Open ERP) 83839920a2 [IMP]: mrp: Added test to unlink production order
bzr revid: rpa@tinyerp.com-20111018110248-zq2kcsd08r7uvl9s
2011-10-18 16:32:48 +05:30
Rucha (Open ERP) d5ac2944fd [IMP, REM]: mrp: Improvement in test cases of cancel production order:
* Removed creation of data in yml and taken reference of existing demo for ease

bzr revid: rpa@tinyerp.com-20111017124236-wtapn1nmblxb02dw
2011-10-17 18:12:36 +05:30
Rucha (Open ERP) 9537b9420d [IMP]: mrp: minor improvement in test statement of yml
bzr revid: rpa@tinyerp.com-20111017120035-a6m3oqnszdeux0tf
2011-10-17 17:30:35 +05:30
Rucha (Open ERP) cc6382e442 [REM, REF]: mrp: Commented dead code in product.py
bzr revid: rpa@tinyerp.com-20111014112755-mzsh5hdr7msv0zc5
2011-10-14 16:57:55 +05:30
Rucha (Open ERP) b6037ec0a5 [MERGE]: mrp: Merge with improvement of removing function to change product price by aag
bzr revid: rpa@tinyerp.com-20111014111350-9xs3o9b8sf16i3h7
2011-10-14 16:43:50 +05:30
Rucha (Open ERP) d05789a53c [ADD]: mrp: Added new production order in demo data
bzr revid: rpa@tinyerp.com-20111014105423-jk9plj6cghgkmdj3
2011-10-14 16:24:23 +05:30
Rucha (Open ERP) 45b4dab1e6 [REM]: mrp: Removed some yml files which were having lots of code to create record rather than to test the real flow
bzr revid: rpa@tinyerp.com-20111014105259-87ggqqoj3mmm0glp
2011-10-14 16:22:59 +05:30
Rucha (Open ERP) d76aba76cf [IMP, REM]: mrp: Improvement in test cases of mrp_packs.yml:
* Removed creation of data in yml and taken reference of existing demo for ease

bzr revid: rpa@tinyerp.com-20111013114445-iuy711bmmuzlr780
2011-10-13 17:14:45 +05:30
Rucha (Open ERP) ab9a47b96e [IMP]: mrp: Commented some yml files that are not properly formed to fulfill functionalities needed
bzr revid: rpa@tinyerp.com-20111013114017-qsm5qlvn9m2od2vb
2011-10-13 17:10:17 +05:30
Rucha (Open ERP) 22813d4b41 [IMP]: mrp: Improvement in yml test cases for proper business flow, completed mrp_production_order.yml
bzr revid: rpa@tinyerp.com-20111012065912-eay72cxudeazpfjg
2011-10-12 12:29:12 +05:30
Rucha (Open ERP) c8ac636b4c [FIX]: mrp: typo
bzr revid: rpa@tinyerp.com-20111011113208-jybutitnssxqu20l
2011-10-11 17:02:08 +05:30
Rucha (Open ERP) 0e21615141 [IMP]: mrp: Improvement in yml test cases to reflact proper business flow [WORK IN PROGRESS]
bzr revid: rpa@tinyerp.com-20111011111912-dc8b8rwymxcf9l24
2011-10-11 16:49:12 +05:30
Quentin (OpenERP) db0ad2c552 [MERGE] merged the branch with test coverage improvements of mrp modules
bzr revid: qdp-launchpad@openerp.com-20111010110858-487iie6kuoidgjvu
2011-10-10 13:08:58 +02:00
Stephane Wirtel 012164a0ab [MERGE]
bzr revid: stw@openerp.com-20111003120940-e0i7cgvcxvnxxgf1
2011-10-03 14:09:40 +02:00
Fabien Pinckaers 4c7e390891 [FIX] delivery methods
bzr revid: fp@tinyerp.com-20111001222809-kv3za5932qfajrv0
2011-10-02 00:28:09 +02:00
Stephane Wirtel bfc823812d [MERGE] Rename the categories (__openerp__.py) of the modules
bzr revid: stw@openerp.com-20110929121512-bl21yfzmdieeq9si
2011-09-29 14:15:12 +02:00
Atik Agewan (OpenERP) 10b3510839 [MERGE]: Merge with lp:openobject-addons
bzr revid: aag@tinyerp.com-20110929051113-fvjv99fvlnl2w7qp
2011-09-29 10:41:13 +05:30
Olivier Dony 8b7800750c [MERGE] Fixes related to server removal of osv_memory
bzr revid: odo@openerp.com-20110927213803-rj2hujpigijhvvpl
2011-09-27 23:38:03 +02:00
Olivier Dony 1d3ff0e52f [MERGE] sync with latest trunk
bzr revid: odo@openerp.com-20110927165219-ux50zxkszwpcfssd
2011-09-27 18:52:19 +02:00
Fabien Pinckaers f12955d06b merge: product cost structure use pricelists
lp bug: https://launchpad.net/bugs/814124 fixed

bzr revid: fp@tinyerp.com-20110927163820-4xs27b2gcqtipw0b
2011-09-27 18:38:20 +02:00
Atik Agewan (OpenERP) adb776031f [MERGE]: Merge with lp:openobject-addons
bzr revid: aag@tinyerp.com-20110927131735-z1tqickcwxu6q40k
2011-09-27 18:47:35 +05:30
Kirti Savalia (OpenERP) 02bddc336b [IMP]: onchange on product in bom
bzr revid: ksa@tinyerp.com-20110927094724-jec0yn3osjjb00ef
2011-09-27 15:17:24 +05:30
Rucha (Open ERP) 2391006300 [FIX]: mrp: Fixed flow of production process in yml
bzr revid: rpa@tinyerp.com-20110927091208-sh8y3ye42thdwgc4
2011-09-27 14:42:08 +05:30
Rucha (Open ERP) 3c0b78b90e [FIX]: mrp: Fixed yml for change production qty wizard, added new step to check if qty has been changed successfully or not
bzr revid: rpa@tinyerp.com-20110927055444-0tz2t25v49ou0exf
2011-09-27 11:24:44 +05:30
Launchpad Translations on behalf of openerp 6f7fea4b22 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110927044752-uiboscqhxxr0qmit
2011-09-27 04:47:52 +00:00
Stephane Wirtel 57911141bc [IMP] Move all installers into base_setup
bzr revid: stw@openerp.com-20110926164323-ob28bw1zgfmaih9c
2011-09-26 18:43:23 +02:00
Kirti Savalia (OpenERP) ad46817291 [IMP]:yml for mrp operation
bzr revid: ksa@tinyerp.com-20110926095633-k4xbr9yextxcf4i8
2011-09-26 15:26:33 +05:30
Kirti Savalia (OpenERP) aa487a5cbe [IMP]:yml for mrp repair
bzr revid: ksa@tinyerp.com-20110926090302-x7tb3irvh7cfd9zh
2011-09-26 14:33:02 +05:30
Kirti Savalia (OpenERP) 4f0a3083b1 [IMP]:set in proper flow for mrp
bzr revid: ksa@tinyerp.com-20110926045955-wrqewcb1047fi9lf
2011-09-26 10:29:55 +05:30
Olivier Dony e45e0b75d8 [IMP] stock: cleanup stock.partial.{picking,move} wizards and fix dependencies and tests
bzr revid: odo@openerp.com-20110926003612-0wa6sghmlwbezwzk
2011-09-26 02:36:12 +02:00
Fabien Pinckaers a1fbc44387 fix
bzr revid: fp@tinyerp.com-20110924150944-7v00udju3cbi9m0c
2011-09-24 17:09:44 +02:00
Antony Lesuisse 26a58b22f2 [MERGE] config rework ir.action.todo stw
bzr revid: al@openerp.com-20110924142047-rdo7gwoluoydbfz4
2011-09-24 16:20:47 +02:00
Fabien Pinckaers 9d4aa6aa1c merge
bzr revid: fp@tinyerp.com-20110924133601-9jqvdj1auow3glg8
2011-09-24 15:36:01 +02:00
Fabien Pinckaers b1e8ce4648 [IMP] removing unuseaful and wrong report
bzr revid: fp@tinyerp.com-20110924114806-0mhlmckigrfnf88c
2011-09-24 13:48:06 +02:00
Fabien Pinckaers c3a79fbc36 merge
bzr revid: fp@tinyerp.com-20110924091037-kpy965dboeutk5y4
2011-09-24 11:10:37 +02:00
Olivier Dony 51e1259dce [MERGE] sync w/ latest trunk
bzr revid: odo@openerp.com-20110924020551-bv6rw8hj8p5din4n
2011-09-24 04:05:51 +02:00
Olivier Dony 253eaa462d [FIX] fix useless and invalid casts in domain fields
The ORM will automatically append 00:00:00 to a date
literal that is being compared with a timestamp field
with operators '>' or '>=', and 23:59:59 if compared
with operators '<' or '<='.
So a trivial domain for 'Today' is:
[('tstamp_field','>=',current_date),('tstamp_field','<=',current_date)]
taking advantage of the current_date helper that
is defined as the current date in YYYY-MM-DD format.

bzr revid: odo@openerp.com-20110924005547-pvgblte6r14so7mw
2011-09-24 02:55:47 +02:00
Antony Lesuisse ccc56996dd [MERGE] trunk-search_views or instead of and in groups
bzr revid: al@openerp.com-20110923172247-pj5ii3pxisiyco6k
2011-09-23 19:22:47 +02:00
Stephane Wirtel 556323758f [FIX] Set the right categories and fix some bugs
bzr revid: stw@openerp.com-20110923133056-g4om6km431n83m07
2011-09-23 15:30:56 +02:00