Commit Graph

156 Commits

Author SHA1 Message Date
nch@tinyerp.com 56936a1b0a [IMP]:account installer
bzr revid: nch@tinyerp.com-20100503102801-p7fxk407o5s1ymyj
2010-05-03 15:58:01 +05:30
nch@tinyerp.com e235786c54 [IMP]:account configuration wizard
bzr revid: nch@tinyerp.com-20100430061314-xpcxye6afshqxg9h
2010-04-30 11:43:14 +05:30
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 bdbabd98e6 [fix] account: fill in Suppliers Payment Management addon name
bzr revid: xmo@tinyerp.com-20100112075337-mthc33pnkq9hyov3
2010-01-12 08:53:37 +01:00
Xavier Morel 000cdbd9f3 [add] account: installer base
bzr revid: xmo@tinyerp.com-20100106152408-98il13b9o4qhz1tm
2010-01-06 16:24:08 +01:00