Commit Graph

148 Commits

Author SHA1 Message Date
Twinkle Christian (OpenERP) b25e73a680 [IMP]Adding summary
bzr revid: tch@tinyerp.com-20120717060547-6owny0ouxrc1hxlu
2012-07-17 11:35:47 +05:30
Purnendu Singh (OpenERP) 2e2f7188d3 [MERGE, IMP] improve and merge cha branch to update desc formatting
bzr revid: psi@tinyerp.com-20120716094548-xx1ip3eljal3ffvl
2012-07-16 15:15:48 +05:30
Ajay Chauhan (OpenERP) 3a49884f6f [IMP] : improve description for modules
bzr revid: cha@tinyerp.com-20120702055949-cr9i6q2yrhhosuzr
2012-07-02 11:29:49 +05:30
Fabien Pinckaers 5a78049c7a [merge] removed complexity and update applications
bzr revid: fp@tinyerp.com-20120523063913-kn324m7u80o5dgol
2012-05-23 08:39:13 +02:00
Mayur Maheshwari (OpenERP) ea859f54c8 [IMP]all: remove a complexity in openerp and move asset management and Payroll in extra modules
bzr revid: mma@tinyerp.com-20120518052605-e6sdmicwtb4kcoq0
2012-05-18 10:56:05 +05:30
DBR (OpenERP) 96b2363606 [Merge]with: lp:openobject-addons
bzr revid: dbr@tinyerp.com-20120430051038-3j08y526ud5rj5y0
2012-04-30 10:40:38 +05:30
Raphael Collet 33deda8f83 [MERGE] from trunk
bzr revid: rco@openerp.com-20120427131241-6gf7x3lzhux5qnnh
2012-04-27 15:12:41 +02:00
DBR (OpenERP) d9c305ef06 [ADD,IMP] sale,crm:
added:
  sale/res_partner.py
  sale/res_partner_view.xml
modified:
  crm/res_partner.py
  crm/res_partner_view.xml
  sale/__init__.py
  sale/__openerp__.py
  stock/product.py
  stock/product_view.xml
  stock/static/src/css/stock.css
For set links off quatations,opportunity and meeting

bzr revid: dbr@tinyerp.com-20120426103133-l0uc091e9r7mbu9b
2012-04-26 16:01:33 +05:30
Raphael Collet c8b01db477 [IMP] sale: add 'account_voucher' in dependencies (it is functionally needed)
bzr revid: rco@openerp.com-20120402092746-zzc4l1cxuwp2ijsu
2012-04-02 11:27:46 +02:00
Raphael Collet effbaddd37 [IMP] sale: remove unnecessary dependency
bzr revid: rco@openerp.com-20120321151738-3uvujex7x0yjoxjk
2012-03-21 16:17:38 +01:00
Ujjvala Collins (OpenERP) de835f766d [IMP]: Improved all modules to change according to new changes on server. Added res.config.settings object for all configurations.
bzr revid: uco@tinyerp.com-20120307054440-uu1nrjhqbanj0sjb
2012-03-07 11:14:40 +05:30
Sanjay Gohel (Open ERP) 9d3411ee54 [IMP]remove comments unused code
bzr revid: sgo@tinyerp.com-20120306063302-thlryjejp9idkjq3
2012-03-06 12:03:02 +05:30
Sanjay Gohel (Open ERP) c7166b7fdb [FIX]Sale:Simplify the picking and the invoice policy on Sale order edit order policy and set invoice on as per needed
bzr revid: sgo@tinyerp.com-20120302064709-430idkcoq18t6q4x
2012-03-02 12:17:09 +05:30
Ujjvala Collins (OpenERP) adc65d5cfa [IMP]: Improved code: added functionality to the respected modules. Added get and set methods.
bzr revid: uco@tinyerp.com-20120229095021-ogpd1s4nyxa7wdns
2012-02-29 15:20:21 +05:30
Vo Minh Thu ad4b6fcc21 [IMP] manifest: renamed active to auto_install.
bzr revid: vmt@openerp.com-20120130101837-zyebtyhfjypg2b4w
2012-01-30 11:18:37 +01:00
Olivier Dony fdd1d95fc2 [IMP] moved module sequences from module to each module's manifest
bzr revid: odo@openerp.com-20120107041212-boocriorprywgni1
2012-01-07 05:12:12 +01:00
Fabien Pinckaers b3799d61d8 [IMP] useability improvements
bzr revid: fp@tinyerp.com-20120104105911-wdxdeqdz5d1g33w1
2012-01-04 11:59:11 +01:00
Harry (OpenERP) e4029d6055 [MERGE] merged with trunk development branch
bzr revid: hmo@tinyerp.com-20111213072552-f6ddfeeybx8ylie6
2011-12-13 12:55:52 +05:30
Antony Lesuisse 9e66c39943 [FIX] main applications
bzr revid: al@openerp.com-20111212131245-ard8f2lh2zr91721
2011-12-12 14:12:45 +01:00
Harry (OpenERP) 61dde65bbe [MERGE] merged cleanup work on sales from dbr branch:
Summary
=======
account/account_invoice.py
* [FIX] warning: 'type' field is not exits in 'account.move'. so removed stuff to set Type in action_move_create() and pay_and_reconsile() method.

