-
-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Remove rule already in parent module [I18N] Italian translations [REF] New README format [FIX] Restore controllers inheritance [MIG] Adapt to changed templates in dependency [REF] Do not overwrite parent template
- Loading branch information
Showing
13 changed files
with
179 additions
and
115 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 |
---|---|---|
@@ -1,13 +1,36 @@ | ||
.. 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 | ||
|
||
=========================================== | ||
Contact's Address Manager In Website Portal | ||
=========================================== | ||
|
||
This module extends the functionality of the website portal to allow your | ||
users to manage their Addresses of contact. | ||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! 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%2Fwebsite-lightgray.png?logo=github | ||
:target: https://github.com/OCA/website/tree/12.0/website_portal_address | ||
:alt: OCA/website | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/website-12-0/website-12-0-website_portal_address | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/186/12.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module extends the functionality of the website portal to allow your users to manage their Addresses of contact. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
@@ -19,37 +42,46 @@ To use this module, you need to: | |
#. Go to `your contacts manager </my/contacts>`_. | ||
#. Read, create, edit or delete (disable) any contacts you want! | ||
|
||
.. 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/9.0 | ||
|
||
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. | ||
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 <https://github.com/OCA/website/issues/new?body=module:%20website_portal_address%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 | ||
~~~~~~~ | ||
|
||
* Serpent Consulting Services Pvt. Ltd. | ||
* Agile Business Group | ||
|
||
Contributors | ||
------------ | ||
~~~~~~~~~~~~ | ||
|
||
* Serpent Consulting Services Pvt. Ltd. <[email protected]> | ||
* `TAKOBI <https://takobi.online>`_: | ||
|
||
* Simone Rubino <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
||
Maintainer | ||
---------- | ||
This module is maintained by the OCA. | ||
|
||
.. 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 https://odoo-community.org. | ||
This module is part of the `OCA/website <https://github.com/OCA/website/tree/12.0/website_portal_address>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
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,3 +1,4 @@ | ||
# Copyright 2016 Jairo Llopis <[email protected]> | ||
# Copyright 2016-Today Serpent Consulting Services Pvt. Ltd. | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) | ||
{ | ||
|
@@ -14,7 +15,6 @@ | |
"website_portal_contact", | ||
], | ||
"data": [ | ||
"security/ir.rule.csv", | ||
"views/assets.xml", | ||
"views/contact_address.xml", | ||
"views/layout.xml", | ||
|
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,87 +1,106 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * website_portal_address | ||
# * website_portal_address | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2016-11-10 09:29+0000\n" | ||
"PO-Revision-Date: 2016-11-10 09:29+0000\n" | ||
"Last-Translator: <>\n" | ||
"POT-Creation-Date: 2022-03-21 17:27+0000\n" | ||
"PO-Revision-Date: 2022-03-21 17:27+0000\n" | ||
"Last-Translator: Simone Rubino <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: website_portal_address | ||
#: model:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "Address" | ||
msgstr "Indirizzo" | ||
|
||
#. module: website_portal_address | ||
#: model:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "City" | ||
msgstr "Città" | ||
|
||
#. module: website_portal_address | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "Contact" | ||
msgstr "Contatto" | ||
|
||
#. module: website_portal_address | ||
#: model:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "Country" | ||
msgstr "Nazione" | ||
|
||
#. module: website_portal_address | ||
#: model:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "Country..." | ||
msgstr "Nazione..." | ||
|
||
#. module: website_portal_address | ||
#: model:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "Invoice address" | ||
msgstr "Indirizzo Fatturazione" | ||
|
||
#. module: website_portal_address | ||
#: model:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "Other address" | ||
msgstr "Altro Indirizzo" | ||
|
||
#. module: website_portal_address | ||
#: model:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "Shipping address" | ||
msgstr "Indirizzo di Consegna" | ||
|
||
#. module: website_portal_address | ||
#: model:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type_website_form | ||
msgid "Society" | ||
msgstr "Società" | ||
|
||
#. module: website_portal_address | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "State" | ||
msgstr "Stato" | ||
msgstr "Provincia" | ||
|
||
#. module: website_portal_address | ||
#: model:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "State / Province" | ||
msgstr "Provincia" | ||
|
||
#. module: website_portal_address | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "State..." | ||
msgstr "Stato..." | ||
msgstr "Provincia..." | ||
|
||
#. module: website_portal_address | ||
#: model:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "Street..." | ||
msgstr "Via..." | ||
|
||
#. module: website_portal_address | ||
#: model:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "Street2..." | ||
msgstr "Via 2..." | ||
|
||
#. module: website_portal_address | ||
#: model:ir.ui.view,arch_db:website_portal_address.contact_address_type_website_form | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type_website_form | ||
msgid "Type" | ||
msgstr "Tipo" | ||
msgstr "Tipologia" | ||
|
||
#. module: website_portal_address | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "Zip" | ||
msgstr "CAP" | ||
|
||
#. module: website_portal_address | ||
#: model:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "city..." | ||
msgstr "città..." | ||
|
||
#. module: website_portal_address | ||
#: model:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
#: model_terms:ir.ui.view,arch_db:website_portal_address.contact_address_type | ||
msgid "zip..." | ||
msgstr "cap..." |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
* Serpent Consulting Services Pvt. Ltd. <[email protected]> | ||
* `TAKOBI <https://takobi.online>`_: | ||
|
||
* Simone Rubino <[email protected]> |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
This module extends the functionality of the website portal to allow your users to manage their Addresses of contact. |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
To use this module, you need to: | ||
|
||
#. Log in as a portal user. | ||
#. Go to `your portal home </my/home>`_. | ||
#. Go to `your contacts manager </my/contacts>`_. | ||
#. Read, create, edit or delete (disable) any contacts you want! |
This file was deleted.
Oops, something went wrong.
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,4 @@ | ||
# Copyright 2016 Jairo Llopis <[email protected]> | ||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) | ||
|
||
from . import test_main | ||
from . import test_ui |
Oops, something went wrong.