mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[UPD] flake8
This commit is contained in:
@@ -173,8 +173,9 @@ class Agreement(models.Model):
|
||||
use_parties_content = fields.Boolean(
|
||||
string="Use parties content",
|
||||
help="Use custom content for parties")
|
||||
|
||||
def _get_default_parties(self):
|
||||
deftext="""
|
||||
deftext = """
|
||||
<h3>Company Information</h3>
|
||||
<p>
|
||||
${object.company_partner_id.name or ''}.<br>
|
||||
@@ -197,6 +198,7 @@ class Agreement(models.Model):
|
||||
</p>
|
||||
"""
|
||||
return deftext
|
||||
|
||||
parties = fields.Html(
|
||||
string="Parties",
|
||||
track_visibility="onchange",
|
||||
|
||||
Reference in New Issue
Block a user