Skip to content

Commit 4dee5fa

Browse files
[IMP] l10n_es_aeat_mod347: pre-commit auto fixes
1 parent d7c29f0 commit 4dee5fa

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

l10n_es_aeat_mod347/models/mod347.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ def _compute_totals_real_estate(self):
7070
string="Received cash Limit (2)",
7171
digits="Account",
7272
default=6000.00,
73-
help="The declaration will show the total of cash operations over "
74-
"this limit",
73+
help="The declaration will show the total of cash operations over this limit",
7574
)
7675
total_partner_records = fields.Integer(
7776
compute="_compute_totals",
@@ -378,7 +377,7 @@ def _default_record_id(self):
378377
selection=[
379378
(
380379
"A",
381-
"A - Adquisiciones de bienes y servicios superiores al " "límite (1)",
380+
"A - Adquisiciones de bienes y servicios superiores al límite (1)",
382381
),
383382
("B", "B - Entregas de bienes y servicios superiores al límite (1)"),
384383
("C", "C - Cobros por cuenta de terceros superiores al límite (3)"),
@@ -421,8 +420,7 @@ def _default_record_id(self):
421420
first_quarter_real_estate_transmission = fields.Float(
422421
string="First quarter real estate",
423422
digits="Account",
424-
help="Total amount of first quarter real estate transmissions "
425-
"for this partner",
423+
help="Total amount of first quarter real estate transmissions for this partner",
426424
)
427425
second_quarter = fields.Float(
428426
string="Second quarter operations",
@@ -447,8 +445,7 @@ def _default_record_id(self):
447445
third_quarter_real_estate_transmission = fields.Float(
448446
string="Third quarter real estate",
449447
digits="Account",
450-
help="Total amount of third quarter real estate transmissions "
451-
"for this partner",
448+
help="Total amount of third quarter real estate transmissions for this partner",
452449
)
453450
fourth_quarter = fields.Float(
454451
string="Fourth quarter operations",

0 commit comments

Comments
 (0)