Commit Graph

72 Commits

Author SHA1 Message Date
Fabien Pinckaers ee566d388c [IMP] merged topbar status widgets
bzr revid: fp@tinyerp.com-20120522085037-oktkq3td2hg9lvzr
2012-05-22 10:50:37 +02:00
Amit Patel (OpenERP) 1aefff9733 [MERGE]:merged from trunk
bzr revid: apa@tinyerp.com-20120517101517-npk57s14kgxlk7in
2012-05-17 15:45:17 +05:30
Raphael Collet bcb9291df3 [MERGE] from trunk
bzr revid: rco@openerp.com-20120514150926-osvdmdyopi6ynn6o
2012-05-14 17:09:26 +02:00
Raphael Collet 5b9ef6ba23 [IMP] procurement: restrict location fields in minimum stock rules to group_locations, and provide default values for them
bzr revid: rco@openerp.com-20120514144041-jawwyhn27gski0dk
2012-05-14 16:40:41 +02:00
Raphael Collet 43ed050319 [MERGE] trunk-product-view-tta (improve product kanban and form view)
bzr revid: rco@openerp.com-20120514083657-55agqnkd58p6oiy5
2012-05-14 10:36:57 +02:00
Mayur Maheshwari (OpenERP) 1de84a98bc [IMP]procurement : Added state and buttons on top bar and sheet tag in inherited view
bzr revid: mma@tinyerp.com-20120504104317-xesuo9wje9eo6zoq
2012-05-04 16:13:17 +05:30
Saurang Suthar (OpenERP) d6ae0f8fc4 [IMP]:improved code for creating minimum stock rule and taking current product in BoM in product form view
bzr revid: ssu@tinyerp.com-20120502113432-1xgak350n58lbwyu
2012-05-02 17:04:32 +05:30
Jagdish Panchal (Open ERP) bc4a407338 [IMP] Remove group group_locations from stock.move object and also apply same group in procurement
bzr revid: jap@tinyerp.com-20120501101012-uuhe0ftwl3w4yl51
2012-05-01 15:40:12 +05:30
Saurang Suthar (OpenERP) a60e41d975 [IMP]:seperator strings are added for BoM and Minimum Stock Rules
bzr revid: ssu@tinyerp.com-20120427121548-pi9af6cg2vmg4ie8
2012-04-27 17:45:48 +05:30
Saurang Suthar (OpenERP) 439ac26da6 [IMP]:resolve error at the time of creating new product by improving product form view for BoM and Minimum Stock Rules
bzr revid: ssu@tinyerp.com-20120427115547-qg0w7z632h3a8e0w
2012-04-27 17:25:47 +05:30
Saurang Suthar (OpenERP) 7f5fdbc8a5 [IMP]:BoM and minimum stock rules are visible directly in the product form without having to click on the relate icon
bzr revid: ssu@tinyerp.com-20120426131113-nhp6432tixh0e278
2012-04-26 18:41:13 +05:30
Dharti Ratani (OpenERP) 76b7573716 [MERGE]merged with latest trunk
bzr revid: dhr@tinyerp.com-20120426052351-oq8ufb0gcijle39q
2012-04-26 10:53:51 +05:30
Dharti Ratani (OpenERP) 15dae73907 [IMP]improved product form
bzr revid: dhr@tinyerp.com-20120426051717-1qwywvi0r3f62l9r
2012-04-26 10:47:17 +05:30
Jagdish Panchal (Open ERP) 75c8ceb9b0 [MERGE] branch merged with lp:openobject-addons
bzr revid: jap@tinyerp.com-20120426044931-h8p2ynkxef02jp19
2012-04-26 10:19:31 +05:30
Raphael Collet fdef92cb11 [IMP] procurement, process: remove group_extended
bzr revid: rco@openerp.com-20120425141836-p96aqbqojzpse8p3
2012-04-25 16:18:36 +02:00
Jagdish Panchal (Open ERP) e54af9838e [IMP] Product,procurement: rename UOM to Unit of Measure everywhere
bzr revid: jap@tinyerp.com-20120425112950-vkru89laterdbx5m
2012-04-25 16:59:50 +05:30
Jagdish Panchal (Open ERP) 9ebe6c9fb0 [IMP] Purchases,Warehouse: apply group_no_one on various menus and also set sequence of menus
bzr revid: jap@tinyerp.com-20120322111939-qf8tfe1h47815rtw
2012-03-22 16:49:39 +05:30
Fabien Pinckaers daaf80d8d3 [IMP] useability improvement: remove check_total, min stock rule in product
bzr revid: fp@tinyerp.com-20120104063807-ip57axpgkkph4a6g
2012-01-04 07:38:07 +01: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
Kuldeep Joshi (OpenERP) 9b83780846 [IMP]change in procurement order search view
bzr revid: kjo@tinyerp.com-20110919115447-83eh30c35dfv08qr
2011-09-19 17:24:47 +05:30
Fabien Pinckaers 05d6d35cc8 [Merge]
bzr revid: fp@tinyerp.com-20110917110317-34apz3spz1h9azjl
2011-09-17 13:03:17 +02:00
Xavier Morel 178fec5c64 [FIX] str 'in' str (singletons missing tuple-building comma), in @colors attributes. Replace by string equality
bzr revid: xmo@openerp.com-20110911135025-v9yct8pnjfj21tyj
2011-09-11 15:50:25 +02:00
Xavier Morel b0a1441722 [IMP] remove date widget on datetime fields in search view
bzr revid: xmo@openerp.com-20110824135835-ooqqw87301n6mxja
2011-08-24 15:58:35 +02:00
Xavier Morel 4e6a9ea55c [REM] all @col and @colspan attributes on groups in search views: search views are not laid out by columns, therefore these attributes do not belong
bzr revid: xmo@openerp.com-20110315140859-uh9w3exdit84qz47
2011-03-15 15:08:59 +01:00
Quentin (OpenERP) d129e16e85 [MERGE] merged dev2 branch
bzr revid: qdp-launchpad@openerp.com-20110309155527-l9d77rtquhtto7ts
2011-03-09 16:55:27 +01:00
Ujjvala Collins (OpenERP) 4bac6d8969 [FIX] all: Fixed incomplete behavior of act_window.
lp bug: https://launchpad.net/bugs/708467 fixed

