Skip to content

Commit

Permalink
Merge ca7eeac into 797e41d
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Martin committed May 24, 2019
2 parents 797e41d + ca7eeac commit 00b3165
Show file tree
Hide file tree
Showing 11 changed files with 631 additions and 0 deletions.
89 changes: 89 additions & 0 deletions website_sale_show_company_data/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
==============================
Website Sale Show Company Data
==============================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fe--commerce-lightgray.png?logo=github
:target: https://github.com/OCA/e-commerce/tree/12.0/website_sale_show_company_data
:alt: OCA/e-commerce
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/e-commerce-12-0/e-commerce-12-0-website_sale_show_company_data
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/113/12.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

When portal users that belong to a company edit their invoicing address during
the checkout proccess there is no clue whether the order is being billed to
their company or to the user themselves.

This module adds the company name and VAT info in readonly mode to give a
reference to the user.

**Table of contents**

.. contents::
:local:

Usage
=====

Once the user is set up:

#. Go to the online store and add any product to the cart.
#. Proccess the checkout and edit the user invoice address.
#. There you'll see the company name and vat in read only mode.

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 <https://github.com/OCA/e-commerce/issues/new?body=module:%20website_sale_show_company_data%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Tecnativa

Contributors
~~~~~~~~~~~~

* `Tecnativa <https://www.tecnativa.com>`_:
* David Vidal
* Víctor M.M. Torres

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

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

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.

This module is part of the `OCA/e-commerce <https://github.com/OCA/e-commerce/tree/12.0/website_sale_show_company_data>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file.
20 changes: 20 additions & 0 deletions website_sale_show_company_data/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2018-2019 - Tecnativa
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Website Sale Show Company Data",
"summary": "Show commercial partner data if any",
"version": "12.0.1.0.0",
"category": "E-Commerce",
"website": "https://github.com/OCA/e-commerce",
"author": "Tecnativa, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"website_sale",
],
"data": [
"views/website_sale_address.xml",
],
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_sale_show_company_data
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: website_sale_show_company_data
#: model:ir.ui.view,arch_db:website_sale_show_company_data.address
msgid "Company Name"
msgstr ""

#. module: website_sale_show_company_data
#: model:ir.ui.view,arch_db:website_sale_show_company_data.address
msgid "TIN / VAT"
msgstr ""

10 changes: 10 additions & 0 deletions website_sale_show_company_data/readme/CONFIGURATION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
To test the module:

#. Create or edit a partner with contacts and add a VAT number to it.
#. In the partner form, choose *Action > Portal Access Management* and give
access to a contact.
#. Go to *Configuration > Users > Users* and clear the *Internal users* filter
if set.
#. Locate, and edit the portal user belonging to the contact we gave access to.
#. Go to *Action > Change Password* and edit the user's password.
#. Log in with the user's credentials.
3 changes: 3 additions & 0 deletions website_sale_show_company_data/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* `Tecnativa <https://www.tecnativa.com>`_:
* David Vidal
* Víctor M.M. Torres
6 changes: 6 additions & 0 deletions website_sale_show_company_data/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
When portal users that belong to a company edit their invoicing address during
the checkout proccess there is no clue whether the order is being billed to
their company or to the user themselves.

This module adds the company name and VAT info in readonly mode to give a
reference to the user.
5 changes: 5 additions & 0 deletions website_sale_show_company_data/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Once the user is set up:

#. Go to the online store and add any product to the cart.
#. Proccess the checkout and edit the user invoice address.
#. There you'll see the company name and vat in read only mode.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 00b3165

Please sign in to comment.