Commit Graph

276 Commits

Author SHA1 Message Date
rlu-odoo 8b67a7202d [REF] OpenERP --> Odoo in various UI texts
Rebranding has been done in:
- data/demo files
- html templates
- help notices
- comments
- logger messages
- and other various messages

(Commit taken from odoo-dev:8.0-improve-openerp-odoo-rlu at rev 7deaa08)

Closes #1260
2014-07-18 13:45:41 +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
Olivier Dony 0f01df42ea [MERGE] Forward-port saas-5 up to f15cbd6 2014-06-12 18:59:15 +02:00
Olivier Dony f15cbd6520 [MERGE] Forward-port saas-4 bugfixes up to ad4c6ca 2014-06-12 18:54:36 +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 af58bc5914 Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged 2014-06-11 10:10:58 +02:00
Olivier Dony 6b85d80f23 [FIX] Wrap werkzeug.utils.escape() to accomodate signature change in 0.9
We always want to escape quotes (") as part of the process of
generating HTML output. This option (quote=True) turned into
an implicit flag with a DeprecationWarning in werkzeug 0.9.0
It is likely to disappear in a future release of werkzeug too.
A wrapper avoids this warning without loss of compatibility
2014-06-10 18:46:40 +02:00
Christophe Simonis a7c2125735 [MERGE] forward port of branch saas-4 up to 6b8e972 2014-06-10 13:15:46 +02:00
Christophe Simonis 6b8e9727e5 [MERGE] forward port of branch saas-3 up to 4601d85 2014-06-10 12:29:47 +02:00
Denis Ledoux 4b3cec8ecf [FIX] website_event_track: remove trailing comma in speakers name in event tracks 2014-06-05 17:50:15 +02:00
Géry Debongnie 5cc8f9ca42 Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged 2014-05-28 10:37:16 +02:00
Olivier Dony 04211015fc [MERGE] Forward-port of latest saas-4 fixes, up to 0452851 2014-05-27 20:49:49 +02:00
Xavier Morel e06f5b414b [IMP] inherit_option_id -> application 2014-05-27 12:13:51 +02:00
Géry Debongnie 62900fe01b Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged
Conflicts:
	addons/crm/crm_case_section_view.xml
2014-05-26 10:06:31 +02:00
Fabien Pinckaers 143615ddc1 Merge branch 'master-remove-html-fields-backend-ypa' of https://github.com/odoo-dev/odoo into odoo-dev-master-remove-html-fields-backend-ypa 2014-05-23 09:24:16 +02:00
Yogesh Parekh c0f453a1ea Remove description html field from website_event_track module 2014-05-22 15:28:39 +05:30
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
Richard Mathot 37d6fe344b [FIX] website_event_track: display speakers name to public users 2014-05-21 17:10:50 +02:00
Christophe Simonis a756b82372 [MERGE] forward port of branch saas-4 up to revid bb26dea 2014-05-20 20:19:55 +02:00
Christophe Simonis 040c93026a [MERGE] merge bzr trunk addons branch 2014-05-20 18:10:36 +02:00
Richard Mathot (OpenERP) be99dbf16a [FIX] website_event_track: human-readable display of track durations 2014-05-19 17:41:50 +02:00
Vicente Jimenez Aguilar 3b859c219f Default event track is half hour not 30 hours
This is a leftover from revision 9304
where the duration property of events changed unit
from minutes to hours but the defualt value remained 30.
2014-05-19 14:04:01 +02:00
Fabien Meghazi c3cfc4bc32 [MERGE] sitemap backport, merge trunk from 9438 til 9440
merge from 9438 revid:fp@tinyerp.com-20140511115231-g8ke14r9iepyypv4 til 9440 revid:fp@tinyerp.com-20140511143314-nzn1239l00arbxjq
2014-05-13 16:38:31 +02:00
Fabien Meghazi 8eed143112 [IMP] Invert multilang logic in route decorator. True by default, can be set to False explicitlty 2014-05-13 11:35:45 +02:00
Xavier Morel ef06e5087a [FIX] various website modules, re-enable crawler tests
* fix crawler to discard URL fragments before deduplicating and crawling
* fix website_forum links which should not be links (either because their urls
  are JSON-RPC methods or because their urls are side-effecting
* remove stray print statements
* side-improvements (simplifications) to some methods
2014-05-13 11:42:05 +02:00
Xavier Morel 36bb8acfab [IMP] website_event_track: simplify event_agenda 2014-05-13 10:49:24 +02:00
Richard Mathot (OpenERP) 5cf2386e72 [FIX] website_event_track: display days in chronological order 2014-05-13 09:28:03 +02:00
Fabien Pinckaers 798e4156fa [IMP] sitemap cleaning: events
bzr revid: fp@tinyerp.com-20140511143314-nzn1239l00arbxjq
2014-05-11 16:33:14 +02:00
Raphael Collet 1d0a6e20a4 [FIX] event: move definition of fields track_ids and count_tracks to the right module
bzr revid: rco@openerp.com-20140505085739-z2asr1vrx6yyjtlh
2014-05-05 10:57:39 +02:00
Gery Debongnie 2e9ee9c76e [MERGE] merge from rma branch
bzr revid: ged@openerp.com-20140410145131-fj17mdpi13wa5a9m
2014-04-10 16:51:31 +02:00
Fabien Pinckaers 8970cefdd1 [IMP] track duration in hours
bzr revid: fp@tinyerp.com-20140409184334-ehkhowyhyqw6cdmx
2014-04-09 20:43:34 +02:00
Fabien Pinckaers 65908c769b [IMP] Event Agenda: merge with cleaning
bzr revid: fp@tinyerp.com-20140409172600-bwy97j8kr8dzrgg9
2014-04-09 19:26:00 +02:00
Vidhin Mehta (OpenERP) 9776b9e0bd [FIX]
bzr revid: vme@tinyerp.com-20140409102852-wzbj1h4l9s94v7fc
2014-04-09 15:58:52 +05:30
Vidhin Mehta (OpenERP) 308ac3dcaf [IMP]improve comment
bzr revid: vme@tinyerp.com-20140409101205-j41ufx8kxh10usf3
2014-04-09 15:42:05 +05:30
Vidhin Mehta (OpenERP) 4a1bc09a40 [IMP]shows location on days and fixes other bug.
bzr revid: vme@tinyerp.com-20140409100310-tiugx0jzxlwdphy6
2014-04-09 15:33:10 +05:30
Fabien Pinckaers 6dff1b434d [IMP] track translatable
bzr revid: fp@tinyerp.com-20140409082730-0aafeuss3o8ywmkm
2014-04-09 10:27:30 +02:00
Christophe Simonis 0fad8159f3 [MERGE] forward port of branch saas-3 up to revid 9380 chs@openerp.com-20140407144439-10n8fs6zovodwwtx
bzr revid: chs@openerp.com-20140407163318-hh3jwfkj3o2c83lk
2014-04-07 18:33:18 +02:00
Vidhin Mehta (OpenERP) 2baf1c7a52 [IMP]
bzr revid: vme@tinyerp.com-20140404110140-i0gtefh1astotx70
2014-04-04 16:31:40 +05:30
Vidhin Mehta (OpenERP) 2a8f2a70ff [IMP]Show track name when overlaping and color shown in backend view.
bzr revid: vme@tinyerp.com-20140404105903-wvgrsias92zml5di
2014-04-04 16:29:03 +05:30
Vidhin Mehta (OpenERP) a4907a2d82 [FIX]timezone
bzr revid: vme@tinyerp.com-20140404070517-gr561r6l5b02t4a3
2014-04-04 12:35:17 +05:30
Vidhin Mehta (OpenERP) 2325750562 [REM]
bzr revid: vme@tinyerp.com-20140404055028-cjb6vzv1whvacpr1
2014-04-04 11:20:28 +05:30
Denis Ledoux 73b3c851da [FIX] website*: remove unusable demo links from manifests
bzr revid: dle@openerp.com-20140403145128-9w92v4mmasz66mqj
2014-04-03 16:51:28 +02:00
Vidhin Mehta (OpenERP) 77390a8b76 [MERGE]Trunk.
bzr revid: vme@tinyerp.com-20140403131938-75bwnfhg6frydlnb
2014-04-03 18:49:38 +05:30
Vidhin Mehta (OpenERP) ec02c17ded [IMP]Add test cases.
bzr revid: vme@tinyerp.com-20140403125219-i34g7kxpcsbo1pcq
2014-04-03 18:22:19 +05:30
Vidhin Mehta (OpenERP) a2bb4bb603 [ADD]Add many usefull comments.
bzr revid: vme@tinyerp.com-20140403101936-7qvi6wqvfpxpcpg9
2014-04-03 15:49:36 +05:30
Vidhin Mehta (OpenERP) 6a58964065 [MERGE]Trunks.
bzr revid: vme@tinyerp.com-20140403072700-9p2m0jmtp28xwpxd
2014-04-03 12:57:00 +05:30
Fabien Pinckaers 9588999c7c [IMP] Tracks: alphabetic order
bzr revid: fp@tinyerp.com-20140403072548-y4823lyjuovl5neu
2014-04-03 09:25:48 +02:00
Vidhin Mehta (OpenERP) 3357b38143 [Refacotere]Code.
bzr revid: vme@tinyerp.com-20140403071711-5dclywkcojrqu7dj
2014-04-03 12:47:11 +05:30
Randhir Mayatra rma-openerp 3470c07e77 [MERGE] merge with latest trunk
bzr revid: rma@tinyerp.com-20140327043351-3lqmcuxd26mrlzxu
2014-03-27 10:03:51 +05:30
Yogesh Parekh (OpenERP) 22fd5a3e92 [IMP]: Convert buttons into stat button in stockand purchase module
bzr revid: ypa@tinyerp.com-20140326125640-0my7ih6bgk9s9dt1
2014-03-26 18:26:40 +05:30
Vidhin Mehta (OpenERP) 17021e8bfb [IMP]
bzr revid: vme@tinyerp.com-20140326113540-0ore3bg7sd1r2vu3
2014-03-26 17:05:40 +05:30
Vidhin Mehta (OpenERP) df0631ad3d [IMP]default date set to event's date_begin.
bzr revid: vme@tinyerp.com-20140326103833-11s3q1wbir5359xd
2014-03-26 16:08:33 +05:30
Vidhin Mehta (OpenERP) e7bb0c0bcf [fIX]
bzr revid: vme@tinyerp.com-20140326094009-3w0ybp1ay3v1jlh5
2014-03-26 15:10:09 +05:30
Vidhin Mehta (OpenERP) cf96c853ee [IMP]demo data.
bzr revid: vme@tinyerp.com-20140326092431-i8cw7gxdgr7damai
2014-03-26 14:54:31 +05:30
Vidhin Mehta (OpenERP) cdc28ed904 [IMP] overlap check with sql.
bzr revid: vme@tinyerp.com-20140326090209-afmcp61o8zo9yjvq
2014-03-26 14:32:09 +05:30
Vidhin Mehta (OpenERP) a6039496f6 [IMP]Add comments.
bzr revid: vme@tinyerp.com-20140325132319-w0f9xfokn7yicjkv
2014-03-25 18:53:19 +05:30
Vidhin Mehta (OpenERP) 763b1475a9 [IMP]Minor improvements.
bzr revid: vme@tinyerp.com-20140325131433-qf26x8kueone81tj
2014-03-25 18:44:33 +05:30
Vidhin Mehta (OpenERP) f2c567a666 [IMP]typo changing commits.
bzr revid: vme@tinyerp.com-20140325125343-prtk6wus50t93uih
2014-03-25 18:23:43 +05:30
Vidhin Mehta (OpenERP) 0881710694 [IMP]Refactore.
bzr revid: vme@tinyerp.com-20140325122327-9lqr308hz01q25p7
2014-03-25 17:53:27 +05:30
Vidhin Mehta (OpenERP) 458991e011 [IMP]make global methods.
bzr revid: vme@tinyerp.com-20140325103253-co0m99smbvtq7pxc
2014-03-25 16:02:53 +05:30
chm@openerp.com 13d7cfe86c [MERGE] from trunk
bzr revid: chm@openerp.com-20140324082341-d6gqyloc7822aen2
bzr revid: chm@openerp.com-20140325084852-i1yomuyhyen4ss95
2014-03-25 09:48:52 +01:00
Vidhin Mehta (OpenERP) 279be8cb26 [IMP]code refactore python.
bzr revid: vme@tinyerp.com-20140325065616-u4gksi76xtb6ajhw
2014-03-25 12:26:16 +05:30
Denis Ledoux 5e967d1a3f [MERGE] Forward-port of latest saas-3 bugfixes, up to rev. 9347 revid:dle@openerp.com-20140324162524-ew3c3eauj3kcnefi
bzr revid: dle@openerp.com-20140324162852-iubef1i0hwpxiske
2014-03-24 17:28:52 +01:00
Kersten Jeremy a747309ba8 [FIX] Add related field in sponsor model to allow public user to get logo from res partner without give all the rights.
bzr revid: jke@openerp.com-20140324134446-vy2vxycwltb8oclf
2014-03-24 14:44:46 +01:00
Vidhin Mehta (OpenERP) ee0e15c48e [REM]remove unwanted id.
bzr revid: vme@tinyerp.com-20140324091745-tfjamd3t17jaaju4
2014-03-24 14:47:45 +05:30
Vidhin Mehta (OpenERP) 5755070df3 [IMP]talks count.
bzr revid: vme@tinyerp.com-20140324085647-ms5rrfwvpj0t1apn
2014-03-24 14:26:47 +05:30
Vidhin Mehta (OpenERP) b74c4bca0e [REM]silly mistake.
bzr revid: vme@tinyerp.com-20140324063121-7wap2zutyu7d4hqs
2014-03-24 12:01:21 +05:30
Vidhin Mehta (OpenERP) e6a43c98a1 [IMP]timzone field added in backend side.
bzr revid: vme@tinyerp.com-20140324060613-zf2gki5u5mreolo0
2014-03-24 11:36:13 +05:30
Vidhin Mehta (OpenERP) af8149264a [REM]unnecessary code.
bzr revid: vme@tinyerp.com-20140324052855-atpcer0b8vt0v356
2014-03-24 10:58:55 +05:30
Vidhin Mehta (OpenERP) d43c76de65 [REM]remove timezone from frontend.
bzr revid: vme@tinyerp.com-20140324052004-441bz8g24kix3fei
2014-03-24 10:50:04 +05:30
Vidhin Mehta (OpenERP) 2d3656fd35 [IMP]show timezone option, select bydefault and change timezone value according to selection.
bzr revid: vme@tinyerp.com-20140321064541-zvrnx1b9azgrjkh7
2014-03-21 12:15:41 +05:30
Vidhin Mehta (OpenERP) ec837facef [FIX]
bzr revid: vme@tinyerp.com-20140318133544-igwmmruotonjy62k
2014-03-18 19:05:44 +05:30
chm@openerp.com 353bbdc2c3 [FIX] website: route and redirect: remove all backslash from url
bzr revid: chm@openerp.com-20140314162346-25vohj6ayp65tgiy
2014-03-14 17:23:46 +01:00
Vidhin Mehta (OpenERP) cfa67eeace [IMP]Filter records in which start date and duration are null also duration is 0.
bzr revid: vme@tinyerp.com-20140314122303-q7hgy4a3ij91yfxu
2014-03-14 17:53:03 +05:30
Vidhin Mehta (OpenERP) 54fd56bd7d [FIX]minor.
bzr revid: vme@tinyerp.com-20140314103626-o5dqmk1a3ffl2ire
2014-03-14 16:06:26 +05:30
Vidhin Mehta (OpenERP) 18ea853519 [IMP]typo change.
bzr revid: vme@tinyerp.com-20140314102323-wuklgyvll1s0wx0s
2014-03-14 15:53:23 +05:30
Vidhin Mehta (OpenERP) 1de65c1d5d [IMP]Remove row when it's totally empty(taken care of rowspan), now filter will find only its related table.
bzr revid: vme@tinyerp.com-20140314101546-ani4rne4jjldm7gi
2014-03-14 15:45:46 +05:30
Vidhin Mehta (OpenERP) fe8777e209 [IMP]show/hide element with visiblity.
bzr revid: vme@tinyerp.com-20140314083843-h5pyl9xkbs6j8qi5
2014-03-14 14:08:43 +05:30
Vidhin Mehta (OpenERP) 9eea6a2dd8 [IMP]make 10% special width for first column of every row.
bzr revid: vme@tinyerp.com-20140314072828-8xjnpdtpcoilquaq
2014-03-14 12:58:28 +05:30
Vidhin Mehta (OpenERP) cfa7e909c1 [IMP]format for date
bzr revid: vme@tinyerp.com-20140314072056-kictunm2cx3jonvq
2014-03-14 12:50:56 +05:30
Darshan Kalola (OpenERP) 9374159c00 [IMP]improved typo, display time slot in one line and used define color when location_id = False.
bzr revid: dka@tinyerp.com-20140314071608-3al2qurbjwq65o9b
2014-03-14 12:46:08 +05:30
Vidhin Mehta (OpenERP) 9a9aa166ac [IMP]if not publish than red icon.
bzr revid: vme@tinyerp.com-20140314064536-j2w3tlvomcfmci11
2014-03-14 12:15:36 +05:30
Darshan Kalola (OpenERP) acd7451951 [IMP]added stage_id in demo data of event_track and removed registration & cofee talk from demo data.
bzr revid: dka@tinyerp.com-20140314062619-ei0o78n9szqyl9wt
2014-03-14 11:56:19 +05:30
Darshan Kalola (OpenERP) af01232ec0 [IMP]improved speaker name, added class text-muted and make it small.
bzr revid: dka@tinyerp.com-20140314055628-4e9vv5e15ybrftw5
2014-03-14 11:26:28 +05:30
Vidhin Mehta (OpenERP) 8cccfb7e3f [IMP]user superuserid.
bzr revid: vme@tinyerp.com-20140314052730-7ktkfem61ze5d6ri
2014-03-14 10:57:30 +05:30
Vidhin Mehta (OpenERP) 92d336bb7e [REM~]
bzr revid: vme@tinyerp.com-20140314052114-ynikfc502x9oay3g
2014-03-14 10:51:14 +05:30
Vidhin Mehta (OpenERP) 237f94797d [IMP]link each track to talk, remove link with room name.
bzr revid: vme@tinyerp.com-20140314051852-g5ae2nn1aanb8zd2
2014-03-14 10:48:52 +05:30
Vidhin Mehta (OpenERP) 0628fca1fc [IMP]add talks
bzr revid: vme@tinyerp.com-20140313133224-jmzacgnqlxee32y5
2014-03-13 19:02:24 +05:30
Vidhin Mehta (OpenERP) 03ca05f638 [IMP] start date and end date can't be same, track must have secret key.
bzr revid: vme@tinyerp.com-20140313101559-q3h08sxbvuy3j7ov
2014-03-13 15:45:59 +05:30
Vidhin Mehta (OpenERP) 49c965aed1 [MERGE]Trunk.
bzr revid: vme@tinyerp.com-20140313092609-jsjt19yw2eczb1jq
2014-03-13 14:56:09 +05:30
Vidhin Mehta (OpenERP) 8152dff1c1 [ADD]comment
bzr revid: vme@tinyerp.com-20140313092428-rvyc6zz8nubfsg3g
2014-03-13 14:54:28 +05:30
Vidhin Mehta (OpenERP) 08823a3640 [IMP]track can't overlapped now, contraint added, change in demo data.
bzr revid: vme@tinyerp.com-20140313084226-dx4tkrhi6ju0th8y
2014-03-13 14:12:26 +05:30
Vidhin Mehta (OpenERP) 5587ede447 [IMP]complete algo,template and working well timetable.
bzr revid: vme@tinyerp.com-20140313064737-r49q62owvgaltmuq
2014-03-13 12:17:37 +05:30
Christophe Simonis d504764eff [MERGE] forward port of branch saas-3 up to revid 9298 chm@openerp.com-20140311130852-3ft0v1mc9ht1any6
bzr revid: chs@openerp.com-20140311145205-s56fj113fsrnisc3
2014-03-11 15:52:05 +01:00
Darshan Kalola (OpenERP) 13c55facde [IMP]event-track: implement color code for event and added color in demo data of event_track.
bzr revid: dka@tinyerp.com-20140311104223-whztnya4fwf8i0c9
2014-03-11 16:12:23 +05:30
Vidhin Mehta (OpenERP) 346fd24b1d [IMP]Remove global variable.
bzr revid: vme@tinyerp.com-20140311093753-4y0y8s9ct01hy7y1
2014-03-11 15:07:53 +05:30
Vidhin Mehta (OpenERP) 40d60c0bde [IMP]Complete algo for timetable.
bzr revid: vme@tinyerp.com-20140311093058-80ot2az38sg4dc92
2014-03-11 15:00:58 +05:30
Vidhin Mehta (OpenERP) f9575281f2 [IMP]IMplement alog half.(other part in progress.)
bzr revid: vme@tinyerp.com-20140311065252-glvmfxhfqfahs5hf
2014-03-11 12:22:52 +05:30
Darshan Kalola (OpenERP) cda569e361 [IMP]added speakers in event_track demo data and display speaker after event title.
bzr revid: dka@tinyerp.com-20140307122642-j8dfijlsa2jzl962
2014-03-07 17:56:42 +05:30
Paramjit Singh Sahota da0fad7958 [IMP] Search box
bzr revid: psa@tinyerp.com-20140307121007-oa5y7jgjtvcirphz
2014-03-07 17:40:07 +05:30
Vidhin Mehta (OpenERP) e2cab53a41 [IMP]Improvement in view.
bzr revid: vme@tinyerp.com-20140307095520-vz30dd8j0nm8kgvm
2014-03-07 15:25:20 +05:30
Vidhin Mehta (OpenERP) 71503bc1ce [IMP]Improvement in event.
bzr revid: vme@tinyerp.com-20140307085248-ohtrossx8hbdbi72
2014-03-07 14:22:48 +05:30
Kersten Jeremy 01028e5260 [IMP] Remove the seconds on event demoo data
bzr revid: jke@openerp.com-20140228090844-akorvc0ve71x0i4j
2014-02-28 10:08:44 +01:00
Fabien Pinckaers 100cc571cd [IMP] Event Security Fix + Publish Track
bzr revid: fp@tinyerp.com-20140227131144-8rq3woldpl1zbppj
2014-02-27 14:11:44 +01:00
Xavier Morel 750b9f405c [FIX] tags edition breakage in website_event_track
* remove some nodes from the $editables set, ``li`` really does not like being
  widgetified. Remove a few others just in case

* split fa outside of li to make it safely (ish) editable

* simplify upcast function for icons cke widget

bzr revid: xmo@openerp.com-20140225131228-2m75itgi4zbj5xfh
2014-02-25 14:12:28 +01:00
Olivier Dony 4572ea9ef3 [FIX] website_event_track: employees should not be restricted to public events only
Also switched rule to noupdate. A manual fix of existing installations
will be necessary, as is usually the case for ir.rules changes.
This module has not made it into a LTS version yet, so it is acceptable.
+ Added a _description for the event.track model to avoid it being
replaced by inherited descriptions.

bzr revid: odo@openerp.com-20140225115742-ghnt3khn6hvycnnw
2014-02-25 12:57:42 +01:00
Fabien Pinckaers 566cb4c8ef [IMP] speakers on tracks
bzr revid: fp@tinyerp.com-20140130225152-m35doytzau5f86d1
2014-01-30 23:51:52 +01:00
Fabien Pinckaers 9d7689a553 [FIX] typo
bzr revid: fp@tinyerp.com-20140130180424-ffbo1hef07tzxtuq
2014-01-30 19:04:24 +01:00
Fabien Pinckaers 6babc654da [FIX] description of tracks
bzr revid: fp@tinyerp.com-20140130175153-0uy7z55pjbt058gj
2014-01-30 18:51:53 +01:00
Fabien Pinckaers f7f61a4bfe [FIX] talk proposal
bzr revid: fp@tinyerp.com-20140130165111-wqbxtvkqpx08fgwv
2014-01-30 17:51:11 +01:00
Fabien Pinckaers 3b48a82af5 [FIX] events
bzr revid: fp@tinyerp.com-20140130163321-f86eq7obsua6x6z9
2014-01-30 17:33:21 +01:00
Denis Ledoux 369a88a5a1 [FIX] event_sale, website_event: copy paste errors in views
bzr revid: dle@openerp.com-20140130154910-xmg8dehh0zubgif8
2014-01-30 16:49:10 +01:00
Denis Ledoux dbcdbab2ba [FIX] website_event_track: fix speaker image not displayed once logged out
bzr revid: dle@openerp.com-20140129130836-fnewn1u4r4odyzjj
2014-01-29 14:08:36 +01:00
Fabien Pinckaers 1486e52927 [IMP] better apps names
bzr revid: fp@tinyerp.com-20140129095132-fl2fnhxlk4pxanj8
2014-01-29 10:51:32 +01:00
Antony Lesuisse d4bbe13963 [REM] t-href is now t-attf-href
bzr revid: al@openerp.com-20140128205017-47rxm2xbb84dmjas
2014-01-28 21:50:17 +01:00
Fabien Meghazi 40c7ce4b1c [REV] Revert t-href and t-action removal
bzr revid: fme@openerp.com-20140128161531-t0m0hqpk5u871rwg
2014-01-28 17:15:31 +01:00
Christophe Matthieu d216014ea0 [FIX] website_event: has_access_to_partner
bzr revid: chm@openerp.com-20140128155459-w7ryrvgza0ittec4
2014-01-28 16:54:59 +01:00
Fabien Meghazi 4a9d1489b3 [CHG] Make templates less readable by removing t-href and t-action
bzr revid: fme@openerp.com-20140128154909-oau6aq702rw062gy
2014-01-28 16:49:09 +01:00
Christophe Matthieu d588e44d34 [IMP] event,event_sale: refactoring; remove crappy 9999 hardcoded values; remove visibility; add constraints
[FIX] remove module_portal_anonymous ref
[IMP] website: res_config with wizard
[IMP] event: remove related field to res.partner
[FIX] website_sale: change crappy _get_pricelist method (who return a browse record to a function field type many2one)

bzr revid: chm@openerp.com-20140128092037-zrrbz1hrmgat88o4
2014-01-28 10:20:37 +01:00
Fabien Pinckaers aca8d913c5 [IMP] Manifest
bzr revid: fp@tinyerp.com-20140127223652-mgqc2jkj0rhdq0kn
2014-01-27 23:36:52 +01:00
Christophe Matthieu 43044d8ee7 [IMP] event,event_sale: refactoring; remove crappy 9999 hardcoded values; remove visibility; add constraints
bzr revid: chm@openerp.com-20140127135828-z848mvpis5d9xyh8
2014-01-27 14:58:28 +01:00
Christophe Simonis 0bbdeacbb9 [FIX] website_event_track: blog.category has been renamed to blog.blog
bzr revid: chs@openerp.com-20140127092528-uex9l05zv8glxikd
2014-01-27 10:25:28 +01:00
Christophe Matthieu c4ec2b752a [FIX] website_event_track: use check_access_right insead of simple try except
bzr revid: chm@openerp.com-20140124145230-1xecdzf7tmhqvh3z
2014-01-24 15:52:30 +01:00
Fabien Meghazi d6690455e9 [REM] Removed preload_records
This feature will be stripped down and moved to server's ir.http#_dispatch()

bzr revid: fme@openerp.com-20140123150448-3hhlj4vytr82k88n
2014-01-23 16:04:48 +01:00
Fabien Meghazi 14bb6060d7 [REM] Removed @website.route() decorator
Need trunk-website-al Rev#5151

bzr revid: fme@openerp.com-20140120153733-ve3dn2kwvha7n3yl
2014-01-20 16:37:33 +01:00
Christophe Matthieu 3f0f6b820b [FIX] website: Access rights and Access for: website_crm_partner_assign, website_customer, website_event, website_event_track, website_membership, website_partner, website_sale
bzr revid: chm@openerp.com-20140107135933-h622wxwfhwoulg7q
2014-01-07 14:59:33 +01:00
Christophe Matthieu c4c268c902 [FIX] website_event_track: link
bzr revid: chm@openerp.com-20140106114144-ev9rwmb9zy9eal0c
2014-01-06 12:41:44 +01:00
Christophe Matthieu c4ea06327c [FIX] website: typo
bzr revid: chm@openerp.com-20140106103855-vjd6ro0w4m0xkfrc
2014-01-06 11:38:55 +01:00
Fabien Pinckaers 123185757f [IMP] wording
bzr revid: fp@tinyerp.com-20131223173304-mvetk8b2494hup93
2013-12-23 18:33:04 +01:00
Fabien Pinckaers cd0913cb6a [IMP] css print
bzr revid: fp@tinyerp.com-20131222232118-w4ig4wktyeg017d5
2013-12-23 00:21:18 +01:00
Fabien Pinckaers ba2689e70c [FIX] don't crash on empty dates [IMP] default dates on demo tracks
bzr revid: fp@tinyerp.com-20131222230021-9a03x3eiwi4e780x
2013-12-23 00:00:21 +01:00
Fabien Pinckaers 91b683a50a [IMP] social widget on events
bzr revid: fp@tinyerp.com-20131222223423-7syxqgff7mswfhh8
2013-12-22 23:34:23 +01:00
Fabien Pinckaers 2be80c2205 [IMP] Social widget on tracks
bzr revid: fp@tinyerp.com-20131222223038-5qp9uqytacwfgoo4
2013-12-22 23:30:38 +01:00
Fabien Pinckaers ca9e6f1905 [IMP] no tracks
bzr revid: fp@tinyerp.com-20131222222843-2usk92v6prqf37j0
2013-12-22 23:28:43 +01:00
Fabien Pinckaers 597e50d5c5 [IMP] manifest website_event_track draft, no img
bzr revid: fp@tinyerp.com-20131222191157-96o3n0g2jwbh7tjv
2013-12-22 20:11:57 +01:00
Fabien Pinckaers 6348760a1d [IMP] tgemplate agenda
bzr revid: fp@tinyerp.com-20131222183839-vsurx5kewk8oicfs
2013-12-22 19:38:39 +01:00
Fabien Pinckaers 59f2888441 [IMP] tgemplate agenda
bzr revid: fp@tinyerp.com-20131222183757-is0ts4v8lqbajhy1
2013-12-22 19:37:57 +01:00
Fabien Pinckaers 301085c8fe [IMP] Agenda
bzr revid: fp@tinyerp.com-20131222183632-jkzhe3muu8gz2h9o
2013-12-22 19:36:32 +01:00
Fabien Pinckaers 786398cac0 [IMP] speaker on tracks for events
bzr revid: fp@tinyerp.com-20131222175100-8k8nz355ylso4o7g
2013-12-22 18:51:00 +01:00
Fabien Pinckaers 1c23347bec [IMP] Well
bzr revid: fp@tinyerp.com-20131222174957-fxcw5jh0aag8qbkk
2013-12-22 18:49:57 +01:00
Fabien Pinckaers ef77ac935b [IMP] better tempaltes for talks
bzr revid: fp@tinyerp.com-20131222174804-2l2yjzk690qjon1q
2013-12-22 18:48:04 +01:00
Fabien Pinckaers a2d100783b [IMP] Tracks
bzr revid: fp@tinyerp.com-20131222164711-hwlqosx7gbd60rf8
2013-12-22 17:47:11 +01:00
Fabien Pinckaers 521e73a679 [IMP] Event tracks, not finished
bzr revid: fp@tinyerp.com-20131222150229-mhukvwlis5nzbmpl
2013-12-22 16:02:29 +01:00
Fabien Pinckaers 9cc6b3c30f [IMP] event tracks, done track submission, a few data, some fixes
bzr revid: fp@tinyerp.com-20131222144057-8vxt7mouxako39wp
2013-12-22 15:40:57 +01:00
Fabien Meghazi 68f0397609 [IMP] preload all objects
bzr revid: fme@openerp.com-20131217150211-zquu7nn05g23m4r4
2013-12-17 16:02:11 +01:00
ddm 599b34d78d [FIX] Snafu
bzr revid: ddm@openerp.com-20131216112211-t8tvnamftce80qjd
2013-12-16 12:22:11 +01:00
Fabien Meghazi defdd6e565 [ADD] main_object for events
bzr revid: fme@openerp.com-20131216110234-iup1hiz57b68j8g7
2013-12-16 12:02:34 +01:00
Christophe Matthieu ee370a837c [IMP] website: Removing unnecessary spaces at beginning of line
bzr revid: chm@openerp.com-20131212105821-mqvxb7yc04cj5k2s
2013-12-12 11:58:21 +01:00
Christophe Matthieu 8f2f589561 [FIX] website: typo, partner order, event demo data
bzr revid: chm@openerp.com-20131211112617-11kdph7cieews0y8
2013-12-11 12:26:17 +01:00