Browse Source
Merge pull request #234 from OCA/sbidoul-patch-1
[FIX] website URI
pull/233/merge
Pedro M. Baeza
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
pos_backend_partner/__manifest__.py
|
|
@ -8,7 +8,7 @@ |
|
|
|
"summary": "Choose point of sale customers in backend", |
|
|
|
"version": "10.0.1.0.0", |
|
|
|
"category": "Point of sale", |
|
|
|
"website": "www.akretion.com", |
|
|
|
"website": "http://www.akretion.com", |
|
|
|
'author': "Akretion,Odoo Community Association (OCA)", |
|
|
|
"license": "AGPL-3", |
|
|
|
"application": False, |
|
|
|