Skip to content

Commit

Permalink
[FIX] l10n_ar_edi_ux: cambiar string del campo dst_country de "País O…
Browse files Browse the repository at this point in the history
…rigen" a "País de destino"

Tarea: 39381
X-original-commit: 08564f0
  • Loading branch information
pablohmontenegro committed May 3, 2024
1 parent a7c7d59 commit 10e3c07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions l10n_ar_edi_ux/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
'name': 'Argentinian Electronic Invoicing UX',
<<<<<<< HEAD
'version': "17.0.1.4.0",
||||||| parent of 82c4e8b (temp)
'version': "16.0.1.7.0",
=======
'version': "16.0.1.8.0",
>>>>>>> 82c4e8b (temp)
'category': 'Localization/Argentina',
'sequence': 14,
'author': 'ADHOC SA',
Expand Down
2 changes: 1 addition & 1 deletion l10n_ar_edi_ux/models/l10n_ar_boarding_permission.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class L10nArBoardingPermission(models.Model):
_description = 'Boarding Permission'

number = fields.Char(string="Permiso de embarque", required=True, size=16)
dst_country = fields.Many2one('res.country', string="País Origen", help="País donde se aplica permiso de embarque", required=True)
dst_country = fields.Many2one('res.country', string="País de destino", help="País de destino de la mercadería", required=True)
company_id = fields.Many2one('res.company', required=True, default=lambda self: self.env.company)

def name_get(self):
Expand Down

0 comments on commit 10e3c07

Please sign in to comment.