Commit Graph

451 Commits

Author SHA1 Message Date
Nicolas Lempereur 9717afbbb7 [FIX] event: fix send mail to event registrant
Currently, the button "Send Email" next to the email address of an event
registration didn't work if a partner was not set.

This commit removes the button, thus removing the feature but partially
adds it back via the chatter suggested recipients in the same way it is
done for a lead.

It is still partially a feature regression since to work the viewing
user need more access rights (e.g read access right on res.partner)
than before.

closes #9486
opw-653127
2015-11-17 16:25:45 +01:00
Denis Ledoux cf4d14ce39 [MERGE] forward port of branch saas-3 up to 09b277c 2015-04-27 14:02:52 +02:00
Denis Ledoux d6ae7fb7db [MERGE] forward port of branch 7.0 up to 3e7d3c7 2015-04-27 12:19:43 +02:00
Nicolas Lempereur 81a3f56651 [FIX] stock,event,pos: fix "today" filter with regard to timezones
The previous filters didn't take timezones into account, and
returned stringified naive datetime values in local browser
time. Those would then be interpreted by the server-side as
UTC date, and depending on the current timezone offset vs UTC,
yield partially incorrect results.

By returning directly a datetime.datetime object instead of
a stringified version (see previous commit 76881fb),
we can get the expected result regarless of the timezone.

Fixes #2972
Closes #6229

opw-621282
2015-04-23 14:11:24 +02:00
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
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 52a8c4cf9a [MERGE] merge from master 2014-05-30 20:21:03 +02:00
Xavier Morel d325c0caef [REV] attempt to revert incorrect removals in f4d78ae738 2014-05-30 16:00:28 +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 5aa2fa150c [MERGE] merge from trunk
bzr revid: ged@openerp.com-20140502130753-4z24z1to9pkrckvq
2014-05-02 15:07:53 +02:00
Richard Mathot (OpenERP) 11680fd1f7 [IMP] Usability of event and event_sale
bzr revid: rim@openerp.com-20140423133917-zpulvflwflgz12sw
2014-04-23 15:39:17 +02:00
Thibault Delavallée b6d83483b2 [REV] event: partial revert of commit 9310. Icons on list/tree views removed
in event are back. The purpose of commit 9310 was to remove icons on filters
and in searches, not in other views.

bzr revid: tde@openerp.com-20140423094244-cphuvy93uv020vgw
2014-04-23 11:42:44 +02: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 c0aed69bdc [FIX] fix the spelling of count_regitrations to avoid crash (addon event)
bzr revid: ged@openerp.com-20140415114542-algev359v37qsq12
2014-04-15 13:45:42 +02:00
Fabien Pinckaers ec2ea6643b [IMP] evnet
bzr revid: fp@tinyerp.com-20140410091747-mznpvuxdbi1uxj2d
2014-04-10 11:17:47 +02:00
Randhir Mayatra rma-openerp 233b1a6eb8 [IMP] imrove event view and string for survey
bzr revid: rma@tinyerp.com-20140331071516-oy29mgwrqv3va1dq
2014-03-31 12:45:16 +05:30
Randhir Mayatra rma-openerp 538d50a514 [IMP]remove oe_stat_button
bzr revid: rma@tinyerp.com-20140328140651-m3qm99zahjqawyk3
2014-03-28 19:36:51 +05:30
Yogesh Parekh (OpenERP) b86c9ccd13 [IMP]: Convert buttons into stat button in event module
bzr revid: ypa@tinyerp.com-20140326121108-odkq61lnf1cuyog5
2014-03-26 17:41:08 +05:30
Olivier Dony 39c27c72d0 [MERGE] Sync with trunk rev. 9064 rev-id ged@openerp.com-20140127161718-uo6pperke86pqq5v
bzr revid: odo@openerp.com-20140128175835-jannyh3cv3gi1sxn
2014-01-28 18:58:35 +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
Xavier Morel 372b52b044 [FIX] events yaml test, remove event.on_change_address_id
on_change_address_id was used to populate "display" address fields
from the address m2o. The address fields were removed in favor of
using show_address (in the context), leaving an onchange called
returning fields which don't exist in the view, thus crashing the
corresponding yaml test (which checks for that).

Since the onchange has no purpose left, remove it and its call.

bzr revid: xmo@openerp.com-20140108133015-ald901hsy1lqo7tv
2014-01-08 14:30:15 +01:00
Gery Debongnie 6e651f2b05 [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 event)
bzr revid: ged@openerp.com-20131224102719-69fmb4wc1zccjtfx
2013-12-24 11:27:19 +01:00
Christophe Matthieu c1f306dd96 [WIP] website: add website_button widget in backend to publish and go back to the website. (need bootstrap 3 for layout)
bzr revid: chm@openerp.com-20131202124504-78zvm5t0p1hpsn53
2013-12-02 13:45:04 +01:00
Fabien Pinckaers fb0abe39bc [WIP] EVENT: new features required for community days/big events
Manage tracks/talks
	Allow a dedicated menu per event
	Allow a blog per event, to announce stuff
	A "Call for Proposal" page

