Commit Graph

157 Commits

Author SHA1 Message Date
Launchpad Translations on behalf of openerp 0e2e9ddd78 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209055558-qfwy9bg1km791dys
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209071015-0jykfhbo8iamzpzk
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209072746-stmwycdircyzrxn4
2012-02-09 07:27:46 +00:00
Carlos Vásquez bad6cde80e [ADD] es_CR.po: in all modules
bzr revid: carlos.vasquez@clearcorp.co.cr-20120208083551-nev12pk8a4jnrou4
2012-02-08 02:35:51 -06:00
Launchpad Translations on behalf of openerp 35601a346f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120207045344-l7gkplf7icv5djit
bzr revid: launchpad_translations_on_behalf_of_openerp-20120207045952-t6bedpten4ms5hx4
2012-02-07 04:59:52 +00:00
Xavier Morel 42f7f57f33 [EXP] export translatable strings to templates
bzr revid: xmo@openerp.com-20120206163406-vf12k01nxqbhnt3q
2012-02-06 17:34:06 +01:00
Olivier Dony 2e8f622f45 [MERGE] sync with latest trunk
bzr revid: odo@openerp.com-20120206153300-ql0qo3mf0j4x05n9
2012-02-06 16:33:00 +01:00
Launchpad Translations on behalf of openerp 6d43ac8611 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120205050448-n6mu7me3032ety5q
2012-02-05 05:04:48 +00:00
Olivier Dony 7ebc5bdba3 [IMP] refactored translation system to merge web translations with addons translations
- Moved the web *.po files to /i18n to be consistent
  with the addons convention. Using /po was considered
  for a while because it played better with LP's auto-
  detection of PO Templates, but that is not necessary
  anymore, we now have full control on LP templates.

- In order to support addons that contain translations
  for both the web addon and the regular addon part,
  both kinds of translations are now merged in a single
  addon/i18n/addon.pot file. Terms that are used by
  the web part are now marked with a PO annotation:
     #. openerp-web
  so the web client can recognize them and only load
  the relevant translations in the browser memory.
  This is important because a complete PO file can
  be rather large, e.g. account/i18n/de.po = 400KB.

- The web translation export scripts were updated to
  behave properly for addons that have a non-web
  part, and will merge the web translation in the
  original POT file, annotating the web translations
  as needed. These scripts are Unix-only and meant
  to be used by OpenERP packagers when needed.

- The GetText spec says that PO auto-comments indicating
  the source location have this form:
   #: /path/to/file:lineno
  However OpenERP's POT export system defaults to a modified
  version of this format with an extra 'type' field:
   #: type:/path/to/file:lineno
  The babel extractors we use have the GetText format 
  hardcoded so a small patch is needed on the server
  to make it more lenient and accept the standard
  source annotation, defaulting to 'code' type.
  This does not matter for openerp-web, but makes sure
  the server will not fail to load the new PO files 
  that contain openerp-web translations with standard
  annotations.
  The patch for making the server more lenient was
  checked in trunk at revision 4002 
  rev-id odo@openerp.com-20120202143210-05p1w24t6u77cyv8

- The existing translation sync and export wizards for
  regular addons have not been updated to consider
  web addons, so for the time being we will have
  to export regular addons terms first, and run the
  web export script (gen_translations.sh) on the
  addons directory afterwards. This could be improved
  later.

As soon as this change is merged we will have to
perform a full update of addons translation
templates in order to include the web terms as well.

bzr revid: odo@openerp.com-20120202145603-ffo0il0qnfp3r6gt
2012-02-02 15:56:03 +01:00
Launchpad Translations on behalf of openerp 7e2bb94661 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120202055911-xdbu6vwggylcbpq1
bzr revid: launchpad_translations_on_behalf_of_openerp-20120202061434-l5xlutw7q5besmme
2012-02-02 06:14:34 +00:00
Launchpad Translations on behalf of openerp a6be92b62b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120201045611-6pg23l4ipzfnlpme
bzr revid: launchpad_translations_on_behalf_of_openerp-20120201051211-pvfvh4f562tv94rj
2012-02-01 05:12:11 +00:00
Launchpad Translations on behalf of openerp 69910d967c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120131050031-o00wn1tnzbkgjt6j
bzr revid: launchpad_translations_on_behalf_of_openerp-20120131050331-w0omtl1lmfqzciwq
bzr revid: launchpad_translations_on_behalf_of_openerp-20120131052309-jtfsc2m4h3liyzb5
2012-01-31 05:23:09 +00:00
niv-openerp 8965f85968 [fix] problem in gantt view, now does a name_get for all models
bzr revid: nicolas.vanhoren@openerp.com-20120127160645-62bfd9j6dn1zl0c9
2012-01-27 17:06:45 +01:00
Xavier Morel d47562af6f [REM] completion in Gantt chart tasks and projects, not supported by OpenERP and misleading/incorrect information should not be displayed
lp bug: https://launchpad.net/bugs/908764 fixed

