Commit Graph

277 Commits

Author SHA1 Message Date
mra (Open ERP) 12681f33f1 [IMP] English improvement for modules (changes in strings)
bzr revid: mra@tinyerp.com-20100209083146-df5gq5elxem9fh6w
2010-02-09 14:01:46 +05:30
Christophe Simonis 73502052a2 [MERGE]
bzr revid: chs@tinyerp.com-20100205152837-539yy3vedgqreyvc
2010-02-05 16:28:37 +01:00
Mantavya Gajjar f1c3bbe555 [CHANGE]: improve view for the account move
bzr revid: mga@tinyerp.com-20100203110732-8c3jhpmjuve64lee
2010-02-03 16:37:32 +05:30
Mantavya Gajjar e7bb33b70a [FIX]: migrate 'narration' field from voucher to account.move
bzr revid: mga@tinyerp.com-20100201134426-mydfj7dz9b6fuhi1
2010-02-01 19:14:26 +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 0a841e246a [fix] paragraph fills not fixed in xmo@tinyerp.com-20100121204410-7pi9u2xw0p9ft33i
bzr revid: xmo@tinyerp.com-20100122153437-s9wfr452r3ogfaes
2010-01-22 16:34:37 +01:00
Xavier Morel d6359d5772 [fix] extraneous fill-paragraph-type whitespace and the GTK client don't agree with each other. Remove the whitespace
bzr revid: xmo@tinyerp.com-20100121204410-0vs5m5fycgr62pxz
2010-01-21 21:44:10 +01:00
HDA (OpenERP) 0b2bb31992 Merge from stable
bzr revid: hda@tinyerp.com-20100121151350-58pcefq2tdw2ge2l
2010-01-21 20:43:50 +05:30
Harry (Open ERP) 9e2b2cf239 [MERGE] new menu structure
bzr revid: hmo@tinyerp.com-20100117055734-gyzsham0dpza2dck
2010-01-17 11:27:34 +05:30
Vir (Open ERP) 846850ff3f [MOD] Modification done according to New Finance Management menu structure.
bzr revid: vir@tinyerp.com-20100109084631-8k3gpl6wr0avhqc9
2010-01-09 14:16:31 +05:30
Xavier Morel 5855e5861a [merge] from trunk
bzr revid: xmo@tinyerp.com-20091230132128-d7pgvcu933ip41je
2009-12-30 14:21:28 +01:00
apa-tiny 3d4bf1423f [IMP,MOD]:Set colors in tree view.
bzr revid: apa@tinyerp.com-20091223114311-uabb85obq7prgqe4
2009-12-23 17:13:11 +05:30
Jay (Open ERP) 0cd84c4e31 [FIX] Account : Fields were missing in Account chart template form view
lp bug: https://launchpad.net/bugs/496898 fixed

bzr revid: jvo@tinyerp.com-20091223074328-jbt2w0mqi26uocz9
2009-12-23 13:13:28 +05:30
Xavier Morel 9b58be2afd [fix] account: incorrect insertion in previous revision
bzr revid: xmo@tinyerp.com-20091221154501-in0jk0z5wwwggswe
2009-12-21 16:45:01 +01:00
Xavier Morel 1f9fe4e3be [imp] account: remove skip button on 'generate chart of accounts' configuration screen
bzr revid: xmo@tinyerp.com-20091221153548-400n95cdd8ilw5c7
2009-12-21 16:35:48 +01:00
Xavier Morel 007c0970db [imp] account: remove skip button
bzr revid: xmo@tinyerp.com-20091221135835-x8gsvqew2ksxula4
2009-12-21 14:58:35 +01:00
Xavier Morel 0c4142b546 [fix] account: migrate to res.config-based initial configuration
bzr revid: xmo@tinyerp.com-20091214154108-qy7ms9h83jxu2wnr
2009-12-14 16:41:08 +01:00
Xavier Morel 0ca489257a [imp] group configuration wizard registration with associated action & view
bzr revid: xmo@tinyerp.com-20091214150141-mmds087h4ky04wur
2009-12-14 16:01:41 +01:00
Fabien Pinckaers d24734fdc3 [FIX] improvement company_id access rights
bzr revid: fp@tinyerp.com-20091209233202-0mwahjbws95g84gr
2009-12-10 00:32:02 +01:00
Harry (Open ERP) ec0abc8968 [MERGE] merge from lp:~openerp/openobject-addons/5.0/
bzr revid: hmo@tinyerp.com-20091202085041-v3ae7tu3krbr2heh
2009-12-02 14:20:41 +05:30
Jay (Open ERP) 8d74cfc70a [FIX] Reverted bad commit from Joel@CamptoCamp
lp bug: https://launchpad.net/bugs/490327 fixed