bzr revid: fp@tinyerp.com-20131124185434-hwyluq90e2g4g7tj
2013-11-24 19:54:34 +01:00
Fabien Pinckaers 9d2cb4e0ec [IMP] misc menu reordering
bzr revid: fp@tinyerp.com-20131123110311-dpplsi7euexpdvtt
2013-11-23 12:03:11 +01:00
Fabien Pinckaers 95c0865283 [FIX] misc fixes
bzr revid: fp@tinyerp.com-20131123104607-ndbx420pq35fsvud
2013-11-23 11:46:07 +01:00
Fabien Pinckaers 57585307fa [NEW] Adding tracks management for events (community meeting)
bzr revid: fp@tinyerp.com-20131123092728-jo2f197rjnt39z7g
2013-11-23 10:27:28 +01:00
Thibault Delavallée e541755ae4 [MOV] portal: moved portal group into base.
Updated security rules. Basic res_partner rules are moved into base. Added rule with website_published.

bzr revid: tde@openerp.com-20131008113545-gpqydx0b199lcqpy
2013-10-08 13:35:45 +02:00
Thibault Delavallée 607de396ba [MERGE] Sync with trunk, until revision 8927
bzr revid: tde@openerp.com-20131002135442-g8l2vpkq7h0roqdt
2013-10-02 15:54:42 +02:00
Thibault Delavallée 4c7d96e33d [IMP] event:
- note (Description field) is renamed into Description and set to an html field
- added demo data from website_event to base event, no need to add a new field and to delay demo data
- updated form view

bzr revid: tde@openerp.com-20130924101020-b1xx96vdgcfd2mz2
2013-09-24 12:10:20 +02: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
Christophe Matthieu ca54d94534 [IMP] website_event, event
bzr revid: chm@openerp.com-20130806130053-wt1l25ri50c1z0e6
2013-08-06 15:00:53 +02:00
Thibault Delavallée fc44f25d3a [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130612123429-a4mp0wiicdhlvk0m
2013-06-12 14:34:29 +02:00
Martin Trigaux 7d88fa9443 [MERGE] [IMP] better event form view
bzr revid: mat@openerp.com-20130530134736-r5ol9ty83p10iwfl
2013-05-30 15:47:36 +02:00
RGA(OpenERP) 63c7c5976e Merge with trunk
bzr revid: rgaopenerp-20130423072808-ng99rquxsns238xl
2013-04-23 12:58:08 +05:30
ggh-openerp 01193f2a44 [MERGE] with lp:openobject-addons
bzr revid: ggh@tinyerp.com-20130417095810-jzdgtehzc953rszc
2013-04-17 15:28:10 +05:30
Thibault Delavallée 7c026132ff [REF] event: visibility moved from portal_event to event. Customized rules, removed now unnecessary files.
bzr revid: tde@openerp.com-20130410125117-m9ir36qhkp9fqax1
2013-04-10 14:51:17 +02:00
Thibault Delavallée a7a7868a3a [IMP] various: removed custom placeholders for chatter, because default message should be sufficient in most cases.
bzr revid: tde@openerp.com-20130304125534-u3zoe730jd1ry3ng
2013-03-04 13:55:34 +01:00
Vishmita 01dd857721 [Merge]Merge lp:openobject-addons
bzr revid: vja@tinyerp.com-20130128103020-hfetgjo1h200t6a6
2013-01-28 16:00:20 +05:30
RGA(OpenERP) 67c51fcded Merge with trunk
bzr revid: rgaopenerp-20121220095931-4frnwgj02avrnpzh
2012-12-20 15:29:31 +05:30
Fabien Pinckaers b71c836825 [IMP] tree view of registrations
bzr revid: fp@tinyerp.com-20121216104921-6tmqbysqu5sndf1b
2012-12-16 11:49:21 +01:00
ggh-openerp 38d8b60cc5 [IMP]Add Placeholder in Event Details
bzr revid: ggh@tinyerp.com-20121214064605-lgctzjh07hmqkwua
2012-12-14 12:16:05 +05:30
ggh-openerp 7130cada4f [Merged] Merged with trunk
bzr revid: ggh@tinyerp.com-20121214063323-k60whdtf4yync2ux
2012-12-14 12:03:23 +05:30
vta vta@openerp.com 35099eb3c5 [FIX] Show subscribe/unsuscribe button on events for user/portal, not when user is anonymous
bzr revid: vta@openerp.com-20121212111710-h0nmw6useq19wy12
2012-12-12 12:17:10 +01:00
Hiral Patel (OpenERP) 2ad6f7e1ea [IMP] Add user_id('Responsible') fiend above 'Type of Event' field
bzr revid: hip@tinyerp.com-20121211062206-mf0xu6bwd9albx0i
2012-12-11 11:52:06 +05:30
Rajesh Prajapati (OpenERP) 2c130707a7 [IMP] General : Mark Read and Mark Unread removed from all objects
bzr revid: rpr@tinyerp.com-20121130095239-e60l299dut71x5ng
2012-11-30 15:22:39 +05:30
ggh-openerp 73983de43b [IMP]code for event module
bzr revid: ggh@tinyerp.com-20121129110003-85e9lwhbwckv3tko
2012-11-29 16:30:03 +05:30