mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
res_company: fix intrastat_dispatches selection function
This commit is contained in:
committed by
João Marques
parent
61f7e5bdb9
commit
2aed9bca6e
@@ -20,7 +20,7 @@ class ResCompany(models.Model):
|
||||
'_intrastat_arrivals', string='Arrivals',
|
||||
default='extended', required=True)
|
||||
intrastat_dispatches = fields.Selection(
|
||||
'_intrastat_arrivals', string='Dispatches',
|
||||
'_intrastat_dispatches', string='Dispatches',
|
||||
default='extended', required=True)
|
||||
intrastat_transport_id = fields.Many2one(
|
||||
'intrastat.transport_mode',
|
||||
|
||||
Reference in New Issue
Block a user