bzr revid: xmo@openerp.com-20120127133508-wngtl9ezi6km85mp
2012-01-27 14:35:08 +01:00
Xavier Morel 4398d8561a [FIX] unfuck dhtmlxgantt's dhtmlxcommon which breaks dhtmlxchart
bzr revid: xmo@openerp.com-20120126110558-fk1po7fv97yww2f5
2012-01-26 12:05:58 +01:00
niv-openerp f9c1bb2bf4 [imp] moved create button to another place to make it nicer
bzr revid: nicolas.vanhoren@openerp.com-20120125131208-hulto9nh0t23atdz
2012-01-25 14:12:08 +01:00
niv-openerp 299e777808 [imp] removed old code
bzr revid: nicolas.vanhoren@openerp.com-20120125125636-oitx6akjui2k73gl
2012-01-25 13:56:36 +01:00
niv-openerp d94a035ff8 [imp] added create
bzr revid: nicolas.vanhoren@openerp.com-20120125125549-m3n8ii4rrukuttpl
2012-01-25 13:55:49 +01:00
niv-openerp 647785331e [imp] added edition of a task
bzr revid: nicolas.vanhoren@openerp.com-20120125123933-kabfy3d6mhrjk3a7
2012-01-25 13:39:33 +01:00
niv-openerp be8b9d9ff3 [imp] added functionality to display a task
bzr revid: nicolas.vanhoren@openerp.com-20120125121818-2gh8l8lvll5c9o1l
2012-01-25 13:18:18 +01:00
niv-openerp c78957a161 [imp] wip
bzr revid: nicolas.vanhoren@openerp.com-20120125110849-spfb4rnhyicumknc
2012-01-25 12:08:49 +01:00
niv-openerp 92ecf6d22d [fix] fixed problem with duration due to dhtmlx gantt view stupid conception
bzr revid: nicolas.vanhoren@openerp.com-20120124165225-vuzil06v4797vh9l
2012-01-24 17:52:25 +01:00
niv-openerp 9490e8b013 [imp] update to last version of dhtmlx gantt
bzr revid: nicolas.vanhoren@openerp.com-20120124164208-ju4x0g2peo3myo8f
2012-01-24 17:42:08 +01:00
niv-openerp 0a019a3504 [imp] added editable tasks
bzr revid: nicolas.vanhoren@openerp.com-20120124163201-bhvxfj21vwf2amhl
2012-01-24 17:32:01 +01:00
niv-openerp 31cdf276a2 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20120124152239-yjtsn0j2yt4gif5e
2012-01-24 16:22:39 +01:00
niv-openerp 2b1218b94c [imp] improved gantt creation algorithm
bzr revid: nicolas.vanhoren@openerp.com-20120123175805-xmos7i2w1yf3n0vg
2012-01-23 18:58:05 +01:00
niv-openerp 9fb178781f [imp] used _.uniqueId
bzr revid: nicolas.vanhoren@openerp.com-20120123153752-n5rdeatvt6ob4fmo
2012-01-23 16:37:52 +01:00
Xavier Morel 7a894c67f0 [FIX] if no @progress defined (most common case since @progress does not actually exist), default to 100
bzr revid: xmo@openerp.com-20120123150749-ufo2mp9ntkz7tvy7
2012-01-23 16:07:49 +01:00
Simone Orsi 017a353c83 use real 'progress' attribute value
bzr revid: simone.orsi@domsense.com-20120123100602-yvpg5m5kmg9h0pel
2012-01-23 11:06:02 +01:00
niv-openerp a8a783a6e2 [imp] removed debugger
bzr revid: nicolas.vanhoren@openerp.com-20120120171952-17p6089r3emoqrx1
2012-01-20 18:19:52 +01:00
niv-openerp 8d662a223a [imp] added multi-level group split
bzr revid: nicolas.vanhoren@openerp.com-20120120171920-9jftou2o8scpz3o9
2012-01-20 18:19:20 +01:00
niv-openerp 98e13f1ddb [fix]
bzr revid: nicolas.vanhoren@openerp.com-20120120155254-d8wixm52jhcz14ec
2012-01-20 16:52:54 +01:00
niv-openerp d1a52aa42f [imp] first usable version
bzr revid: nicolas.vanhoren@openerp.com-20120120153242-i3qtr6ltjn5f7h7d
2012-01-20 16:32:42 +01:00
niv-openerp f71cfb0936 [imp] wip
bzr revid: nicolas.vanhoren@openerp.com-20120120152611-gdurtnvma5dhya3i
2012-01-20 16:26:11 +01:00
niv-openerp 3d6a5aa471 [imp] wip
bzr revid: nicolas.vanhoren@openerp.com-20120120150004-qucpqj4rvgd27rm9
2012-01-20 16:00:04 +01:00
niv-openerp 6348133f5a [imp]
bzr revid: nicolas.vanhoren@openerp.com-20120120145812-stii3u8jd2gmwe83
2012-01-20 15:58:12 +01:00
niv-openerp 28be7b5e80 [imp] wip
bzr revid: nicolas.vanhoren@openerp.com-20120120130648-hzqe8ptazbd9n1js
2012-01-20 14:06:48 +01:00
niv-openerp 4e14e6145d [imp] setup new gantt view
bzr revid: nicolas.vanhoren@openerp.com-20120118130652-08nnz3rx1gtk2f3v
2012-01-18 14:06:52 +01:00
Xavier Morel 3a1eba68bd [FIX] load and show correct fields in gantt view
bzr revid: xmo@openerp.com-20120116102847-d4kt73tmgzfpym41
2012-01-16 11:28:47 +01:00
Launchpad Translations on behalf of openerp 5b10b7022d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120115052053-qy9rgrxe745vw4zw
bzr revid: launchpad_translations_on_behalf_of_openerp-20120116051929-9hq3xgbkj3t90wvt
bzr revid: launchpad_translations_on_behalf_of_openerp-20120114054042-idria8u0iiizg9xu
bzr revid: launchpad_translations_on_behalf_of_openerp-20120115053522-rki2r1zjt8544t0c
bzr revid: launchpad_translations_on_behalf_of_openerp-20120116052722-mb4w266h2j8som8q
2012-01-16 05:27:22 +00:00
niv-openerp 0b7552b0fb [fix] the create button in the gantt view does not work
bzr revid: nicolas.vanhoren@openerp.com-20120113164458-ag5ouf4fy3l6xce9
2012-01-13 17:44:58 +01:00
Launchpad Translations on behalf of openerp ae446d476d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120107055507-8swlvr9po6sdss2k
bzr revid: launchpad_translations_on_behalf_of_openerp-20120108052742-h4m1anhu0l9nr90t
bzr revid: launchpad_translations_on_behalf_of_openerp-20120109050846-k4msecejz9aklmon
2012-01-09 05:08:46 +00:00
Vaibhav (OpenERP) 42f92d42af [FIX] edit record title.
bzr revid: vda@tinyerp.com-20120105113332-tl3cvzn6sxrbgmiy
2012-01-05 17:03:32 +05:30
Vaibhav (OpenERP) 62e5e7e46a [FIX] Create new record.
lp bug: https://launchpad.net/bugs/911850 fixed

