Commit Graph

37 Commits

Author SHA1 Message Date
Stephane Wirtel e123082d88 [IMP] Add missing configuration wizards
bzr revid: stw@openerp.com-20110922131300-uudx3uwhkyaj3ry0
2011-09-22 15:13:00 +02:00
Rucha (Open ERP) 33a03774b2 [MERGE]: Merged with latest trunk-addons as there are many changes regarding config wizards
bzr revid: rpa@tinyerp.com-20110805060610-dg2vy1e62qxoycjo
2011-08-05 11:36:10 +05:30
Xavier Morel 09cf4d40d0 [FIX] convert ir.actions.todo fields to match model definition changes
* type = special => type = automatic
* type = recurring | normal => type = normal
* default type special => normal
* state = hidden => state = done

bzr revid: xmo@openerp.com-20110729140324-0nxus4p8ufj46z9y
2011-07-29 16:03:24 +02:00
Xavier Morel cc13113641 [REF] reformat xml files before applying automated search&replace on them
bzr revid: xmo@openerp.com-20110729134810-oiqptqs2omvo7o7c
2011-07-29 15:48:10 +02:00
Mayur Maheshwari (OpenERP) 0a1054f6c0 [IMP]product:Improvement is done
bzr revid: mma@tinyerp.com-20110727113634-awvvlblz2xbbfw1d
2011-07-27 17:06:34 +05:30
Xavier Morel a5fdb75ad6 [FIX] ir.actions.todo are now unskippable
bzr revid: xmo@openerp.com-20110714103725-6r6j35qegobhvx5u
2011-07-14 12:37:25 +02:00
Quentin (OpenERP) 092ed01347 [MERGE] merged rpa's branch with few small usablity improvements
bzr revid: qdp-launchpad@openerp.com-20110608090417-9bormjn5oa4b41j8
2011-06-08 11:04:17 +02:00
Rucha (Open ERP) d2da9b15b2 [IMP]: Replaces two spaces by one in the help message
* Improved action String

bzr revid: rpa@tinyerp.com-20110607115553-cgd6bbrfig0yuirg
2011-06-07 17:25:53 +05:30
aag (OpenERP) fce9cca202 [IMP]Product:Create some products in Sales Management-5 categ
bzr revid: aag@tinyerp.co.in-20110603092744-k3fszqsjwty11ihh
2011-06-03 14:57:44 +05:30
aag (OpenERP) 6b5673fff0 [ADD]Product:Create some products add to Product - 1 seq category
bzr revid: aag@tinyerp.co.in-20110602124518-unw7xa9pbhgd70f4
2011-06-02 18:15:18 +05:30
aag (OpenERP) 3da3d56706 [IMP]Product : add menu tip to create some products
bzr revid: aag@tinyerp.co.in-20110519072745-1i36vco3dxfudjtl
2011-05-19 12:57:45 +05:30
Rucha (Open ERP) 1d5fa6ca4c [IMP]: *: Reviewed config wizards of all modules and changed type + state in order to follow the behaviour described below:
* After a fresh installation of a DB if we dont select and application to install nothing will come
* If I select HR module first time, this module will be installed and all special wizards of this module should be appeared
* If I select HR module(its installed) again from application list, all special wizards of this module should be set as todo in order to display when clicking next
* For any other wizards we have to go to list of config wizards and run them manually (for web client these are supposed to be there in config panel)

