Commit Graph

988 Commits

Author SHA1 Message Date
Raphael Collet 2398f480cd [IMP] addons: add _depends on models backed up by an sql view and used by other models 2014-07-08 15:32:38 +02:00
Raphael Collet cbe2dbb672 [MERGE] new v8 api by rco
A squashed merge is required as the conversion of the apiculture branch from
bzr to git was not correctly done. The git history contains irrelevant blobs
and commits. This branch brings a lot of changes and fixes, too many to list
exhaustively.

- New orm api, objects are now used instead of ids
- Environements to encapsulates cr uid context while maintaining backward compatibility
- Field compute attribute is a new object oriented way to define function fields
- Shared browse record cache
- New onchange protocol
- Optional copy flag on fields
- Documentation update
- Dead code cleanup
- Lots of fixes
2014-07-06 17:05:41 +02:00
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
ged-odoo 74168c4e9d Merge pull request #272 from odoo-dev/master-inline-searchview-ged
[MERGP] Inline Searchview

This task split the searchview in two parts: SearchView and SearchViewDrawer. The drawer is displayed inside the main view and the searchview stays in place.  It also changes the scrolling behavior of the web client: the main view area can scroll without affecting the UI (so the various menus stays in place)

Because of this, other large changes have been made:

the drawer has been redesigned,
the Custom Filter widget has been split in two (Custom Report and SaveCurrentFilter),
the main view is now scrollable, so the UI stays in place and only the view can change
The text 'Group By...' has been changed into 'Group By' (most addons had to be modified)
bootstrap classes are used when it makes sense (for example, badge)
the left menu is also scrollable (separately from the main view)

It is likely that some stupid bugs have been introduced.  Please don't hurt me.
2014-06-12 16:27:11 +02:00
Fabien Meghazi faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
Géry Debongnie 555677f14d [IMP] replace all 'Group By...' by 'Group By'
in all searchview, the 'Group By...' looks weird, next to the Custom
Reports and Filters.  This change was requested by the upper management
2014-05-22 11:44:35 +02:00
Gery Debongnie 943f2d4e4e [FIX] code cleanup (addon hr_evaluation)
improves _appraisal_count method and remove now useless one2many field appraisal_ids

