Skip to content

Commit

Permalink
Removed empty keys and fix typo in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cubells committed Nov 29, 2016
1 parent dcfee8a commit 63c8203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion website_sale_require_legal/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Require accepting legal terms to checkout

This module was written to extend the functionality of your website shop to
support forcing the user to accept your legal advice, terms of use and privacy
policy, and allow you to obey some countries' laws.
policy, and allow you to comply with some countries' laws.

Installation
============
Expand Down
8 changes: 1 addition & 7 deletions website_sale_require_legal/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Require accepting legal terms to checkout",
"summary": "Force the user to accept legal tems to buy in the web shop",
"version": "9.0.1.1.0",
"version": "9.0.1.0.0",
"category": "Website",
"website": "http://www.tecnativa.com",
"author": "Antiun Ingeniería S.L., "
Expand All @@ -14,17 +14,11 @@
"license": "AGPL-3",
"application": False,
"installable": True,
"external_dependencies": {
"python": [],
"bin": [],
},
"depends": [
"website_legal_page",
"website_sale",
],
"data": [
"views/website_sale.xml",
],
"demo": [
],
}

0 comments on commit 63c8203

Please sign in to comment.