Browse Source
Update __manifest__.py
remove useless key
pull/393/head
Sylvain LE GAL
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
pos_cashier_login/__manifest__.py
|
@ -8,7 +8,6 @@ |
|
|
'license': 'AGPL-3', |
|
|
'license': 'AGPL-3', |
|
|
'summary': 'Require for cashier to sign in before each sale', |
|
|
'summary': 'Require for cashier to sign in before each sale', |
|
|
'version': '11.0.0.1.0', |
|
|
'version': '11.0.0.1.0', |
|
|
'description': '', |
|
|
|
|
|
'depends': [ |
|
|
'depends': [ |
|
|
'point_of_sale', |
|
|
'point_of_sale', |
|
|
], |
|
|
], |
|
|