Commit Graph

26 Commits

Author SHA1 Message Date
Sunil Sharma (OpenERP Trainee) 87ff039a2a [IMP]:trunk account chart template data
bzr revid: sunilsharma.sharma07@gmail.com-20130906105705-j2u30ldytf3qev3r
2013-09-06 16:27:05 +05:30
Antony Lesuisse fc70550ca2 [IMP] move html module description and icon
bzr revid: al@openerp.com-20130628100441-swpanf2jwcojygh4
2013-06-28 12:04:41 +02:00
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Olivier Dony 1f410045c8 [FIX] l10n_at,l10n_tr: remove windows UTF8 BOM in Python source files, redundant with magic coding comment
Actually makes the babel term extractor fail with this
error:
  SyntaxError: python refuses to compile code with both
  a UTF8 byte-order-mark and a magic encoding comment

bzr revid: odo@openerp.com-20121123234256-2kcjfedy1czxd86l
2012-11-24 00:42:56 +01:00
Olivier Dony ab24e719d6 [FIX] l10n_*: ensure install wizard triggers are in `noupdate` blocks, to avoid spurious wizards at update
bzr revid: odo@openerp.com-20121106181636-i3oqcyg10ysxf012
2012-11-06 19:16:36 +01:00
Fabien Pinckaers e80f34e9cd [IMP] config wizards at install, l10n_*
bzr revid: fp@tinyerp.com-20121024074701-nxwormzwyhduls21
2012-10-24 09:47:01 +02:00
Saurang Suthar(OpenERP) 095843797c [IMP] Improved _openerp__.py of all modules by replacing demo_xml with demo, init_xml and update_xml with data and adding noupdate
bzr revid: pso@tinyerp.com-20120822130232-un52dks3sclyx8m5
2012-08-22 18:32:32 +05:30
pso (OpenERP) c78a04bc68 [MERGE] Merged HSA's branch to improve __openerp__.py of all modules by replacing init_xml, update_xml with data, demo_xml with demo, Adding noupdate in init_xml files
bzr revid: pso@tinyerp.com-20120822071445-yamr1s0zf3fk9jj7
2012-08-22 12:44:45 +05:30
help 0d4603f4f9 [IMP]improved modules description from rst2html
bzr revid: help-20120820092716-x61hs1o7d8lz6tpg
2012-08-20 14:57:16 +05:30
Hardik b040d2706d [IMP]update __openerp__.py in all modules
bzr revid: hsa@tinyerp.com-20120817111540-rfql0ifsvbx5nz7g
2012-08-17 16:45:40 +05:30
Ajay Chauhan (OpenERP) dc336de847 [IMP] : Update Description for modules
bzr revid: cha@tinyerp.com-20120712125114-pa2sf1scg4s17qjl
2012-07-12 18:21:14 +05:30
Sanjay Gohel (Open ERP) 1702b2335d [IMP]remove tabs and add spaces instead of them
bzr revid: sgo@tinyerp.com-20120628064005-zuerrpazumf5lf1q
2012-06-28 12:10:05 +05:30
Raphael Collet cc748d6b4e [ADD] l10n: add icons in account chart modules (use country flags)
bzr revid: rco@openerp.com-20120402124843-s7s7hqn0nar477fk
2012-04-02 14:48:43 +02:00
Vo Minh Thu ad4b6fcc21 [IMP] manifest: renamed active to auto_install.
bzr revid: vmt@openerp.com-20120130101837-zyebtyhfjypg2b4w
2012-01-30 11:18:37 +01:00
Quentin (OpenERP) faa0ebe5cd [REV] partial revert of commit 5944 that was hidding all the l10n_xx modules in the wizard to install new charts of accounts (looking for all modules in that category)
bzr revid: qdp-launchpad@openerp.com-20111213131615-rtky2mnucsvolhjg
2011-12-13 14:16:15 +01:00
Fabien Pinckaers 81c1bf7fcb [IMP] better manifests for modules
bzr revid: fp@tinyerp.com-20111212142244-cm6e3um1adizu3kz
2011-12-12 15:22:44 +01:00
Olivier Dony 8f61212ad6 [MERGE] Missing modelines, requested and provided by Lionel Sausin (Numerigraphe)
bzr revid: odo@openerp.com-20111124155058-le9vg75rik4pl0xa
2011-11-24 16:50:58 +01:00
Numerigraphe - Lionel Sausin 779fa653c1 [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085138-x6u2lcl6vrpyybp9
2011-11-22 09:51:38 +01:00
Stephane Wirtel 1ba826a4ea [REF] Rename the categories
bzr revid: stw@openerp.com-20110928141258-9hfn5rfhboar2e5z
2011-09-28 16:12:58 +02:00
Fabien Pinckaers d14bd88ba8 merge
lp bug: https://launchpad.net/bugs/784339 fixed

bzr revid: fp@tinyerp.com-20110927155033-kftbn2e3g2ne4uh2
2011-09-27 17:50:33 +02:00
Xavier Morel 09cf4d40d0 [FIX] convert ir.actions.todo fields to match model definition changes
* type = special => type = automatic
* type = recurring | normal => type = normal
* default type special => normal
* state = hidden => state = done

bzr revid: xmo@openerp.com-20110729140324-0nxus4p8ufj46z9y
2011-07-29 16:03:24 +02:00
Xavier Morel cc13113641 [REF] reformat xml files before applying automated search&replace on them
bzr revid: xmo@openerp.com-20110729134810-oiqptqs2omvo7o7c
2011-07-29 15:48:10 +02:00
psi (Open ERP) 6812d8a50a [FIX] l10n_*: change the category of equity account type and set it to liabilites
bzr revid: psi@tinyerp.co.in-20110624131118-ci8flx6flllq4zng
2011-06-24 18:41:18 +05:30
Quentin (OpenERP) b6d257342f [FIX] l10n_at: set reconcile=True on receivable and payable accounts
bzr revid: qdp-launchpad@openerp.com-20110519170212-mfbz5ttqwlb860fe
2011-05-19 19:02:12 +02:00
Conexus.at c6d8fdb9d8 [ADD] l10n_at. Added localization module form austria
bzr revid: qdp-launchpad@openerp.com-20110519164745-rvaty56c1qnkatqy
2011-05-19 18:47:45 +02:00