bzr revid: rpa@tinyerp.com-20110427133518-52mawayc3rgoyx9h
2011-04-27 19:05:18 +05:30
aag (OpenERP) 2863faf745 [IMP]Product:Change Sequence of Create some products to 20
bzr revid: aag@tinyerp.co.in-20110413052113-28tqomlf2n3ib9lp
2011-04-13 10:51:13 +05:30
aag (OpenERP) 76fbf0c0c4 [IMP]Product:Type:normal_recurring Create some products confg wiz
bzr revid: aag@tinyerp.co.in-20110412053128-u0y0bvu1kugt1zvw
2011-04-12 11:01:28 +05:30
aag (OpenERP) 767f6571dc [IMP]ADDONS:Change Field Restart To Type
bzr revid: aag@tinyerp.co.in-20110408122811-dm029nwtkmjzcgdj
2011-04-08 17:58:11 +05:30
aag (OpenERP) ad21115835 [IMP]Product:Optimize Code of Wiz
bzr revid: aag@tinyerp.co.in-20110407055147-knj8p33livb9dg23
2011-04-07 11:21:47 +05:30
aag (OpenERP) 55968077fc [IMP]product:skip Create some products confg wiz
bzr revid: aag@tinyerp.co.in-20110405084415-ua061g9jh8tp7azu
2011-04-05 14:14:15 +05:30
aag (OpenERP) eec8920438 [IMP]product:Create some products confg wiz -modify
bzr revid: aag@tinyerp.co.in-20110404133300-gf3ge382gpg1iwpf
2011-04-04 19:03:00 +05:30
aag (OpenERP) 0e8b7de8a9 [IMP]product:ADD Create some products confg wiz
bzr revid: aag@tinyerp.co.in-20110404105250-bn3mw3w7hivp6v2x
2011-04-04 16:22:50 +05:30
ron@tinyerp.com de02305285 [REF]account,hr_timesheet,product,point_of_sale,project:isinstance remove
bzr revid: ron@tinyerp.com-20110301124841-5fc80dgsnwm76590
2011-03-01 18:18:41 +05:30
Olivier Dony 3f96ef97a7 [WIP] all: (work in progress) changing wizards to avoid using read() or at least take proper care of m2o fields
This is in preparation of the fix for m2o.get() on osv_memory objects, to make
it consistent with the regular read on osv objects. Previously on osv_memory
objects it was only returned the id, instead of the pair (id, name) as is appropriate
to avoid an additional name_get RPC call after each read.
Unfortunately many wizards were using direct read() instead of browse() and
relying on the fact that the returned dict contained a bare id value for
many2one fields.

bzr revid: odo@openerp.com-20110201210839-hwmk60ygksm805c4
2011-02-01 22:08:39 +01:00
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 8035df3e11 [IMP]: Added context=None in function argument for rest modules.
bzr revid: uco@tinyerp.com-20101122103753-idv9fdaqc28rvugu
2010-11-22 16:07:53 +05:30
vra b64fe585fb [IMP][REM] product: removed unused code from product price list report wizard with some report improvement.
bzr revid: vra@tinyerp.com-20100922070043-zbuhej0ik8dwc0o2
2010-09-22 12:30:43 +05:30
Harry (OpenERP) c2ebaacf42 [MERGE]
bzr revid: hmo@tinyerp.com-20100906094729-hjf8priae6x1axie
2010-09-06 15:17:29 +05:30
apa-tiny 2e6106e80d [IMP]:sale,product,account:improved reports.
bzr revid: apa@tinyerp.com-20100901103632-8cfhq392e0r1ojhp
2010-09-01 16:06:32 +05:30
Harry (OpenERP) e70989905f [IMP] product: Price list report
bzr revid: hmo@tinyerp.com-20100723141946-2ntcii3ujjhohu7c
2010-07-23 19:49:46 +05:30
rga d11e854163 usability improvement for crm, product, sale
bzr revid: rga@rga-desktop-20100525103859-a6hnc19h4m2rzfeq
2010-05-25 16:08:59 +05:30
sbh (Open ERP) 3c0443a9d3 [IMP] product:convert the price_list wizard into osv_memory wizard
bzr revid: sbh@tinyerp.com-20100415092722-snzdrw61zoolk367
2010-04-15 14:57:22 +05:30
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
PSO(OpenERP) eb0b928cc0 Changed licencing terms
bzr revid: hda@tinyerp.com-20091014111534-1vtk21rz8byhszzf
2009-10-14 16:45:34 +05:30
ChristopheChauvet(syleam) 41e8ed59ef changed encoding to coding in all py files
lp bug: https://launchpad.net/bugs/357182 fixed

bzr revid: hda@tinyerp.com-20091013055837-3ntnbe8b938xmk97
2009-10-13 11:28:37 +05:30
Stephane Wirtel 21f104a506 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221250-55q32ayj2t8kzb2k
2009-01-04 23:12:50 +01:00
Christophe Simonis f5fad0ba30 passing modules in GPL-3
bzr revid: christophe@tinyerp.com-20081103191856-jhcivvwb16fvz2os
2008-11-03 20:18:56 +01:00
Sofia a268fad012 The following modules are merged::
addons-extra/product_procurement -> mrp module
addons-extra/inventory_merge -> stock
addons-extra/product_pricelist_print -> product
addons-extra/invoice_payment -> account

bzr revid: sahibsofia@gmail.com-20080916114513-7an9yz59hucjmjk8
2008-09-16 17:15:13 +05:30
ced 72b58c10d5 Remove wizard check ean
Use the already defined constraint

bzr revid: ced-80a19c62e9d12c9bc915705791b509a0fcd41f28
2007-10-17 13:48:44 +00:00
pinky a83dce15e0 New trunk
bzr revid: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
2006-12-07 13:41:40 +00:00