Skip to content

Commit

Permalink
Merge PR #4198 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by TheMule71
  • Loading branch information
OCA-git-bot committed Jun 25, 2024
2 parents 45cb4a3 + 7db4373 commit 3f62b8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion l10n_it_declaration_of_intent/models/declaration.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def _default_currency(self):
return self.env.company.currency_id

number = fields.Char(copy=False)
date = fields.Date(required=True)
date = fields.Date(required=True, string="Telematic Protocol Date")
date_start = fields.Date(required=True)
date_end = fields.Date(required=True)
type = fields.Selection(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
name="telematic_protocol"
attrs="{'readonly':[('state','!=','valid')]}"
/>
<field
name="date"
attrs="{'readonly':[('state','!=','valid')]}"
/>
<field name="force_close" invisible="1" />
</group>
<group />
</group>
<group>
<group name="main_ref" string="Refs">
<field
name="date"
attrs="{'readonly':[('state','!=','valid')]}"
/>
<field
name="partner_document_number"
attrs="{'readonly':[('state','!=','valid')]}"
Expand Down

0 comments on commit 3f62b8d

Please sign in to comment.