We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb6ca4 commit 5821075Copy full SHA for 5821075
estate/__manifest__.py
@@ -12,5 +12,6 @@
12
'security/ir.model.access.csv',
13
'views/estate_property_views.xml',
14
'views/estate_menus.xml',
15
- ]
+ ],
16
+ 'license': 'LGPL-3',
17
}
estate/models/estate_property_offer.py
@@ -28,7 +28,6 @@ def _inverse_deadline(self):
28
for record in self:
29
record.validity = (record.date_deadline - record.create_date).days
30
31
-
32
# Action methods
33
def action_accept(self):
34
0 commit comments