Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion beesdoo_website_posorder_amount/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from . import controllers
# SPDX-FileCopyrightText: 2022 Coop IT Easy SC
#
# SPDX-License-Identifier: AGPL-3.0-or-later
27 changes: 17 additions & 10 deletions beesdoo_website_posorder_amount/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# Copyright 2019 Coop IT Easy SC
# Rémy Taymans <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# SPDX-FileCopyrightText: 2022 Coop IT Easy SC
#
# SPDX-License-Identifier: AGPL-3.0-or-later

{
"name": "Portal Website POS order amount",
"summary": """
Show the total amount of pos order in the website portal.
""",
"author": "Coop IT Easy SC",
"license": "AGPL-3",
Emptied.""",
"version": "12.0.1.0.0",
"website": "https://github.com/beescoop/Obeesdoo",
"category": "Website",
"depends": ["portal", "point_of_sale"],
"data": ["templates/portal_posorder_amount.xml"],
"website": "https://github.com/beescoop/Obeesdoo",
"author": "Coop IT Easy SC",
"maintainers": ["carmenbianca"],
"license": "AGPL-3",
"application": False,
"depends": [
"portal_posorder_amount",
],
"excludes": [],
"data": [],
"demo": [],
"qweb": [],
}

This file was deleted.

5 changes: 3 additions & 2 deletions beesdoo_website_posorder_amount/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* BEES coop - Cellule IT
* Coop IT Easy SC
* `Coop IT Easy SC <https://coopiteasy.be>`_:

* Carmen Bianca BAKKER
2 changes: 1 addition & 1 deletion beesdoo_website_posorder_amount/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Show the total amount of pos order in the website portal.
Emptied.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Portal Website POS order amount
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-beescoop%2FObeesdoo-lightgray.png?logo=github
:target: https://github.com/beescoop/Obeesdoo/tree/12.0/beesdoo_website_posorder_amount
:target: https://github.com/beescoop/Obeesdoo/tree/12.0/portal_posorder_amount
:alt: beescoop/Obeesdoo

|badge1| |badge2| |badge3|
Expand All @@ -32,7 +32,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/beescoop/Obeesdoo/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/beescoop/Obeesdoo/issues/new?body=module:%20beesdoo_website_posorder_amount%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/beescoop/Obeesdoo/issues/new?body=module:%20portal_posorder_amount%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.

Expand All @@ -53,6 +53,6 @@ Contributors
Maintainers
~~~~~~~~~~~

This module is part of the `beescoop/Obeesdoo <https://github.com/beescoop/Obeesdoo/tree/12.0/beesdoo_website_posorder_amount>`_ project on GitHub.
This module is part of the `beescoop/Obeesdoo <https://github.com/beescoop/Obeesdoo/tree/12.0/portal_posorder_amount>`_ project on GitHub.

You are welcome to contribute.
1 change: 1 addition & 0 deletions portal_posorder_amount/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import controllers
16 changes: 16 additions & 0 deletions portal_posorder_amount/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2019 Coop IT Easy SC
# Rémy Taymans <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Portal Website POS order amount",
"summary": """
Show the total amount of pos order in the website portal.
""",
"author": "Coop IT Easy SC",
"license": "AGPL-3",
"version": "12.0.1.0.0",
"website": "https://github.com/beescoop/Obeesdoo",
"category": "Website",
"depends": ["portal", "point_of_sale"],
"data": ["templates/portal_posorder_amount.xml"],
}
35 changes: 35 additions & 0 deletions portal_posorder_amount/i18n/beesdoo_website_posorder_amount.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * portal_posorder_amount
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.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: portal_posorder_amount
#: model_terms:ir.ui.view,arch_db:portal_posorder_amount.total_pos_order_amount
msgid "Amount"
msgstr ""

#. module: portal_posorder_amount
#: model_terms:ir.ui.view,arch_db:portal_posorder_amount.total_pos_order_amount
msgid "Purchases"
msgstr ""

#. module: portal_posorder_amount
#: model_terms:ir.ui.view,arch_db:portal_posorder_amount.total_pos_order_amount
msgid "Year"
msgstr ""

#. module: portal_posorder_amount
#: model_terms:ir.ui.view,arch_db:portal_posorder_amount.total_pos_order_amount
msgid "You have purchased a total amount of"
msgstr ""

2 changes: 2 additions & 0 deletions portal_posorder_amount/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* BEES coop - Cellule IT
* Coop IT Easy SC
1 change: 1 addition & 0 deletions portal_posorder_amount/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Show the total amount of pos order in the website portal.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Portal Website POS order amount</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_website_posorder_amount"><img alt="beescoop/obeesdoo" src="https://img.shields.io/badge/github-beescoop%2Fobeesdoo-lightgray.png?logo=github" /></a></p>
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/beescoop/obeesdoo/tree/12.0/portal_posorder_amount"><img alt="beescoop/obeesdoo" src="https://img.shields.io/badge/github-beescoop%2Fobeesdoo-lightgray.png?logo=github" /></a></p>
<p>Show the total amount of pos order in the website portal.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
Expand All @@ -386,7 +386,7 @@ <h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/beescoop/obeesdoo/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/beescoop/obeesdoo/issues/new?body=module:%20beesdoo_website_posorder_amount%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/beescoop/obeesdoo/issues/new?body=module:%20portal_posorder_amount%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
Expand All @@ -406,7 +406,7 @@ <h2><a class="toc-backref" href="#id4">Contributors</a></h2>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
<p>This module is part of the <a class="reference external" href="https://github.com/beescoop/obeesdoo/tree/12.0/beesdoo_website_posorder_amount">beescoop/obeesdoo</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/beescoop/obeesdoo/tree/12.0/portal_posorder_amount">beescoop/obeesdoo</a> project on GitHub.</p>
<p>You are welcome to contribute.</p>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions setup/portal_posorder_amount/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)