mrp/mrp_workflow.xml and procurement/procurement_workflow.xml
* [FIX] bug: procurement is not closed if supply_method is 'procude' without installation of MRP.

sale/sale.py
* [FIX] warning: 'property_ids' field is not exits anymore.
* [FIX] bug: In creation of move line, If UOS is not specified, UOS qty should be assign with UOM Qty
* [REF] ship_recreate: move stuff to re-create shipment into internal function.

sale/sale_demo.xml
* [IMP] modify demo with values.

[REM] 
* advance_invoice.yml [move this into manual_order_policy.yml]
* so_make_invoice.yml [move this into manual_order_policy.yml]
* so_make_line_invoice.yml [move this into manual_order_policy.yml]
* sale_procurement.yml [move this into picking_order_policy.yml]
* sale_report.yml [move this into picking_order_policy.yml]
* invoice_on_ordered_qty.yml 
* invoice_on_shipped_qty.yml 
[IMP]
* manual_order_policy.yml
* picking_order_policy.yml
* postpaid_order_policy.yml
* prepaid_order_policy.yml
* sale_order_demo.yml

[ADD]
* cancel_order.yml
* delete_order.yml

bzr revid: hmo@tinyerp.com-20111201102823-bf6809i0s938hvue
2011-12-01 15:58:23 +05:30
Harry (OpenERP) 47d741f8ff [REF] sale: YML of order_process split into different file base on invoice policy.
bzr revid: hmo@tinyerp.com-20111201082344-093f9s8e509umeye
2011-12-01 13:53:44 +05:30
Harry (OpenERP) 4976c908c5 [FIX] sale: put comment in test cases where failure occur. it should be remove after resolve it.
bzr revid: hmo@tinyerp.com-20111130064504-5f5bd227ql1bcr3q
2011-11-30 12:15:04 +05:30
Harry (OpenERP) 85e40ff69f [IMP] sale: improve yml to test process of sale
bzr revid: hmo@tinyerp.com-20111129133352-p7taekbdakaketph
2011-11-29 19:03:52 +05:30
Harry (OpenERP) 68e6dab2c1 [FIX] sale: property_ids field is not extis so remove it on creating procurement
bzr revid: hmo@tinyerp.com-20111129093141-uzmnhf4u4a99p80o
2011-11-29 15:01:41 +05:30
DBR (OpenERP) 76aac0fe19 [IMP]sale: Improve the __openerp__.py
bzr revid: dbr@tinyerp.com-20111124051637-mza86luxxg06bdyo
2011-11-24 10:46:37 +05:30
DBR (OpenERP) 672929cd5c [IMP,RM] sale:
Remove get_picking_details.yml
Update __openerp__.py 
put condition in workflow instead of signal
rename function and define doc in sale.py
remove extra import datetime from order_policy.yml
Try to improve the cancel_order.yml

bzr revid: dbr@tinyerp.com-20111123095334-62l8rwqkpq7ofyog
2011-11-23 15:23:34 +05:30
DBR (OpenERP) a8220e67c8 [IMP]sale: Improve the code
bzr revid: dbr@tinyerp.com-20111122130530-474xjpm19fcw3mfs
2011-11-22 18:35:30 +05:30
DBR (OpenERP) f2c1c192ca [MOVE,IMP]sale:
Rename onchange_events.yml in to demo_data.yml
Improve the code for demo_data.yml
Update the __openerp__.py

