Skip to content
Open
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
95 changes: 95 additions & 0 deletions membership_prorate/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
======================
Prorate membership fee
======================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9d189d367b0b3ccb09c2ba549e880152cb335536396b7ce8f9b01d7230ef13fd
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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%2Fvertical--association-lightgray.png?logo=github
:target: https://github.com/OCA/vertical-association/tree/17.0/membership_prorate
:alt: OCA/vertical-association
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/vertical-association-17-0/vertical-association-17-0-membership_prorate
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/vertical-association&target_branch=17.0
:alt: Try me on Runboat

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

When you have a periodical fee (like a yearly fee), maybe you want to
have membership only for the selected period, but don't charge the
customer the full fee, only the proportional part. With this module you
can do it.

**Table of contents**

.. contents::
:local:

Usage
=====

Go to the membership product, and check "Prorate" in it. When you create
invoices that includes a membership product by hand or pressing the
button "Buy Membership" from members form.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/vertical-association/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/vertical-association/issues/new?body=module:%20membership_prorate%0Aversion:%2017.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>`__:

- Pedro M. Baeza
- Rafael Blasco
- David Vidal
- Ernesto Tejeda

- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__

- Bhavesh Heliconia

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/vertical-association <https://github.com/OCA/vertical-association/tree/17.0/membership_prorate>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions membership_prorate/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
from . import models
17 changes: 17 additions & 0 deletions membership_prorate/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 2015 Tecnativa - Pedro M. Baeza
# Copyright 2017 Tecnativa - David Vidal
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Prorate membership fee",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"category": "Association",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/vertical-association",
"depends": [
"membership",
],
"data": [
"views/product_template_views.xml",
],
}
47 changes: 47 additions & 0 deletions membership_prorate/i18n/ar.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * membership_prorate
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-24 02:49+0000\n"
"PO-Revision-Date: 2017-06-24 02:49+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#. module: membership_prorate
#: model:ir.model.fields,help:membership_prorate.field_product_product__membership_prorate
#: model:ir.model.fields,help:membership_prorate.field_product_template__membership_prorate
msgid ""
"If this check is marked, then the fee will be proportionally charged for the "
"remaining time of the period"
msgstr ""

#. module: membership_prorate
#: model:ir.model,name:membership_prorate.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: membership_prorate
#: model:ir.model,name:membership_prorate.model_product_template
msgid "Product"
msgstr ""

#. module: membership_prorate
#: model:ir.model.fields,field_description:membership_prorate.field_product_product__membership_prorate
#: model:ir.model.fields,field_description:membership_prorate.field_product_template__membership_prorate
msgid "Prorate"
msgstr ""

#~ msgid "Invoice Line"
#~ msgstr "خط الفاتورة"
47 changes: 47 additions & 0 deletions membership_prorate/i18n/bs.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * membership_prorate
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-24 02:49+0000\n"
"PO-Revision-Date: 2017-06-24 02:49+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#. module: membership_prorate
#: model:ir.model.fields,help:membership_prorate.field_product_product__membership_prorate
#: model:ir.model.fields,help:membership_prorate.field_product_template__membership_prorate
msgid ""
"If this check is marked, then the fee will be proportionally charged for the "
"remaining time of the period"
msgstr ""

#. module: membership_prorate
#: model:ir.model,name:membership_prorate.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: membership_prorate
#: model:ir.model,name:membership_prorate.model_product_template
msgid "Product"
msgstr ""

#. module: membership_prorate
#: model:ir.model.fields,field_description:membership_prorate.field_product_product__membership_prorate
#: model:ir.model.fields,field_description:membership_prorate.field_product_template__membership_prorate
msgid "Prorate"
msgstr ""

#~ msgid "Invoice Line"
#~ msgstr "Stavka fakture"
50 changes: 50 additions & 0 deletions membership_prorate/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * membership_prorate
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: vertical-association (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-14 08:57+0000\n"
"PO-Revision-Date: 2024-07-29 13:58+0000\n"
"Last-Translator: Eugeni Chafer <[email protected]>\n"
"Language-Team: Catalan (http://www.transifex.com/oca/"
"OCA-vertical-association-8-0/language/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.6.2\n"

#. module: membership_prorate
#: model:ir.model.fields,help:membership_prorate.field_product_product__membership_prorate
#: model:ir.model.fields,help:membership_prorate.field_product_template__membership_prorate
msgid ""
"If this check is marked, then the fee will be proportionally charged for the "
"remaining time of the period"
msgstr ""
"Si la casella està marcada, llavors la quota es carregarà proporcionalment a "
"la quantitat restant del període"

#. module: membership_prorate
#: model:ir.model,name:membership_prorate.model_account_move_line
msgid "Journal Item"
msgstr "Apunt comptable"

#. module: membership_prorate
#: model:ir.model,name:membership_prorate.model_product_template
#, fuzzy
msgid "Product"
msgstr "Plantilla del producte"

#. module: membership_prorate
#: model:ir.model.fields,field_description:membership_prorate.field_product_product__membership_prorate
#: model:ir.model.fields,field_description:membership_prorate.field_product_template__membership_prorate
msgid "Prorate"
msgstr "Prorrata"

#~ msgid "Invoice Line"
#~ msgstr "Línia factura"
46 changes: 46 additions & 0 deletions membership_prorate/i18n/cs.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * membership_prorate
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-24 02:49+0000\n"
"PO-Revision-Date: 2017-06-24 02:49+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"

#. module: membership_prorate
#: model:ir.model.fields,help:membership_prorate.field_product_product__membership_prorate
#: model:ir.model.fields,help:membership_prorate.field_product_template__membership_prorate
msgid ""
"If this check is marked, then the fee will be proportionally charged for the "
"remaining time of the period"
msgstr ""

#. module: membership_prorate
#: model:ir.model,name:membership_prorate.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: membership_prorate
#: model:ir.model,name:membership_prorate.model_product_template
msgid "Product"
msgstr ""

#. module: membership_prorate
#: model:ir.model.fields,field_description:membership_prorate.field_product_product__membership_prorate
#: model:ir.model.fields,field_description:membership_prorate.field_product_template__membership_prorate
msgid "Prorate"
msgstr ""

#~ msgid "Invoice Line"
#~ msgstr "Řádek faktury"
49 changes: 49 additions & 0 deletions membership_prorate/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * membership_prorate
#
# Translators:
# OCA Transbot <[email protected]>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-24 02:49+0000\n"
"PO-Revision-Date: 2017-06-24 02:49+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: membership_prorate
#: model:ir.model.fields,help:membership_prorate.field_product_product__membership_prorate
#: model:ir.model.fields,help:membership_prorate.field_product_template__membership_prorate
msgid ""
"If this check is marked, then the fee will be proportionally charged for the "
"remaining time of the period"
msgstr ""
"Wenn dies angehakt ist, wird die Gebühr proportional zur verbleibenden Zeit "
"der Periode berechnet"

#. module: membership_prorate
#: model:ir.model,name:membership_prorate.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: membership_prorate
#: model:ir.model,name:membership_prorate.model_product_template
#, fuzzy
msgid "Product"
msgstr "Produktvorlage"

#. module: membership_prorate
#: model:ir.model.fields,field_description:membership_prorate.field_product_product__membership_prorate
#: model:ir.model.fields,field_description:membership_prorate.field_product_template__membership_prorate
msgid "Prorate"
msgstr "Unterteilung"

#~ msgid "Invoice Line"
#~ msgstr "Rechnungsposition"
Loading
Loading