bzr revid: uco@tinyerp.com-20110127094939-v8gugx666pakihva
2011-01-27 15:19:39 +05:30
ron@tinyerp.com b17ab97099 [FIX]product:create a min stock rule from the right pannel of product- product field filled automatic
lp bug: https://launchpad.net/bugs/702871 fixed

bzr revid: ron@tinyerp.com-20110117051428-xdep0ifn23jljcb9
2011-01-17 10:44:28 +05:30
ksa (Open ERP) bc92ebcf26 [FIX]: solve in procurement groupby "reason"
bzr revid: ksa@tinyerp.co.in-20110118102501-xni9nk8x8bm2rlzx
2011-01-18 15:55:01 +05:30
Sbh (OpenERP) d62ad4bc04 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101230051319-1csd22jbcxfp50ew
2010-12-30 10:43:19 +05:30
Fabien Pinckaers 0a7c9c6ee2 [FIX] complete rewrite for clean up of hr_holidays
bzr revid: fp@tinyerp.com-20101229124123-7tt4ttk3jmkispw7
2010-12-29 13:41:23 +01:00
Sbh (OpenERP) 42001ee76f [MERGE] merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101229070055-l8rf6xlk6pjyrur0
bzr revid: sbh@tinyerp.com-20101229083843-83ypw4f0ecxfv68e
bzr revid: sbh@tinyerp.com-20101229091103-mkxpoao8otcyyux5
2010-12-29 14:41:03 +05:30
Sbh (OpenERP) 9f0e3f8481 [MERGE] merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101227124321-1x0xs79sp555g33d
2010-12-27 18:13:21 +05:30
qdp-launchpad@tinyerp.com ff40556780 [MERGE] merged the evv branch related to help tooltips on menuitems
bzr revid: qdp-launchpad@tinyerp.com-20101223154141-wx1u87wzxs9znjsx
2010-12-23 16:41:41 +01:00
ron@tinyerp.com ce6523c5df [FIX]Procurement Module view arch missing some fields in tree
lp bug: https://launchpad.net/bugs/692827 fixed