bzr revid: dbr@tinyerp.com-20111122061235-ab8ut81qysf0mt0d
2011-11-22 11:42:35 +05:30
DBR (OpenERP) 694eb493ca [Merge]with: lp:openobject-addons
bzr revid: dbr@tinyerp.com-20111117064746-mue10buy3i62rio0
2011-11-17 12:17:46 +05:30
Olivier Dony ec9f0d49a8 [MERGE] sync w/ latest trunk
bzr revid: odo@openerp.com-20111116134336-ig6681v2cw6xfb6h
2011-11-16 14:43:36 +01:00
DBR (OpenERP) 6d201c2d5b [IMP]sale: Improve statements and sequence in __openerp__.py file
bzr revid: dbr@tinyerp.com-20111116104341-2zkm4rs49rnotkbr
2011-11-16 16:13:41 +05:30
DBR (OpenERP) 35e53a8495 [MOVE,IMP]sale:
Move scheduler file in to process folder and Improve some test cases

bzr revid: dbr@tinyerp.com-20111116064843-iubv9la5kufttuuo
2011-11-16 12:18:43 +05:30
DBR (OpenERP) a640e1f836 [IMP] sale: Improve code for picking execption
bzr revid: dbr@tinyerp.com-20111114130219-27pc49a7yki1z9gu
2011-11-14 18:32:19 +05:30
DBR (OpenERP) b19edf4564 [IMP]sale: Remove the print statements
bzr revid: dbr@tinyerp.com-20111114085641-2l7unifwm4hbnftl
2011-11-14 14:26:41 +05:30
Fabien Pinckaers b53b2e318f fix
bzr revid: fp@tinyerp.com-20111109152535-30l9s0xu8ohws3bm
2011-11-09 16:25:35 +01:00
Fabien Pinckaers 715f1e92a7 [IMP] dashboards for sale, crm, sale_crm cleaned
bzr revid: fp@tinyerp.com-20111109144027-kbc9qei8y4ci2ohh
2011-11-09 15:40:27 +01:00
DBR (OpenERP) 25a47e0386 [MOVE,IMP] sale:
Move picking_order_policy.yml in to process/get_picking_details.yml
improve it's test cases

bzr revid: dbr@tinyerp.com-20111109103738-9ib6ikpci8zjysav
2011-11-09 16:07:38 +05:30
DBR (OpenERP) 590acd1b69 [MOVE,IMP] sale:
move so_make_invoice.yml in to ui/execute_config.yml 
improve the otere yml test cases

bzr revid: dbr@tinyerp.com-20111109095342-gec7hr8lvsm3au04
2011-11-09 15:23:42 +05:30
DBR (OpenERP) 37094e10e1 [REM,MOVE,IMP] sale:
sale/test/invoice_on_shipped_qty.yml => sale/test/ui/make_advance_invoice.yml
  sale/test/manual_order_policy.yml => sale/test/ui/sale_make_invoice.yml
  sale/test/so_make_invoice.yml => sale/test/ui/sale_line_invoice.yml
remove : make_invoice_advance.yml
add this moved files in __openerp__.py

bzr revid: dbr@tinyerp.com-20111109060802-26ndnb358vfmhv3m
2011-11-09 11:38:02 +05:30
DBR (OpenERP) ebc3652060 [IMP] sale: improve code for invoice
bzr revid: dbr@tinyerp.com-20111108133024-5oqu0pikmcj4b6ko
2011-11-08 19:00:24 +05:30
DBR (OpenERP) 5e5b5c77fc [IMP]sale:Improve code for advance payment wizard
bzr revid: dbr@tinyerp.com-20111104133305-74pg8gt8xof94m9h
2011-11-04 19:03:05 +05:30
DBR (OpenERP) dd0ebafe8a [MOVE,IMP] Sale:
sale/test/invoice_on_ordered_qty.yml => sale/test/process/cancel_order.yml
Improve code for delete_order.yml

bzr revid: dbr@tinyerp.com-20111104102721-00ewxs3vhwfck6ox
2011-11-04 15:57:21 +05:30
DBR (OpenERP) ba2fea7899 [MOVE, IMP] Sale:
[MOVE] sale/test/data_test.yml => sale/test/ui/delete_order.yml
[IMP] delete_order.yml
[IMP] onchange_events.yml
[IMP] __openerp__.py

bzr revid: dbr@tinyerp.com-20111104074308-pn918dm7sux3osdd
2011-11-04 13:13:08 +05:30
DBR (OpenERP) b0d8d2adfe [MOVE,IMP] sale:
[MOVE] sale/test/advance_invoice.yml => sale/test/ui/onchage_events.yml
[IMP] Improve code for onchange_events.yml