bzr revid: jvo@tinyerp.com-20091201094135-otqj886a6l43bohz
2009-12-01 15:11:35 +05:30
Fabien Pinckaers 90336e2e4e merge
bzr revid: fp@tinyerp.com-20091201082650-e6n201rwss3u0etn
2009-12-01 09:26:50 +01:00
Harry (Open ERP) 148d079485 [MERGE] merge from lp:~hmo-tinyerp/openobject-addons/p_christeas_addons/
bzr revid: hmo@tinyerp.com-20091130112301-mba4ea9byoyb5cbz
2009-11-30 16:53:01 +05:30
Fabien Pinckaers f17cc795ac [IMP] better views for sales order
bzr revid: fp@tinyerp.com-20091129154643-atmovj8hmh1iko1j
2009-11-29 16:46:43 +01:00
Fabien Pinckaers 1575659faa [IMP] Account Templates in Multi-Company Group
bzr revid: fp@tinyerp.com-20091129154308-j79nmfp7a17p99iz
2009-11-29 16:43:08 +01:00
Harry (Open ERP) 4d6d553d17 [MERGE] merge from lp:~openerp/openobject-addons/5.0/
bzr revid: hmo@tinyerp.com-20091128110526-yen7frgcg9nkbn7h
2009-11-28 16:35:26 +05:30
Panos Christeas 8d0b4a7418 [MERGE] merge from lp:~xrg/openobject-addons/doc2-5.2
bzr revid: hmo@tinyerp.com-20091126135400-z32iycvadbt9so8n
2009-11-26 19:24:00 +05:30
kum (Open ERP) c9f87c4dc9 [IMP] English Improvement resolved conflicts
bzr revid: kum@tinyerp.co.in-20091125113147-pmsqovlrx4ia54hf
bzr revid: kum@tinyerp.co.in-20091126062538-149ru08q9obdlksy
bzr revid: kum@tinyerp.co.in-20091126084252-ml6pgh170e6f4r3f
2009-11-26 14:12:52 +05:30
rpa (Open ERP) c91f0a27f3 [Merge]: Merge with parent branch
bzr revid: rpa@tinyerp.com-20091126050523-3bz51wday4apmkso
2009-11-26 10:35:23 +05:30
Fabien Pinckaers 54e1058afd [imp] multi-company groups
bzr revid: fp@tinyerp.com-20091125175023-hmi1msewn9ehb3f2
2009-11-25 18:50:23 +01:00
kum (Open ERP) 38caea46b0 [IMP] English Improvement
bzr revid: kum@tinyerp.co.in-20091125093144-4pburrqn0rhq6y39
2009-11-25 15:01:44 +05:30
rpa (Open ERP) c86680370d [Merge]: Merge with same branch
bzr revid: rpa@tinyerp.com-20091125071039-pttk0tadnftcgrlm
2009-11-25 12:40:39 +05:30
hda (Tiny) 7c78b76d09 replaces extended menu group to extended view
bzr revid: hda@tinyerp.com-20091124192633-s2tp3ti2hdb0c7db
2009-11-25 00:56:33 +05:30
Jay (Open ERP) df41fe748d [MERGE] Multicompany branch of ADDONS
bzr revid: jvo@tinyerp.com-20091124135109-srba9r1npxa1gury
2009-11-24 19:21:09 +05:30
pso 253dbe213f [IMP]: Gave ref to group_extended to all menus
bzr revid: pso@tinyerp.com-20091124132419-1l0m03zfb8vy3lto
2009-11-24 18:54:19 +05:30
kum (Open ERP) 237263e89c changes in xml
bzr revid: kum@tinyerp.co.in-20091123134757-eauk0167vvjegnvf
2009-11-23 19:17:57 +05:30
uco (OpenERP) 50ee2493f4 [IMP]: remove all menus (and their related actions) and keep
bzr revid: uco@tinyerp.co.in-20091123052917-bj8x7mvtyqt41w72
2009-11-23 10:59:17 +05:30
pso 5f40becaef [IMP] : Give referance of extended group to menus
bzr revid: pso@tinyerp.com-20091120071947-fa2zhgs7qeene3pu
2009-11-20 12:49:47 +05:30
vra 80861660c6 merge multi_company, multi_company_account, multi_company_hr_timesheet_sheet, multi_company_product, multi_company_project, multi_company_purchase modules.
bzr revid: vra@tinyerp.com-20091110124920-qho0im1rrx3mf4sf
2009-11-10 18:19:20 +05:30
Jay (Open ERP) 5494568aa6 [IMP] Account : Entry Line action Name Improved
bzr revid: jvo@tinyerp.com-20091106112629-uu7ojl5sy432uwii
2009-11-06 16:56:29 +05:30
HDA (OpenERP) 1b0700fd2f Merged
bzr revid: hda@tinyerp.com-20091106111216-hwo5f87jzd5llx7i
2009-11-06 16:42:16 +05:30
HDA (OpenERP) a05dc59623 Merged for financial improvements
bzr revid: hda@tinyerp.com-20091106075143-5y1tyxj41h5f9t1g
2009-11-06 13:21:43 +05:30
Joel Grand-Guillaume 3a3ded3e67 [IMP] Add support of analytic account into bank statement to be convenient with other method
lp bug: https://launchpad.net/bugs/470359 fixed

