Metadata-Version: 2.1
Name: odoo8-addon-website-portal-sale
Version: 8.0.1.0.0.99.dev36
Summary: Add your sales document in the frontend portal (sales order, quotations, invoices)
Home-page: https://www.odoo.com/, http://www.wearemonk.com, http://www.antiun.com
Author: Odoo SA, MONK Software, Antiun Ingenieria S.L., Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: LGPL-3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 8.0
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: ~=2.7
Requires-Dist: odoo8-addon-website-portal
Requires-Dist: odoo (<9.0a,>=8.0a)

.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
    :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
    :alt: License: LGPL-3


========================
Website Portal for Sales
========================

Backport (with adjustments) of the ``website_portal_sale`` module of Odoo 9.

This module add the user's sales documents in the frontend portal.
Customers will be able to see the list and state of their quotations, sales
and invoices.

Usage
=====

Go to Sales > Customer > More options > Portal Access Management and invite it
to access at portal.

When a customer clicked to his name > my account then he can see his orders if
hi is follower of them.

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
   :alt: Try me on Runbot
   :target: https://runbot.odoo-community.org/runbot/186/8.0

For further information, please visit:

* https://www.odoo.com/forum/help-1

Known Issues / Roadmap
======================

* In v9, the field ``validity_date`` of the sale order has been moved from the
  ``website_quote`` module to the base ``sale`` module, therefore the module
  references it without problem as the ``sale`` module is a dependency of this
  one.
  For version 8 the validity_date on the portal has been removed completely at
  the moment. Instead, we should make a conditional template that shows the field
  if the ``website_quote`` module is installed.
* Tests

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/website/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/website/issues/new?body=module:%20website_portal_sale%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Credits
=======

Contributors
------------

* Odoo SA <https://www.odoo.com>
* Leonardo Donelli @ MONK Software <donelli@webmonks.it>
* Rafael Blasco <rafabn@antiun.com>
* Sergio Teruel <sergio@incaser.es>

**This module is a backport from Odoo SA and as such, it is not included in
the OCA CLA. That means we do not have a copy of the copyright on it like
all other OCA modules.**

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.