bzr revid: dbr@tinyerp.com-20111103132459-iukth5vhwcrqieus
2011-11-03 18:54:59 +05:30
DBR (OpenERP) 75145a7a3d [IMP]sale:
Some changes done in demo data
Improve the test cases

bzr revid: dbr@tinyerp.com-20111103071652-o030pvi7nn2toiwo
2011-11-03 12:46:52 +05:30
DBR (OpenERP) 8d3950433d [ADD,MOVE,IMP]Sale:
[ADD]add new folder process
[MOVE]test/postpaid_order_policy.yml => test/process/postpaid_order_policy.yml
[IMP]Improve the __openerp__.py

bzr revid: dbr@tinyerp.com-20111103050058-p54b9i7bfzui5pqp
2011-11-03 10:30:58 +05:30
Olivier Dony fdc1eae697 [IMP] account,sale,purchase: move all EDI web preview templates in edi module
For technical reasons (web addons dependencies mgt),
it is easier for now to keep all EDI preview templates
in the edi module itself, rather than the individual
business modules.

Note: due to bzr bug, cannot bzr mv the files, had
to hard-move them.

bzr revid: odo@openerp.com-20111013202347-ry89xu8vm0y7mem0
2011-10-13 22:23:47 +02:00
Olivier Dony 3bffe65b2c [MERGE] sync with latest trunk
bzr revid: odo@openerp.com-20111013170327-9rvfdkbgj01hdgxb
2011-10-13 19:03:27 +02:00
Olivier Dony 888a44aa63 [IMP] sale: reviewed/cleanedup edi + auto-email notifications
bzr revid: odo@openerp.com-20111006113213-qm7tb1c39fs4nqep
2011-10-06 13:32:13 +02:00
Olivier Dony 61788499c2 [ADD] sale: moved edi web addon into sale (needs review+refactoring for purchase)
bzr revid: odo@openerp.com-20111005011352-bt8fatjg7x1leyh3
2011-10-05 03:13:52 +02:00
Olivier Dony 49ee09b8ce [REM] sale,purchase: temporarily disable EDI until reviewed
bzr revid: odo@openerp.com-20111005003504-nqo2wm2313dfxvc3
2011-10-05 02:35:04 +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
Stephane Wirtel 1ba826a4ea [REF] Rename the categories
bzr revid: stw@openerp.com-20110928141258-9hfn5rfhboar2e5z
2011-09-28 16:12:58 +02: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
Harry (OpenERP) 4dc536c8ce [IMP] account: improve edi import of invoice to split in different stuff
[IMP] sale: edi import process and correct EDI struct on exort
[IMP] purchase: edi import process and correct EDI struct on export

bzr revid: hmo@tinyerp.com-20110913125923-2gbhgd1vzyd2qrwy
2011-09-13 18:29:23 +05:30
Harry (OpenERP) b7a4dde305 [MERGE]
bzr revid: hmo@tinyerp.com-20110908104815-sm6k1ca1sbbpd0st
2011-09-08 16:18:15 +05:30
Hardik Ansodariy (OpenERP) 491ab86cdb [IMP] improved edi sale order email template
bzr revid: han@tinyerp.com-20110830130951-hh2ese1l5ump7lnm
2011-08-30 18:39:51 +05:30
Hardik Ansodariy (OpenERP) 37263ec7ac [merge] edi sale order with yml
bzr revid: han@tinyerp.com-20110829102127-nkr1muz2e1jsu6xh
2011-08-29 15:51:27 +05:30
Hardik Ansodariy (OpenERP) 333b5aa3e2 [IMP] edi sale order with email template
bzr revid: han@tinyerp.com-20110826130929-q0n8o9gdy8a6ssf0
2011-08-26 18:39:29 +05:30
Hardik Ansodariy (OpenERP) 1f5aa0643f [IMP]: module is defined by its complexity
bzr revid: han@tinyerp.com-20110706122928-xvcpdu5inpkganfy
2011-07-06 17:59:28 +05:30
niv-openerp cf07e58016 [MERGE] Other improvements of descriptions in module manifests.
bzr revid: nicolas.vanhoren@openerp.com-20110318140618-jg2jumv3gyacfb74
2011-03-18 15:06:18 +01:00
vro 437ed909c2 [IMP]: Module descriptions.
bzr revid: vro@tinyerp.com-20110318114737-znh9wtipt84hc5jd
2011-03-18 17:17:37 +05:30
niv-openerp a898038b47 [MERGE] Merged module screenshots and improvements to module descriptions.
bzr revid: nicolas.vanhoren@openerp.com-20110318110816-f8bnmmlfzc9eqyu7
2011-03-18 12:08:16 +01:00
rch-openerp 8080d02b1d [ADD]: Images of sale_crm, sale_journal, sale_layout, sale_margin and sale_mrp modules.
bzr revid: rch@tinyerp.com-20110316092024-oos3hdegrc71bu66
2011-03-16 14:50:24 +05:30
rch-openerp 9e55914f41 [ADD]: Images of sale and sale_analytic_plans modules.
bzr revid: rch@tinyerp.com-20110316083800-yvp8phowods4udlh
2011-03-16 14:08:00 +05:30
Els Van Vossel a69c473f52 [IMP] Changed all module categories, limited number of categories
bzr revid: evv@openerp.com-20110309100505-mwxe08davyzdkfis
2011-03-09 11:05:05 +01:00
Mustufa Rangwala 7b390b3c81 [FIX] Sale_*: Misc improvements (tooltips,strings...etc)
lp bug: https://launchpad.net/bugs/687463 fixed