bzr revid: joel.grandguillaume@camptocamp.com-20091102115309-qh4zkiio3chsepcs
2009-11-02 12:53:09 +01:00
Joel Grand-Guillaume 482d6374b9 [IMP] Add account field into bank statement line
lp bug: https://launchpad.net/bugs/351167 fixed

bzr revid: joel.grandguillaume@camptocamp.com-20091102091542-qaufnbe3bac03bty
2009-11-02 10:15:42 +01:00
UCO(OpenERP) c4540e220e Improved search views
bzr revid: hda@tinyerp.com-20091029101618-cjre798oi4ycmypi
2009-10-29 15:46:18 +05:30
uco (OpenERP) f0b5bc678c [REF]: Small Modifications
bzr revid: uco@tinyerp.co.in-20091028101332-2h2vz1a02pk1s4ph
2009-10-28 15:43:32 +05:30
uco (OpenERP) a54fab78d6 [IMP]: Improved search views
bzr revid: uco@tinyerp.co.in-20091022140158-390fxqzz2lsr16mw
2009-10-22 19:31:58 +05:30
PAP(OpenERP) cb16659625 Changed widget=selection for many2one fields in views Ref: blueprint
bzr revid: hda@tinyerp.com-20091022134016-yxcmgifje47x87yr
2009-10-22 19:10:16 +05:30
HDA (OpenERP) f13487932a merged
bzr revid: hda@tinyerp.com-20091009100304-ypn2f3ivhfg8s8pq
2009-10-09 15:33:04 +05:30
Jay (Open ERP) 2909fc06b6 [FIX] Account : Fiscal Position Template was missing a requireed field in form view
lp bug: https://launchpad.net/bugs/441609 fixed

bzr revid: jvo@tinyerp.com-20091005070513-30xzzzhy6ffzl71a
2009-10-05 12:35:13 +05:30