Skip to content

Commit

Permalink
[FIX] l10n_es_pos: typo in oldname (OCA#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonerikceberio authored and CarlosRoca13 committed May 8, 2020
1 parent 9fbf6b0 commit 24709ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n_es_pos/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
"license": "AGPL-3",
"version": "11.0.1.0.0",
"version": "11.0.1.0.1",
"depends": [
"point_of_sale",
],
Expand Down
2 changes: 1 addition & 1 deletion l10n_es_pos/models/pos_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def _compute_simplified_invoice_sequence(self):
'Simplified Invoice prefix',
readonly=True,
compute='_compute_simplified_invoice_sequence',
olname='simple_invoice_prefix',
oldname='simple_invoice_prefix',
)
l10n_es_simplified_invoice_padding = fields.Integer(
'Simplified Invoice padding',
Expand Down

0 comments on commit 24709ed

Please sign in to comment.