bzr revid: mra@mra-laptop-20101213060723-3yvidr2b3x9n4q6n
2010-12-13 11:37:23 +05:30
Anup (OpenERP) d3dd802b45 [FIX] sale : YML test for report corrected
bzr revid: ach@tinyerp.com-20100917061318-h7stdwp2mkgr5vqm
2010-09-17 11:43:18 +05:30
JMA (OpenERP) f27fd64c9b [IMP] sale : yml test for report added
bzr revid: jma@tinyerp.com-20100915123715-trcmdqutp9i34tcw
2010-09-15 18:07:15 +05:30
Fabien Pinckaers 2f97ff0188 [IMP] Adding test reports in YML files, to generate sample of reports
bzr revid: fp@tinyerp.com-20100912120859-s0qjlxt1wqx76lbr
2010-09-12 14:08:59 +02:00
Mustufa Rangwala f585e43f15 [IMP] Sale: highest level dependancy on sale
bzr revid: mra@mra-laptop-20100818091104-nhfdtez1ef8ytfoh
2010-08-18 14:41:04 +05:30
Mustufa Rangwala ba350580c1 [IMP] Sale: Remove unused file board_sale_demo.xml and improve code
bzr revid: mra@mra-laptop-20100818090616-4b9tbenwb71nmol1
2010-08-18 14:36:16 +05:30
MTR(OpenERP) 3a87abb72e [IMP] Sale: Code Improved
bzr revid: mra@mra-laptop-20100818062259-8qi7bfpuk9wt7f4z
2010-08-18 11:52:59 +05:30
Harry (OpenERP) c178f70944 [MERGE]
bzr revid: hmo@tinyerp.com-20100817062757-0pyn7a54etz2pk0j
2010-08-17 11:57:57 +05:30
sbh (Open ERP) 0640bf43bd [Fix] sale: Fix the problem of process file
[IMP]procurement: Add the process node

bzr revid: sbh@tinyerp.com-20100816122051-axkxrt1nq4o8aquc
2010-08-16 17:50:51 +05:30
Rvo (Open ERP) 45a8d54f18 [CLEAN]: removed commented code, fixed proper indentation in dictionary and removed extra spaces at few places
bzr revid: rvo@tinyerp.co.in-20100813122005-qj1l1iumkfmocyvk
2010-08-13 17:50:05 +05:30
MTR(OpenERP) 09fa96e9c0 [IMP] Sale: YAML of make invoice
bzr revid: mra@mra-laptop-20100812104836-zxks8ppkao1qcgg0
2010-08-12 16:18:36 +05:30
MTR(Openerp) bb360e189d [MERGE] Sale: Merge sale module yaml changes
bzr revid: mra@mra-laptop-20100729101819-wptko37qm0p9dqw6
2010-07-29 15:48:19 +05:30
uco (Open ERP) 464df17d32 [MERGE]
bzr revid: uco@tinyerp.com-20100729044258-t7l7ociqgcj1ejoy
2010-07-29 10:12:58 +05:30
dbr(Open ERP) c860708a9c [RENAME] Tiny ERP to OpenERP SA in all places
bzr revid: vir@tinyerp.com-20100728114344-u2cm97mk6gnfpp13
2010-07-28 17:13:44 +05:30
mtr 20099f3fd1 [ADD] sale:-added two new yamls for invoice based on shipped qty and ordered qty
bzr revid: mtr@mtr-20100728082102-mqcos80ueufpqjwq
2010-07-28 13:51:02 +05:30
uco (Open ERP) d91e074b52 [REM] profile_manufacturing: Removed module.
[ADD] sale: Added installer files for sales management modules.

