Commit Graph

26 Commits

Author SHA1 Message Date
Fabien Pinckaers 36c036dcd6 imp
bzr revid: fp@tinyerp.com-20100611125758-8umgoz4zbf7485c5
2010-06-11 14:57:58 +02:00
nch@tinyerp.com f8d2111b2a [IMP]:account & installer wizards
bzr revid: nch@tinyerp.com-20100512140719-tl5gdbqa4egvbpwm
2010-05-12 19:37:19 +05:30
nch@tinyerp.com b16cec65d2 [ADD,IMP]:account chart for configurable chart and improvements
bzr revid: nch@tinyerp.com-20100511094059-oiz2eyhw54su4lus
2010-05-11 15:10:59 +05:30
nch@tinyerp.com ca68b04782 [IMP]:improve account installer
bzr revid: nch@tinyerp.com-20100510080233-40pl984m3701qtud
2010-05-10 13:32:33 +05:30
nch@tinyerp.com 4dc71f9289 [IMP]:onchange for progress bar
bzr revid: nch@tinyerp.com-20100510070607-aavusx9nv7vgybia
2010-05-10 12:36:07 +05:30
nch@tinyerp.com e0cd0d82d5 [MERGE]
bzr revid: nch@tinyerp.com-20100506043202-2ttxk3mwvacmge65
2010-05-06 10:02:02 +05:30
nch@tinyerp.com e29aba7f5e [IMP]:account configurable wizards & gtk contact form
bzr revid: nch@tinyerp.com-20100505133342-93xtgruyggc0jc6f
2010-05-05 19:03:42 +05:30
nch@tinyerp.com 7987651523 [IMP]:usabiliy improvemetns
bzr revid: nch@tinyerp.com-20100505045349-ssq1racv9tvzc22h
2010-05-05 10:23:49 +05:30
nch@tinyerp.com 565250b150 [IMP]:hr_installer and typo in installer
bzr revid: nch@tinyerp.com-20100430093545-50ejb9o47qlraw45
2010-04-30 15:05:45 +05:30
nch@tinyerp.com 3dc031c1d4 [IMP]:improved purchase,module installer and company configuration wizard
bzr revid: nch@tinyerp.com-20100429084651-lgkjw8fy8aej90hh
2010-04-29 14:16:51 +05:30
Stephane Wirtel 54b33326a8 [FIX] base_setup: Remove the reference to the profile_training module in the configuration wizard
bzr revid: stephane@openerp.com-20100428114754-yltf2wy68fdq6jxz
2010-04-28 13:47:54 +02:00
nch@tinyerp.com 7e8edaa933 [IMP]:base setup modules installation wizard
bzr revid: nch@tinyerp.com-20100427084903-qunvhze3c1xegvwi
2010-04-27 14:19:03 +05:30
Fabien Pinckaers b4e65caa16 [IMP] better views
bzr revid: fp@tinyerp.com-20100418191109-ee9avwgdbzegda4j
2010-04-18 21:11:09 +02:00
Xavier Morel 17cbf1e2b8 [fix] base_setup: typo in description
bzr revid: xmo@tinyerp.com-20100127091214-vlehsg4dsknqb3v8
2010-01-27 10:12:14 +01:00
Xavier Morel 2e49aaa7ce [imp] account, base_setup: move chart of accounts selection from base_setup installer to account's
Also remove it from account's config item as it's redundant

Rationale: account can be installed due to dependency chains, not just
direct installation from base_setup: project, stock, purchase and
profile_auction all depend on account, mrp depends on stock which
depends on account, so from base_setup's installer alone there are 5
different ways to end up with account installed and need to configure
charts of accounts.

Therefore having chart of accounts config in base_setup's installer is
dumb (as we need a second one anyway), and since it's (in a way) a
problem of module installation, the most coherent way is to move it to
account/installer.py, and remove it from the config screen where it
was (which becomes redundant).

Made it required, because it was required in the config item, not sure
it's actually mandatory to install a chart of accounts but whatever.

bzr revid: xmo@tinyerp.com-20100126140830-h4c7hlvmzzos69ls
2010-01-26 15:08:30 +01:00
Xavier Morel 349c2471ae [fix] base_setup: fix newlines in description
bzr revid: xmo@tinyerp.com-20100125112354-w9zuof6uxjcfj608
2010-01-25 12:23:54 +01:00
Xavier Morel 21b5c146e7 [imp] base_setup: add a bunch of help text and descriptions
bzr revid: xmo@tinyerp.com-20100124180552-hc6qijzyzj9art9g
2010-01-24 19:05:52 +01:00
Xavier Morel 0e13cdac8a [rem] redundant terp metadata
bzr revid: xmo@tinyerp.com-20100124173404-p19vujspufadriaf
2010-01-24 18:34:04 +01:00
Xavier Morel 92b37c47e1 [imp] inherit installer view instead of config one in installers
bzr revid: xmo@tinyerp.com-20100123225449-gq4w32jsuol0dkff
2010-01-23 23:54:49 +01:00
Xavier Morel e624ac4a37 [imp] re-enable skip buttons in installers
bzr revid: xmo@tinyerp.com-20100122151514-wkufw4fndb4evhr7
2010-01-22 16:15:14 +01:00
Xavier Morel 8d3a1aa9de [fix] installer titles broken in gtk client due to broken handling of whitespaces
bzr revid: xmo@tinyerp.com-20100122114007-0a5s6qyjsqo2mpsc
2010-01-22 12:40:07 +01:00
Xavier Morel 939e6aae59 [fix] second heading in base_setup installer was wrong
bzr revid: xmo@tinyerp.com-20100120140535-x2pjmlwcel2bwtmi
2010-01-20 15:05:35 +01:00
Xavier Morel bdb680e732 [fix] set installer sequence numbers to 3, except base_setup to 2
bzr revid: xmo@tinyerp.com-20100120140237-iepmd78l4o25y63l
2010-01-20 15:02:37 +01:00
Xavier Morel 46b262732a [fix] account, base_setup, hr, knowledge, misc_tools, mrp, project, report_designer: remove placeholder labels in installers
bzr revid: xmo@tinyerp.com-20100120113504-gkgu9tygog9bgdkx
2010-01-20 12:35:04 +01:00
Jay (Open ERP) 6edcf30847 [FIX] Configuration form had irrelavent fields
lp bug: https://launchpad.net/bugs/508007 fixed

bzr revid: jvo@tinyerp.com-20100118064312-22fekp9rvwedklj3
2010-01-18 12:13:12 +05:30
Xavier Morel df11608dd3 [add] base_setup: modules installer
bzr revid: xmo@tinyerp.com-20100106133405-majde4n8llrzxuh4
2010-01-06 14:34:05 +01:00