Commit Graph

9 Commits

Author SHA1 Message Date
Xavier Morel fb4aba6d01 [fix] installer descriptions (formatting & wording, add missing descriptions in report_designer and misc_tools)
bzr revid: xmo@tinyerp.com-20100127100519-45baercg41ys5pwu
2010-01-27 11:05:19 +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 0d4417c516 [imp] account: add a bunch of help text and descriptions to the installer view
bzr revid: xmo@tinyerp.com-20100124210136-odbcxhnnd711cn0z
2010-01-24 22:01:36 +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 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
Xavier Morel 000cdbd9f3 [add] account: installer base
bzr revid: xmo@tinyerp.com-20100106152408-98il13b9o4qhz1tm
2010-01-06 16:24:08 +01:00