bzr revid: ged@openerp.com-20140507090328-wyl9gbfzdc540d1k
2014-05-07 11:03:28 +02:00
Gery Debongnie 5aa2fa150c [MERGE] merge from trunk
bzr revid: ged@openerp.com-20140502130753-4z24z1to9pkrckvq
2014-05-02 15:07:53 +02:00
Antony Lesuisse 7e25b9ae55 [MERGE] saas-4 report_webkit missing dependency on report
bzr revid: al@openerp.com-20140501152604-4cobh5ui47dt4pem
bzr revid: al@openerp.com-20140501155633-gefnc3zqcsr2rhaz
bzr revid: al@openerp.com-20140501161156-4wbsvhh8gz4r22h3
2014-05-01 18:11:56 +02:00
Richard Mathot (OpenERP) 65f2db5c21 [MERGE] from trunk
bzr revid: rim@openerp.com-20140429081937-hhqcg84o7iha78fq
2014-04-29 10:19:37 +02:00
Christophe Simonis cf507ffc6a [FIX] hr_evaluation: give access to the right survey menus
bzr revid: chs@openerp.com-20140428094143-010zuh723nr7zq2q
2014-04-28 11:41:43 +02:00
Launchpad Translations on behalf of openerp fa60b90c1f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140422075247-nxfftok20ltlnea6
2014-04-22 07:52:47 +00:00
Gery Debongnie f57b767361 [MERGE] merge from trunk
bzr revid: ged@openerp.com-20140415150146-5ovdjzta58t5dhd2
2014-04-15 17:01:46 +02:00
Gery Debongnie 8135812d34 [FIX] moves the field definitions of models hr.job and hr.employee that should have been in submodules to their correct place (in hr_something) to avoid dependencies problems (addons hr, hr_*)
bzr revid: ged@openerp.com-20140415105419-wy026n5k10wo80wb
2014-04-15 12:54:19 +02:00
Randhir Mayatra rma-openerp c399e1daaf [MERGE] merge with latest trunk and resolve conflicts
bzr revid: rma@tinyerp.com-20140414110149-r3l00xr8l08ex7oc
2014-04-14 16:31:49 +05:30
Launchpad Translations on behalf of openerp e82fbf7d91 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140412083153-3ona1js7o6z421vg
2014-04-12 08:31:53 +00:00
Gery Debongnie 2e9ee9c76e [MERGE] merge from rma branch
bzr revid: ged@openerp.com-20140410145131-fj17mdpi13wa5a9m
2014-04-10 16:51:31 +02:00
Richard Mathot (OpenERP) 42aee473b4 [FIX] Adapting demo data to the new model
bzr revid: rim@openerp.com-20140408145835-036xh7znapwdxcsz
2014-04-08 16:58:35 +02:00
Randhir Mayatra rma-openerp 9dbaa58694 [MERGE] merge with latest trunk
bzr revid: rma@tinyerp.com-20140407102440-ngtr58o2w2ypqrol
2014-04-07 15:54:40 +05:30
Randhir Mayatra rma-openerp 4c0f7b1be8 [IMP] improve strings and project view
bzr revid: rma@tinyerp.com-20140404112926-716zimuh3p2ec80k
2014-04-04 16:59:26 +05:30
Richard Mathot (OpenERP) f07e0ff8c5 [MERGE] Sync with trunk
bzr revid: rim@openerp.com-20140401071752-mdhg7kjdhgvju1cb
2014-04-01 09:17:52 +02:00
Randhir Mayatra rma-openerp 77ff3a69b8 [IMP] improve icons and views
bzr revid: rma@tinyerp.com-20140328133051-2amm63n2vy3bj3xe
2014-03-28 19:00:51 +05:30
Launchpad Translations on behalf of openerp 51aa261b44 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140327073504-l0fydwct329jhirh
2014-03-27 07:35:04 +00:00
Yogesh Parekh (OpenERP) 3897de56b7 [IMP]: Convert buttons into stat buttons in hr modules
bzr revid: ypa@tinyerp.com-20140326120056-qqauj7pmhf0uxhuj
2014-03-26 17:30:56 +05:30
Richard Mathot (OpenERP) 7a77412cca [IMP] Update demo data: add stages
bzr revid: rim@openerp.com-20140321075345-a9wfarz2etaijy4p
2014-03-21 08:53:45 +01:00
Richard Mathot (OpenERP) a674b47980 [FIX] Views and actions for hr_evaluation
bzr revid: rim@openerp.com-20140319135224-qxeth056mwkwciue
2014-03-19 14:52:24 +01:00
Richard Mathot (OpenERP) 1e3e03b4e6 [REM] Disabling outdated tests because hr_evaluation will be totally refactored for v8
bzr revid: rim@openerp.com-20140319122453-lgx7up6idhticj4s
2014-03-19 13:24:53 +01:00
Richard Mathot (OpenERP) 23cb33217b [REM] Code not in use anymore
bzr revid: rim@openerp.com-20140319112145-ojj0nd7okl8q3jjw
2014-03-19 12:21:45 +01:00
Richard Mathot (OpenERP) 18c1ed999d [FIX] hr_evaluation models
bzr revid: rim@openerp.com-20140319105827-3n2jam9qahj57u73
2014-03-19 11:58:27 +01:00
Richard Mathot (OpenERP) 3379880680 [REV] to r10597 (typo)
bzr revid: rim@openerp.com-20140319103036-jijpbummihwie8yb
2014-03-19 11:30:36 +01:00
Richard Mathot (OpenERP) 79428ff8a9 [FIX] Several fixes into hr_evaluation models
hr_evaluation now uses the revamped surveys