bzr revid: ron@tinyerp.com-20101221090918-gfo4ssod972ic0vm
2010-12-21 14:39:18 +05:30
François Degrave 773cdea683 "[IMP] security groups on act_window in product and partner objects"
bzr revid: fde@openerp.com-20101220145607-vx2r937j9sj7e1zw
2010-12-20 15:56:07 +01:00
rpa (Open ERP) 4e307d022c [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20101215042654-04ccazkz5v57ml3j
bzr revid: rpa@tinyerp.com-20101216043335-ji5h61dra451cml4
bzr revid: rpa@tinyerp.com-20101220082255-1g3ea50rkjlacwqw
2010-12-20 13:52:55 +05:30
qdp-launchpad@tinyerp.com ab8c38b279 [IMP] access rights improvements + small usability fixes
bzr revid: qdp-launchpad@tinyerp.com-20101214160729-lc1q0oy76dygh5s2
2010-12-14 17:07:29 +01:00
Els Van Vossel ab38e64d02 [IMP] changed menutips
bzr revid: openerp@evv-laptop-20101214062211-mlp6bzfhb0tw0fu6
2010-12-14 07:22:11 +01:00
rpa (Open ERP) 827d02e1e8 [IMP]: procurement: Improvement in orderpoint view
bzr revid: rpa@tinyerp.com-20101210102554-ejdcts8pb6ajxsd3
2010-12-10 15:55:54 +05:30
qdp-launchpad@tinyerp.com 7e67a32b91 [IMP] procurement: order point form view improved
bzr revid: qdp-launchpad@tinyerp.com-20101207175506-cdycemi4ya4rma0y
2010-12-07 18:55:06 +01:00
rpa (Open ERP) b6e743433b [MERGE]: Merge with lp:~openerp-dev/openobject-addons/ksa-addons2
bzr revid: rpa@tinyerp.com-20101207104811-ccx204cbxp2p56kh
2010-12-07 16:18:11 +05:30
ksa (Open ERP) 20eb39e68e [IMP]: improve schedular wizard for confirm order point
bzr revid: ksa@tinyerp.co.in-20101203122634-3pvqng4i89vvjy6n
2010-12-03 17:56:34 +05:30
ksa (Open ERP) 4b594c00f8 [IMP]: improve schedular wizard
bzr revid: ksa@tinyerp.co.in-20101203113130-uorct2rxmj5vdlj4
2010-12-03 17:01:30 +05:30
ksa (Open ERP) cbfed7bb03 [IMP]:Task-1847 Add many2many function field
bzr revid: ksa@tinyerp.co.in-20101124123332-6fet5o4g12yopr1z
2010-11-24 18:03:32 +05:30
aag (OpenERP) 8a383cb96b [IMP]Task ID-1846: remove widget=selection everywhere on uom and uos fields
bzr revid: aag@tinyerp.co.in-20101124113432-ltlvhhnn6k1ayttg
2010-11-24 17:04:32 +05:30
aag (OpenERP) 1055a081cf [IMP] procrument : purhcase improvments :The procurements and schedulers must be visible in simple mode, from the menu: Task id:1774
bzr revid: aag@tinyerp.co.in-20101115094330-nzw8cngg3xxx4n46
2010-11-15 15:13:30 +05:30
Vir (Open ERP) 80cd518e1d [ADD/MOD] Improved tooltips on menus
bzr revid: vir@tinyerp.com-20101016082655-jtqm0447fb7zkrv9
2010-10-16 13:56:55 +05:30
sbh (Open ERP) dca965d85c [Fix] procurement: Fix the link of Minimum Stock Rules
bzr revid: sbh@tinyerp.com-20101013092224-l4opck9q28cma8bi
2010-10-13 14:52:24 +05:30
DBR (OpenERP) 4be1e3bd9c [MOD/IMP] procurement/project_* : Cancel Button Set on left side
bzr revid: dbr@tinyerp.com-20101012053513-bkml0c84s2wplcco
2010-10-12 11:05:13 +05:30