bzr revid: uco@tinyerp.com-20100726094715-ky600vwg8ghg0h7u
2010-07-26 15:17:15 +05:30
mtr bc72276f46 [IMP] sale:-added the data_test.yml file and renamed and improved the yaml files for sale module
bzr revid: mtr@mtr-20100723062613-q4vrsjcdsfya1gge
2010-07-23 11:56:13 +05:30
mtr 34e035b083 [IMP] sale:-added and modified the yaml files
bzr revid: mtr@mtr-20100716045808-ytnu14gcf6ix1avn
2010-07-16 10:28:08 +05:30
sbh (Open ERP) 1f6827afe8 [Fix] sale,stock:rename the mrp_procurement to procurement and fix the action name
bzr revid: sbh@tinyerp.com-20100611063306-ibpzsj9mhugjfhuv
2010-06-11 12:03:06 +05:30
Mustufa Rangwala 9134be65e6 [MERGE] Merge with trunk addons
bzr revid: mra@mra-laptop-20100611040706-2ezapnahmnyyq342
2010-06-11 09:37:06 +05:30
sbh (Open ERP) d22735f5ba [ADD]: Add description for All module where dashboards are added
bzr revid: sbh@tinyerp.com-20100609085435-ga581uf4dgg2st9h
2010-06-09 14:24:35 +05:30
sbh (Open ERP) e06795b3f1 Task-919 : Merge the board of sale,purchase,document
bzr revid: sbh@tinyerp.com-20100607110630-3uszeemgepx76cus
2010-06-07 16:36:30 +05:30
uco (OpenERP) 9ce10244bc [IMP] procurment: Task ID-819: mrp_procurement should be renamed in procurement : renamed files
bzr revid: uco@tinyerp.com-20100527054542-0jq7fam3f6ga071f
2010-05-27 11:15:42 +05:30
mso 03dd9bd079 [ADD] sale: yml for make invoice wizards has been added and few modifications in existing ymls
bzr revid: mso@mso-20100521122105-2u3a2zdju1x3uzl7
2010-05-21 17:51:05 +05:30
sbh (Open ERP) 10c9972873 sale:Convert the makeinvoice wizard into osv_memory
bzr revid: sbh@tinyerp.com-20100518102932-e90svv65l5w3sk8a
2010-05-18 15:59:32 +05:30
mso be792718f9 [IMP] sale: Few modification in YML files.
bzr revid: mso@mso-20100517052633-hejlin69a07tfrad
2010-05-17 10:56:33 +05:30
mso 1aab606b16 [Fix] Changes in yml, Need Fixing
bzr revid: mso@mso-20100514142615-72udcsxrfjv6tkkk
2010-05-14 19:56:15 +05:30
mso 7418c2a8f5 [MERGE] branch merged with lp:~openerp-dev/openobject-addons/uco-dev-addons1
bzr revid: mso@mso-20100513124516-avnhwd6ok8tg0asj
2010-05-13 18:15:16 +05:30
uco (OpenERP) 172690e7e9 [ADD] sale: Added yaml test for procurement and sale order flow. Improved state name in mrp production yaml.
bzr revid: uco@tinyerp.com-20100511130540-w2uvd3zl1hum59ei
2010-05-11 18:35:40 +05:30
uco (OpenERP) 3a1c44e7b2 [IMP] mrp,mrp_procurement: Task ID-574: Changed procurement menus again to normal positions.
bzr revid: uco@tinyerp.com-20100505095326-hmtry42zddm2ldgt
2010-05-05 15:23:26 +05:30
uco (OpenERP) 0479ed81bc [ADD] mrp, mrp_procurement: Task ID-574: Remove mrp.procurement from the MRP module. Separated mrp.procurment object into new module mrp_procurement.
bzr revid: uco@tinyerp.co.in-20100429133007-ut53koctlffi8g2a
2010-04-29 19:00:07 +05:30
Fabien Pinckaers 9544b5751a [IMP] renamed __terp__.py into __openerp__.py
bzr revid: fp@tinyerp.com-20100419100752-igk4inlzl6c5g2hk
2010-04-19 12:07:52 +02:00