-
-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[9.0] [MIG] website_sale_require_legal module
- Loading branch information
Showing
6 changed files
with
15 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
============ | ||
|
@@ -33,18 +33,15 @@ To use this module, you need to: | |
|
||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas | ||
:alt: Try me on Runbot | ||
:target: https://runbot.odoo-community.org/runbot/113/8.0 | ||
:target: https://runbot.odoo-community.org/runbot/113/9.0 | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/ | ||
e-commerce/issues>`_. In case of trouble, please check there if your issue has | ||
already been reported. If you spotted it first, help us smashing it by | ||
providing a detailed and welcomed feedback `here <https://github.com/OCA/ | ||
e-commerce/issues/new?body=module:%20 website_sale_require_legal%0Aversion:%20 | ||
8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
providing a detailed and welcomed feedback. | ||
|
||
Credits | ||
======= | ||
|
@@ -54,6 +51,7 @@ Contributors | |
|
||
* Rafael Blasco <[email protected]> | ||
* Jairo Llopis <[email protected]> | ||
* Vicent Cubells <[email protected]> | ||
|
||
Maintainer | ||
---------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# -*- coding: utf-8 -*- | ||
# © 2015 Antiun Ingeniería, S.L. - Jairo Llopis | ||
# Copyright 2015 Tecnativa - Jairo Llopis | ||
# Copyright 2016 Tecnativa - Vicent Cubells | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
from . import controllers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# -*- coding: utf-8 -*- | ||
# © 2015 Antiun Ingeniería, S.L. - Jairo Llopis | ||
# Copyright 2015 Tecnativa - Jairo Llopis | ||
# Copyright 2016 Tecnativa - Vicent Cubells | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
from . import main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters