Skip to content

Commit 44450f6

Browse files
committed
[IMP] wording, no default filter for archives
bzr revid: [email protected]
1 parent 1123f98 commit 44450f6

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

addons/hr_timesheet_sheet/static/src/xml/timesheet.xml

+1-7
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,10 @@
5454
<div t-if="widget.accounts.length == 0">
5555
<div class="oe_view_nocontent">
5656
<p class="oe_view_nocontent_create">
57-
Click to add projects/analytic accounts you worked on.
57+
Click to add projects, contracts or analytic accounts.
5858
</p><p>
5959
You will be able to register your working hours and
6060
activities.
61-
</p><p>
62-
By default, you record timesheets on analytic accounts.
63-
But if an analytic account represents a customer
64-
contract, you can change the type of the analytic
65-
account to 'Contract or Project' to setup the invoicing
66-
options.
6761
</p>
6862
</div>
6963
</div>

addons/mail/mail_thread_view.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@
8080
<field name="tag">mail.wall</field>
8181
<field name="context">{
8282
'default_model': 'res.users',
83-
'default_res_id': uid,
84-
'search_default_message_read': True
83+
'default_res_id': uid
8584
}</field>
8685
<field name="params" eval="&quot;{
8786
'domain': ['|', ('notification_ids.partner_id.user_ids', 'in', [uid]), ('author_id.user_ids', 'in', [uid])],

0 commit comments

Comments
 (0)