bzr revid: rim@openerp.com-20140318155534-pc7m615ogqp9p30n
2014-03-18 16:55:34 +01:00
Richard Mathot (OpenERP) ff80987c69 [FIX/REF] hr_evaluation: Propagation of variable name change
bzr revid: rim@openerp.com-20140305152707-a07viqsfgnxolou4
2014-03-05 16:27:07 +01:00
Richard Mathot (OpenERP) 3e46f5ba9e [FIX] hr_evaluation: appraisal phases can be linked to a survey only if it has the 'res_model' field set to 'hr_evaluation'
bzr revid: rim@openerp.com-20140305151711-1gb12n14kwp0l78b
2014-03-05 16:17:11 +01:00
Richard Mathot (OpenERP) da5fc3cb77 [REV] Restoring old tests
bzr revid: rim@openerp.com-20140305142354-1nbuvpxgsjxsgvcm
2014-03-05 15:23:54 +01:00
Richard Mathot (OpenERP) d9d3dbaf8a [FIX][IMP][REF] hr_evaluation: Conversion of old demo data to new survey format
bzr revid: rim@openerp.com-20140305142338-g40e7a6qg0y1fnai
2014-03-05 15:23:38 +01:00
Richard Mathot (OpenERP) 8a60839c6e [FIX] test according to new demo data
bzr revid: rim@openerp.com-20140304155322-19mtf11yilbin7zt
2014-03-04 16:53:22 +01:00
Richard Mathot (OpenERP) 74e553d6c9 [REM] this test has no purpose anymore (since the data used there are always 'open')
bzr revid: rim@openerp.com-20140304154907-7hi8h15jveiags2t
2014-03-04 16:49:07 +01:00
Richard Mathot (OpenERP) 19bc75bcb3 [FIX] demo data
[FIX] tests
[REM] outdated demo data

