Skip to content

Commit a90da16

Browse files
paan-odoovlst-odoo
authored andcommitted
[FIX] pos_*_loyalty: fix typo in module name
In this commit: - We are replacing `loyality` with `loyalty` in `pos_restaurant_loyalty` module name. task-4766756
1 parent a8b0a5b commit a90da16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons/pos_restaurant_loyalty/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
{
5-
'name': 'POS - Restaurant Loyality',
5+
'name': 'POS - Restaurant Loyalty',
66
'version': '1.0',
77
'category': 'Sales/Point of Sale',
88
'sequence': 6,

addons/pos_sale_loyalty/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
{
6-
'name': 'POS - Sales Loyality',
6+
'name': 'POS - Sales Loyalty',
77
'version': '1.0',
88
'category': 'Sales/Point of Sale',
99
'sequence': 6,

0 commit comments

Comments
 (0)