bzr revid: vda@tinyerp.com-20120105063622-b53hleenqe1703j6
2012-01-05 12:06:22 +05:30
niv-openerp 0a02dc0d87 [fix] problem with gantt view, was crashing when no records to show
bzr revid: nicolas.vanhoren@openerp.com-20120104161615-pt0pr28sgb7vkxer
2012-01-04 17:16:15 +01:00
Vaibhav (OpenERP) 20d096d8d3 [FIX] Gantt, Read does not show inherited view fields.
lp bug: https://launchpad.net/bugs/910801 fixed

bzr revid: vda@tinyerp.com-20120104104355-v2db8da6x3seikw1
2012-01-04 16:13:55 +05:30
Launchpad Translations on behalf of openerp 52e0383f2c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120104044826-ms01gyypcfio5flg
bzr revid: launchpad_translations_on_behalf_of_openerp-20120104051810-r42jfkfmn23nypsg
2012-01-04 05:18:10 +00:00
Christophe Simonis 8eb5a7c75a [FIX] each view type do_push_state at least once
bzr revid: chs@openerp.com-20120103160650-su6zcrepd8fqpbai
2012-01-03 17:06:50 +01:00
Launchpad Translations on behalf of openerp fd7c6686bb Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111222052714-pu3q5tgt8tcioe50
bzr revid: launchpad_translations_on_behalf_of_openerp-20111222053231-o7q6je1muqzcndo6
2011-12-22 05:32:31 +00:00
Launchpad Translations on behalf of openerp 953187de8e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111221052822-lovgfl628rt04pro
2011-12-21 05:28:22 +00:00
Xavier Morel 7049024898 [FIX] translation of advanced filter strings
* Made title of group ('Advanced Filters') available for translation
* Fixed translation mark for advanced filter operators (class level, need to be lazy)
* Re-extracted translation strings

