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 268a475 commit ac98257Copy full SHA for ac98257
estate_account/models/estate_property.py
@@ -5,8 +5,8 @@ class EstateProperty(models.Model):
5
_inherit = "estate.property"
6
7
def action_set_sold(self) -> bool:
8
- percent_description = _("6 percent of selling price")
9
- admin_fee_description = _("Administrative fees")
+ percent_description = "6 percent of selling price"
+ admin_fee_description = "Administrative fees"
10
# Note: does not work if fiscal localization is not set
11
for record in self:
12
account_move = {
0 commit comments