bzr revid: rim@openerp.com-20140304154412-2iwf8v5xoxed3yeg
2014-03-04 16:44:12 +01:00
Richard Mathot (OpenERP) b3e08d83ff [FIX] tests
bzr revid: rim@openerp.com-20140304151115-wvu072h11kmzupj1
2014-03-04 16:11:15 +01:00
Richard Mathot (OpenERP) 46d972e6b0 [WIP][FIX] Partial fix of the tests of hr_evaluation
bzr revid: rim@openerp.com-20140304144308-76b08pktexfklj66
2014-03-04 15:43:08 +01:00
Richard Mathot (OpenERP) e8aefaddfa [FIX] Re-enabling tests for hr_evaluation
bzr revid: rim@openerp.com-20140304142916-1jgu51t8mdmm00xz
2014-03-04 15:29:16 +01:00
Richard Mathot (OpenERP) ea2fd36ba3 [FIX] Security rules for 'hr_evaluation' according to new objects in 'survey'
bzr revid: rim@openerp.com-20140304131016-e14dyu4fszv1jls8
2014-03-04 14:10:16 +01:00
Richard Mathot (OpenERP) 485d6c0092 [WIP] Temporarily disabling of tests in hr_evaluation and hr_recruitment
bzr revid: rim@openerp.com-20140304094533-gaft7rx3581snefg
2014-03-04 10:45:33 +01:00
Richard Mathot (OpenERP) ac45077749 [MERGE] Sync with trunk
bzr revid: rim@openerp.com-20140304090633-6er115zbxgtsmv8u
2014-03-04 10:06:33 +01:00
Launchpad Translations on behalf of openerp 9863dbe5c8 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140304075238-yra39uwmwahmrnf3
2014-03-04 07:52:38 +00:00
Richard Mathot (OpenERP) 4691383273 [REF] code cleaning
bzr revid: rim@openerp.com-20140212131837-gjbl4nu8d1zdwqy1
2014-02-12 14:18:37 +01:00
Richard Mathot (OpenERP) fbbe8631c9 [FIX] Partial fix of 'hr_evaluation', which is broken by the new 'survey' + code cleaning and simplification
bzr revid: rim@openerp.com-20140211153524-kxupg07ns5dny658
2014-02-11 16:35:24 +01:00
Sunil Sharma (OpenERP) a267d86b29 [rem,imp]:hr:remove hr dashboard and improve hr view
bzr revid: sunilsharma.sharma07@gmail.com-20140130064923-35tvo8q3sy4n09vx
2014-01-30 12:19:23 +05:30
Launchpad Translations on behalf of openerp 3ce5e01eca Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140128064139-6fjg3b236v5d790j
2014-01-28 06:41:39 +00:00
Gery Debongnie 00c6d55ac9 [MERGE] merge trunk into local branch
bzr revid: ged@openerp.com-20140116144326-8kwqab71zp8s7a8e
2014-01-16 15:43:26 +01:00
jke-openerp ecca2f99c3 [Merge] Merge With Trunk
bzr revid: jke@openerp.com-20140106082030-e0auqh3l9b2cpuyi
2014-01-06 09:20:30 +01:00
Gery Debongnie 52615b9d12 [IMP] removes old tree views in reporting and replaces them by the new graph views in pivot mode by default (addon hr_evaluation)
bzr revid: ged@openerp.com-20140102105455-1v3ututqhersh0hp
2014-01-02 11:54:55 +01:00
Gery Debongnie 9dfb5de2f8 [MERGE] merge from trunk
bzr revid: ged@openerp.com-20131224112327-r1evm1pcw2gpn8dh
bzr revid: ged@openerp.com-20131226132625-33fgmyb0fbu0c9ia
2013-12-26 14:26:25 +01:00
Gery Debongnie 48196bcad5 [IMP] changes the xml description of the graphs to use the new graph view (and to make sure the result is as close as possible) (addon hr_evaluation)
bzr revid: ged@openerp.com-20131224102758-nrt1i8kv6y1bpl21
2013-12-24 11:27:58 +01:00
jke-openerp eeb4e9629f [TYPO] Replace base_calendar to calendar in csv security
bzr revid: jke@openerp.com-20131219160620-kcjrqv0uald99qqe
2013-12-19 17:06:20 +01:00
jke-openerp dd285d23af [TYPO] Rename base_calendar into calendar
bzr revid: jke@openerp.com-20131219144739-9ic700ycef8uklbc
2013-12-19 15:47:39 +01:00
Martin Trigaux 0a0be4f86c [MERGE] sync with trunk
bzr revid: mat@openerp.com-20131212093234-11xachvlsou862q4
2013-12-12 10:32:34 +01:00
Launchpad Translations on behalf of openerp 17fe569269 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131119052725-2fcjekn5ouumctna
bzr revid: launchpad_translations_on_behalf_of_openerp-20131120052525-2pwf2q3wdcrbqics
2013-11-20 05:25:25 +00:00
Launchpad Translations on behalf of openerp 6f10f3ae24 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131116054548-3p5ym1d6w40ctn2i
bzr revid: launchpad_translations_on_behalf_of_openerp-20131117052157-8zpcgl9vc9s80s5c
bzr revid: launchpad_translations_on_behalf_of_openerp-20131118052246-2yk6opkjie1zcpw1
2013-11-18 05:22:46 +00:00
Martin Trigaux 20b13f39f9 [MERGE] sync with trunk
bzr revid: mat@openerp.com-20131002144704-yaccnyj2tzqwhpv1
2013-10-02 16:47:04 +02:00
Launchpad Translations on behalf of openerp 9dba69ba48 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130912064018-3vecn03jcu9fm1m8
2013-09-12 06:40:18 +00:00
Thibault Delavallée 8b48cc9520 [MERGE] addons: added groups when quick creating user in various addons.
bzr revid: tde@openerp.com-20130904141122-uaxlnu7qxzri4q3a
2013-09-04 16:11:22 +02:00
Thibault Delavallée ed0a829cb3 [MERGE] [IMP] addons: improved name and tooltips of groupby date in various addons.
bzr revid: tde@openerp.com-20130904141053-yustqiuzynbettq8
2013-09-04 16:10:53 +02:00
Launchpad Translations on behalf of openerp cb8f9c5a0d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130903054857-i15nhvtthlho7chm
2013-09-03 05:48:57 +00:00
Martin Trigaux f3e00b8c17 [MERGE] sync with trunk
bzr revid: mat@openerp.com-20130702095014-boktf79ocopibi0t
2013-07-02 11:50:14 +02:00
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
Martin Trigaux ad78a1b6aa [MERGE] sync with latest trunk
bzr revid: mat@openerp.com-20130621075406-d9syftu04k8iytcz
2013-06-21 09:54:06 +02:00
Thibault Delavallée 48071be570 [MERGE] Merged branch holding addons-30 misc improvement. FP-style merge for testing purpose.
bzr revid: tde@openerp.com-20130613105923-xt7rvj0n3n3egvzj
2013-06-13 12:59:23 +02:00
Martin Trigaux aae3a5dd27 [MERGE] latest sync
bzr revid: mat@openerp.com-20130606114122-vkho79a8wm3grwv7
2013-06-06 13:41:22 +02:00
Xavier Morel 7a2d912964 [REM] bunch of nonsensical @model + @ref
bzr revid: xmo@openerp.com-20130429124333-p1h11fpy04y3sljy
2013-04-29 14:43:33 +02:00
Martin Trigaux 2dbfe49d73 [MERGE] Latest trunk
bzr revid: mat@openerp.com-20130418080838-itvi6nxxzddk3dqo
2013-04-18 10:08:38 +02:00
Vishmita Jadeja (openerp) e078eeeebe [Merge]Merge lp:openobject-addons
bzr revid: vja@tinyerp.com-20130418074044-xlxquhnls1tccv5g
2013-04-18 13:10:44 +05:30
Martin Trigaux 0b0c24a636 [REF] moving to only hr_gamification module
bzr revid: mat@openerp.com-20130416124558-p40tkw8mgr4e7v04
2013-04-16 14:45:58 +02:00
Martin Trigaux 0222ae2a21 [IMP] better data
bzr revid: mat@openerp.com-20130415155014-y6bdafhnmb5g7kqj
2013-04-15 17:50:14 +02:00
Martin Trigaux d02eed5d36 [IMP] compute with python for goals
bzr revid: mat@openerp.com-20130415145743-mme15smubk14dvg4
2013-04-15 16:57:43 +02:00
Martin Trigaux 7b8b0ed467 [IMP] adding features
bzr revid: mat@openerp.com-20130415140401-qzg3f0lz2i9b6kki
2013-04-15 16:04:01 +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
Martin Trigaux c7edf72350 [IMP] gamification officer rules
bzr revid: mat@openerp.com-20130412092603-aotk0y53snjz9c9i
2013-04-12 11:26:03 +02:00
Martin Trigaux 28761467fc [IMP] better UI
bzr revid: mat@openerp.com-20130411151132-vsk2cnff5uhqmzas
2013-04-11 17:11:32 +02:00
Martin Trigaux f70b0017f6 [IMP] fixing and UI
bzr revid: mat@openerp.com-20130410101454-nkt8mbt8qb13zrge
2013-04-10 12:14:54 +02:00
Martin Trigaux 1a5ae7f32e [IMP] better UI
bzr revid: mat@openerp.com-20130408141132-or43mhdl8d5ds7xb
2013-04-08 16:11:32 +02:00
Martin Trigaux 32b523c1d6 [IMP] better UI
bzr revid: mat@openerp.com-20130408131729-lhlv0mhss502j9m1
2013-04-08 15:17:29 +02:00
Martin Trigaux 8c07975c91 [IMP] security rules
bzr revid: mat@openerp.com-20130408101940-syg67y7nx3hw12gg
2013-04-08 12:19:40 +02:00
Launchpad Translations on behalf of openerp 086b844df5 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130330052753-vptpgl8jh0zxx2zf
bzr revid: launchpad_translations_on_behalf_of_openerp-20130331052801-af1yzruwutw4ce3b
bzr revid: launchpad_translations_on_behalf_of_openerp-20130401050658-9x864eerp9tph8ia
bzr revid: launchpad_translations_on_behalf_of_openerp-20130403052653-u7naqcrqgxv41q33
2013-04-03 05:26:53 +00:00
Martin Trigaux 3d0919c129 [MERGE] Latest trunk
bzr revid: mat@openerp.com-20130402072223-5ppqigavgtrpfv6n
2013-04-02 09:22:23 +02:00
Martin Trigaux e20bd7b0b9 [MERGE] Latest trunk
bzr revid: mat@openerp.com-20130329080505-1hoab0tsa6y6x827
2013-03-29 09:05:05 +01:00
Vo Minh Thu 9b0ced610f [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20130322134958-jhe6m0222jq7wo41
2013-03-22 14:49:58 +01:00
Martin Trigaux dd3a7966bd [FIX] hr manager can see related goal menu
bzr revid: mat@openerp.com-20130320084540-ik7vl3irshbyo5bk
2013-03-20 09:45:40 +01:00
Martin Trigaux 4f723dba7f [IMP] menu and group by
bzr revid: mat@openerp.com-20130318150007-egx399cn4nybu7s8
2013-03-18 16:00:07 +01:00
Martin Trigaux 2027261af8 [MERGE] Latest trunk
bzr revid: mat@openerp.com-20130318085216-ylvrelq6q6mjm0qd
2013-03-18 09:52:16 +01:00
Launchpad Translations on behalf of openerp 4ce8d2697d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130316055338-ogfw01ap8fh1hlaj
bzr revid: launchpad_translations_on_behalf_of_openerp-20130317045918-zi1230lgxjbkqw3x
bzr revid: launchpad_translations_on_behalf_of_openerp-20130318044640-ts2tr31y2gl25rev
2013-03-18 04:46:40 +00:00
Quentin (OpenERP) d0f5b28bd0 [MERGE] merge with main trunk branch to get last translations from launchpad
bzr revid: qdp-launchpad@openerp.com-20130315103116-lxj96usw3ipd11z5
2013-03-15 11:31:16 +01:00
Martin Trigaux 8b6cdd23a3 [MERGE] Latest trunk
bzr revid: mat@openerp.com-20130315093059-i9iaaplp1erf4ac3
2013-03-15 10:30:59 +01:00
Launchpad Translations on behalf of openerp 72f29d98b8 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130315055412-luy9qg1pkdjnqlud
2013-03-15 05:54:12 +00:00
Quentin (OpenERP) be05b374a1 [MERGE] forwardport of bugfixes made in v7 up to revision 8854.
bzr revid: qdp-launchpad@openerp.com-20130314112740-s01t51p4m7mxcumz
2013-03-14 12:27:40 +01:00
Martin Trigaux 95c244d35a [ADD] gamification: security rules
bzr revid: mat@openerp.com-20130313095154-b5wi1ohu0wo6hz5w
2013-03-13 10:51:54 +01:00
Launchpad Translations on behalf of openerp c5319f47f7 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130309053740-hrhdafa05mp0s6cd
bzr revid: launchpad_translations_on_behalf_of_openerp-20130310051349-azaf8kb3hdi6ux85
bzr revid: launchpad_translations_on_behalf_of_openerp-20130311054204-8yc0hga0v6pkk36x
bzr revid: launchpad_translations_on_behalf_of_openerp-20130309053843-8x3181swnc2x0rim
bzr revid: launchpad_translations_on_behalf_of_openerp-20130310051523-z6034cfpv1qbztzx
bzr revid: launchpad_translations_on_behalf_of_openerp-20130311054303-38ti3nq1h5jfbasa
bzr revid: launchpad_translations_on_behalf_of_openerp-20130309053849-8eqsc9sjxknzfha8
bzr revid: launchpad_translations_on_behalf_of_openerp-20130310051527-tajzx0x6p7mzpg43
bzr revid: launchpad_translations_on_behalf_of_openerp-20130311054307-qgl6ao1a06b9an3a
2013-03-11 05:43:07 +00:00
Launchpad Translations on behalf of openerp cc87ba5db7 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130308052354-6aerviht20qnfh26
bzr revid: launchpad_translations_on_behalf_of_openerp-20130308060553-lujyj3qxhqljssu0
bzr revid: launchpad_translations_on_behalf_of_openerp-20130308060749-69tgopwkctb0v5ei
2013-03-08 06:07:49 +00:00
Olivier Dony 1e5a3aa787 [I18N] *: update translation templates for latest term changes due to bug fixes
bzr revid: odo@openerp.com-20130307121934-jfwfl1q0jtvswe0c
2013-03-07 13:19:34 +01:00
Martin Trigaux e44532b630 [MERGE] Latest trunk
bzr revid: mat@openerp.com-20130306101439-256zqa4f3or3igwj
2013-03-06 11:14:39 +01:00