and marked selection strings of boolean search widget while at it

lp bug: https://launchpad.net/bugs/906963 fixed

bzr revid: xmo@openerp.com-20111220175137-r3jeh6q8g4c92xf9
2011-12-20 18:51:37 +01:00
Fabien Meghazi 8ba259b3f6 [IMP] Improved buttons
bzr revid: fme@openerp.com-20111220115500-aulwnoj6ciks8jxm
2011-12-20 12:55:00 +01:00
Launchpad Translations on behalf of openerp 8e2457efe8 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111220045056-kxmsczkxkgf5ffe1
bzr revid: launchpad_translations_on_behalf_of_openerp-20111220045629-sx3btepqeei2nq1k
2011-12-20 04:56:29 +00:00
Launchpad Translations on behalf of openerp 8b0311d85e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111217053507-nn68mi7hzemvsfzf
bzr revid: launchpad_translations_on_behalf_of_openerp-20111218044245-2ybd6g6q1730qp1g
2011-12-18 04:42:45 +00:00
Xavier Morel a8286263ff [ADD] lazy translation function, to correctly translate strings in contexts evaluated before the translation db has been loaded
bzr revid: xmo@openerp.com-20111216130000-56qd717d79529opy
2011-12-16 14:00:00 +01:00
Xavier Morel c9b93aea94 [EXP] export translations for view names
lp bug: https://launchpad.net/bugs/904989 fixed

bzr revid: xmo@openerp.com-20111216112207-nzh3ture66un7t4g
2011-12-16 12:22:07 +01:00
Xavier Morel 265d9e1ef4 [ADD] translatable name to views
lp bug: https://launchpad.net/bugs/904989 fixed

