Skip to content

Commit 4f64cde

Browse files
author
youness benbraitit (yoben)
committed
[FIX] Fixed ci style & tutorial issues
1 parent 7758b15 commit 4f64cde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

estate/models/estate_property.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from datetime import date
22
from dateutil.relativedelta import relativedelta
3-
from odoo.exceptions import UserError, ValidationError
3+
from odoo.exceptions import UserError
44
from odoo import api, fields, models
55

66

estate/views/estate_property_offer_views.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<field name="state"/>
2424
<field name="validity"/>
2525
<field name="date_deadline"/>
26-
<button name="action_accept" type="object" icon="fa-check" help="Accept"
26+
<button name="action_accept" type="object" icon="fa-check" title="Accept"
2727
/>
28-
<button name="action_refuse" type="object" icon="fa-times" help="Refuse"
28+
<button name="action_refuse" type="object" icon="fa-times" title="Accept"
2929
/>
3030
</list>
3131
</field>

0 commit comments

Comments
 (0)