Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! [9.0][WIP] website_sale_checkout_skip_pay…
Browse files Browse the repository at this point in the history
…ment: New module to skip payment step in checkout process
  • Loading branch information
chienandalu committed Aug 3, 2017
1 parent 22513af commit 6e762f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions website_sale_checkout_skip_payment/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ This module allows to logged users to checkout with no payment step. At the
end of the checkout proccess the quotation is sent to the user email address
and set to *Qoutation Sent* state.

Usage
=====
Configuration
=============

You can deactivate this option for a particular partner unchecking
"Skip Website Checkout Payment" field.
To configure this module, you need to:

#. Go to *Sales > Customers > Sales and Purchases > Sale*
#. Set on *Skip Website Checkout Payment* so this partner will override the
payment step on website sales.

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
Expand Down
2 changes: 1 addition & 1 deletion website_sale_checkout_skip_payment/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
class ResPartner(models.Model):
_inherit = "res.partner"

skip_website_checkout_payment = fields.Boolean(default=True)
skip_website_checkout_payment = fields.Boolean(default=False)

0 comments on commit 6e762f1

Please sign in to comment.