bzr revid: xmo@openerp.com-20111216112054-xys9q3ap6dcatppr
2011-12-16 12:20:54 +01:00
Launchpad Translations on behalf of openerp 2d1baf3dda Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111216052448-trqaat8m6335nctw
bzr revid: launchpad_translations_on_behalf_of_openerp-20111216052507-5r7nig2ys4fyef7f
bzr revid: launchpad_translations_on_behalf_of_openerp-20111216060814-z34sm1fdvd230j37
2011-12-16 06:08:14 +00:00
Xavier Morel c7f3185c0b [EXP] export translation templates for strings marked during previous revision
bzr revid: xmo@openerp.com-20111215104145-lzffvxr7co3khck1
2011-12-15 11:41:45 +01:00
Xavier Morel a44dd489d0 [TNL] updated translation template files
bzr revid: xmo@openerp.com-20111215100827-01nokry6vxbw3swh
2011-12-15 11:08:27 +01:00
Antony Lesuisse d1ddc1ee78 [IMP] factorise View.do_show do_hide
bzr revid: al@openerp.com-20111214171811-c4bka4nwylp3wn21
2011-12-14 18:18:11 +01:00
Launchpad Translations on behalf of openerp 21dcfb26ff Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111210045636-oq5wphio5a00dn29
bzr revid: launchpad_translations_on_behalf_of_openerp-20111210052339-bpnw0helnigf6bay
2011-12-10 05:23:39 +00:00
Xavier Morel 8e760071cb [EXT] extract translatable strings to pot files
bzr revid: xmo@openerp.com-20111209093409-gjarrp10hwy0uogm
2011-12-09 10:34:09 +01:00
niv-openerp 5610b53b23 [fix] problem with gantt view, can not slide a task
bzr revid: nicolas.vanhoren@openerp.com-20111206142000-p11wfpxejj56xjep
2011-12-06 15:20:00 +01:00
Xavier Morel 5a19c4ad15 [REM] unused and graph-breaking code in gantt's dhtmlxcommon
bzr revid: xmo@openerp.com-20111206104201-m5w3e3zx7vcypc5g
2011-12-06 11:42:01 +01:00
niv-openerp e593f29651 [merge] gantt improvements/bug correction
bzr revid: nicolas.vanhoren@openerp.com-20111205132628-n8bb16byl48pa6e8
2011-12-05 14:26:28 +01:00
niv-openerp d0de532ad7 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20111205132532-4v7papq4jdvmtvs0
2011-12-05 14:25:32 +01:00
Xavier Morel ab2d749dd6 [EXT] extract POT files
bzr revid: xmo@openerp.com-20111205105101-ondavioyfv87xldl
2011-12-05 11:51:01 +01:00
Vo Minh Thu ed2b473350 [IMP] all manifest files: removed white space, moved the description to a multi line string.
bzr revid: vmt@openerp.com-20111125110715-lov9690uy5hnrpr1
2011-11-25 12:07:15 +01:00
Vaibhav (OpenERP) d1ea780e9d [FIX] can Add new task.reload.
bzr revid: vda@tinyerp.com-20111125075842-pbhwo4tno13hz8go
2011-11-25 13:28:42 +05:30
Naresh (OpenERP) b193fc9108 [IMP]:added temporary description in web addons modules to avoid server warnings log the official description is yet to be decided by web team
bzr revid: nch@tinyerp.com-20111125053225-cbckxm2gfuoaph06
2011-11-25 11:02:25 +05:30
Vaibhav (OpenERP) 365c5d57fd [FIX] reset groupbys.
bzr revid: vda@tinyerp.com-20111124124944-mywfq45lx5uypptm
2011-11-24 18:19:44 +05:30
Vaibhav (OpenERP) e80e028dfe [FIX] display name if no fields defined.
bzr revid: vda@tinyerp.com-20111124120408-fj2khgq8d4417ui7
2011-11-24 17:34:08 +05:30
Vaibhav (OpenERP) 321bc449c4 [FIX] Oops! event binding on dom.jqueryfy dom.
bzr revid: vda@tinyerp.com-20111124112138-w900u1bflff5e4zv
2011-11-24 16:51:38 +05:30
Vaibhav (OpenERP) 79e2bcc6c9 [FIX] Get Task from tree panel using Project info.
bzr revid: vda@tinyerp.com-20111124111756-upaxyocg9b1v178u
2011-11-24 16:47:56 +05:30
Vaibhav (OpenERP) 15b357cb79 [FIX] Used Old method for multiple group_by.
bzr revid: vda@tinyerp.com-20111123102614-r4uvsuhrj0t7q9fm
2011-11-23 15:56:14 +05:30
Vaibhav (OpenERP) ef3c7d9c3b [FIX] Done for level 1 group. todo for multi level.
bzr revid: vda@tinyerp.com-20111121111931-f149p9vau10vsx60
2011-11-21 16:49:31 +05:30
Vaibhav (OpenERP) c95adf2c8a [FIX] Reload and update record on Resize.
bzr revid: vda@tinyerp.com-20111121091512-8o5wxtid0cky2on8
2011-11-21 14:45:12 +05:30
Vaibhav (OpenERP) b0ece86d7c [FIX] Create node.
bzr revid: vda@tinyerp.com-20111116133844-qp4fp3pkruqpgobr
2011-11-16 19:08:44 +05:30
Vaibhav (OpenERP) 4a7cc97197 [FIX] follow multi level Group.
bzr revid: vda@tinyerp.com-20111110102305-3h661p2va5unyo15
2011-11-10 15:53:05 +05:30
Vaibhav (OpenERP) 2975c1406a [MERGE] trunk.
bzr revid: vda@tinyerp.com-20111110053010-764swpojy1kb241f
2011-11-10 11:00:10 +05:30
Vaibhav (OpenERP) 282f6756ad [FIX] Events attached only to child tasks.
bzr revid: vda@tinyerp.com-20111108090008-f65kvdlplgzryarb
2011-11-08 14:30:08 +05:30
Vaibhav (OpenERP) f1f7637d69 [FIX] duration calculation for date_stop.
bzr revid: vda@tinyerp.com-20111108073528-r4lrw0zxtsv1604a
2011-11-08 13:05:28 +05:30
Vaibhav (OpenERP) 60bbf83479 [FIX] Add subtask for groupby.
bzr revid: vda@tinyerp.com-20111108071415-ehui6wvm31xi6qqg
2011-11-08 12:44:15 +05:30
Vaibhav (OpenERP) e3f04a459f [FIX] First level group_by.
bzr revid: vda@tinyerp.com-20111105044251-2raq858ij8m21ha3
2011-11-05 10:12:51 +05:30
Vaibhav (OpenERP) 119a277cd9 [FIX] Generate Groups.
bzr revid: vda@tinyerp.com-20111104130208-i7xujd6mv2jm48fe
2011-11-04 18:32:08 +05:30
Vaibhav (OpenERP) 0fc1f948c4 [FIX] Add parent field if name not defined.
bzr revid: vda@tinyerp.com-20111103131551-3j8ofmslyfmxjhj2
2011-11-03 18:45:51 +05:30
Vaibhav (OpenERP) 11826b8e57 [FIX] Clear GanttView.
bzr revid: vda@tinyerp.com-20111103122635-k5fbv5dau3gizygb
2011-11-03 17:56:35 +05:30
Vaibhav (OpenERP) 8224421647 [FIX] added events.
bzr revid: vda@tinyerp.com-20111103120252-ius83ekv8dz54wgl
2011-11-03 17:32:52 +05:30
Vaibhav (OpenERP) 109ddd9d0c [IMP] Gantt View.Still need to improve for group by.
bzr revid: vda@tinyerp.com-20111103105141-dahiz09fvu0l45bu
2011-11-03 16:21:41 +05:30
Christophe Simonis ae0bf044ef [IMP] qweb templates are stored in addon manifest and given by the server
bzr revid: chs@openerp.com-20111102111105-ibyupno1e47sv9ho
2011-11-02 12:11:05 +01:00
Vaibhav (OpenERP) 964f7c5a71 [FIX] hide context menu. merge latest trunk.
bzr revid: vda@tinyerp.com-20111024101015-19l1vhvcvfiiwkkq
2011-10-24 15:40:15 +05:30
Olivier Dony b2b70870e5 [I18N] update PO templates for all addons after enabling LP translation sync
bzr revid: odo@openerp.com-20111007083949-0mz4q7fwtmyps8nu
2011-10-07 10:39:49 +02:00
Antony Lesuisse 77a3624fa1 [IMP] set module category to Hidden
bzr revid: al@openerp.com-20111005143607-7p5z3gn4ddt3pios
2011-10-05 16:36:07 +02:00
Fabien Meghazi 3e1b007478 [IMP] Viewmanager sets dataset's domain & context on_search
bzr revid: fme@openerp.com-20111003135203-d3p18cfdh5jko976
2011-10-03 15:52:03 +02:00
Vaibhav (OpenERP) 74cb5782aa [FIX] Gantview contextmenu Action should affects to record.
lp bug: https://launchpad.net/bugs/855346 fixed

bzr revid: vda@tinyerp.com-20110923065251-uj5ywar45xyj2y64
2011-09-23 12:22:51 +05:30
niv-openerp 2836c157d4 [imp] changed init of most views + the places were we init them
bzr revid: nicolas.vanhoren@openerp.com-20110915094944-7l229rjknptr5vcl
2011-09-15 11:49:44 +02:00
niv-openerp eddd4a8827 [imp] added this._super() in all views
bzr revid: nicolas.vanhoren@openerp.com-20110915094246-6v6imml9bf3y4ycj
2011-09-15 11:42:46 +02:00
Fabien Meghazi e0eec18342 [IMP] Removed global QWeb. Now instanciate a QWeb2.Engine for each session: instance.web.qweb
bzr revid: fme@openerp.com-20110907093743-k0224c5qjb74hxvb
2011-09-07 11:37:43 +02:00
Antony Lesuisse d57d2fcc0d [IMP] factorize view/load part2 addons
bzr revid: al@openerp.com-20110906230859-qip1rc83y50w5g3j
2011-09-07 01:08:59 +02:00
niv-openerp 1ad1e8b028 [imp] refactoring of the translations according to rename of base to web
bzr revid: nicolas.vanhoren@openerp.com-20110906100336-2eqs2wboru6aqyop
2011-09-06 12:03:36 +02:00
Xavier Morel 067e0b8827 [FIX] implicit globals: missing 'var' declarations
did not touch gantt.js, this thing's a swap, there are implicit globals which are actually used globally

bzr revid: xmo@openerp.com-20110906093139-uermn7a9vo38l3kf
2011-09-06 11:31:39 +02:00