mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
fix spaces
This commit is contained in:
@@ -18,7 +18,7 @@ class IntrastatTransaction(models.Model):
|
||||
"Code must be unique.",
|
||||
)
|
||||
]
|
||||
|
||||
|
||||
code = fields.Char(string="Code", required=True)
|
||||
description = fields.Text(string="Description")
|
||||
company_id = fields.Many2one(
|
||||
|
||||
Reference in New Issue
Block a user