Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][MIG] membership_initial_fee #167

Merged
merged 31 commits into from
May 17, 2024

Commits on May 6, 2024

  1. [ADD] membership_initial_fee

    Initial fee for memberships
    ===========================
    
    Charge an initial fee when a partner is invoiced for the first time with a
    member product.
    
    Usage
    =====
    
    Define a member product, and select 'Fixed amount' or 'Percentage of the price'
    for invoicing an extra charge in the first invoice that is created with this
    member product.
    Pedro M. Baeza authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    22c9c9a View commit details
    Browse the repository at this point in the history
  2. [MIG] Make modules uninstallable

    Pedro M. Baeza authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0043b57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b11650 View commit details
    Browse the repository at this point in the history
  4. [MIG] Rename manifest files

    Pedro M. Baeza authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c550238 View commit details
    Browse the repository at this point in the history
  5. membership_prorrate_variable_period

    =================================================
    Prorrate the membership fee with variable periods
    =================================================
    
    Helper module for making the prorrate correctly when you are dealing with
    variable periods in your memberships, which functionality is provided by
    the module *membership_variable_period*.
    
    Installation
    ============
    
    This module is auto-installed if you have *membership_variable_period* and
    *membership_prorrate* modules installed.
    
    Usage
    =====
    
    For leading with variable periods and prorrate, only weekly, monthly or yearly
    periods are allowed. When you create an invoice with a membership product
    with variable period, the theoretical period is calculated from the invoice
    date (or today if empty) as the natural period of the selected unit that
    includes that date. For example, if the invoice is on the 15th of January
    and the unit is month, the theoretical period to invoice will be all the month
    of January.
    
    Known issues / Roadmap
    ======================
    
    * Allow to handle periods of months that make the year divisible: 2 months
      (two-monthly), 3 months (quartely), 4 months (four-monthly) or 6 months
      (biannual).
    * On weekly memberships, consider the duality sunday/monday start of the week.
    Pedro M. Baeza authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    51aa9b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a46ee58 View commit details
    Browse the repository at this point in the history
  7. See if partner has any membership line instead of and invoice (OCA#12)

    * [IMP] See if partner has any membership line instead of and invoice
    
    * Add future possible improvements in README
    
    * Fix return at initial_fee_create_check method
    antespi authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    280f9a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ca2cc3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db2c616 View commit details
    Browse the repository at this point in the history
  10. remove obsolete .pot files [ci skip]

    sbidoul authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b6abc6c View commit details
    Browse the repository at this point in the history
  11. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100,0% (10 of 10 strings)
    
    Translation: vertical-association-11.0/vertical-association-11.0-membership_initial_fee
    Translate-URL: https://translation.odoo-community.org/projects/vertical-association-11-0/vertical-association-11-0-membership_initial_fee/pt_BR/
    Rodrigo Macedo authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    dd8a223 View commit details
    Browse the repository at this point in the history
  12. [FIX] initial_fee_create_check

    Module: membership_initial_fee
    Summary:
        - initial_fee_check_create has to be called with the newly created invoice
        line, not with self. Self is just the model in the create method from
        which initial_fee_check_create is called.
        - Keep method compatibility (product argument)
        - Import order
        - Add TODO for v12 migration
    Jon Zaballa authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    bfbd1c2 View commit details
    Browse the repository at this point in the history
  13. Translated using Weblate (German)

    Currently translated at 100.0% (10 of 10 strings)
    
    Translation: vertical-association-11.0/vertical-association-11.0-membership_initial_fee
    Translate-URL: https://translation.odoo-community.org/projects/vertical-association-11-0/vertical-association-11-0-membership_initial_fee/de/
    benbrich authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6e21072 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6842988 View commit details
    Browse the repository at this point in the history
  15. [FIX] Add missing contributors

    chienandalu authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    af96ff4 View commit details
    Browse the repository at this point in the history
  16. pre-commit

    astirpe authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fdebecf View commit details
    Browse the repository at this point in the history
  17. [13.0][MIG] membership_initial_fee

    astirpe authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    eec3b13 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4a09023 View commit details
    Browse the repository at this point in the history
  19. [FIX] membership_delegated/fee: Solves an incompatibility between both (

    OCA#54)
    
    Without changing inter-dependencies, using dynamic code detection.
    Pedro M. Baeza authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    25be496 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6bec25f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ac18aab View commit details
    Browse the repository at this point in the history
  22. [UPD] README.rst

    OCA-git-bot authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2a99d6e View commit details
    Browse the repository at this point in the history
  23. Translated using Weblate (French)

    Currently translated at 100.0% (10 of 10 strings)
    
    Translation: vertical-association-14.0/vertical-association-14.0-membership_initial_fee
    Translate-URL: https://translation.odoo-community.org/projects/vertical-association-14-0/vertical-association-14-0-membership_initial_fee/fr/
    abdawone authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    68d4c10 View commit details
    Browse the repository at this point in the history
  24. Translated using Weblate (Italian)

    Currently translated at 100.0% (10 of 10 strings)
    
    Translation: vertical-association-14.0/vertical-association-14.0-membership_initial_fee
    Translate-URL: https://translation.odoo-community.org/projects/vertical-association-14-0/vertical-association-14-0-membership_initial_fee/it/
    mymage authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6089acd View commit details
    Browse the repository at this point in the history
  25. Translated using Weblate (Italian)

    Currently translated at 100.0% (10 of 10 strings)
    
    Translation: vertical-association-14.0/vertical-association-14.0-membership_initial_fee
    Translate-URL: https://translation.odoo-community.org/projects/vertical-association-14-0/vertical-association-14-0-membership_initial_fee/it/
    francesco-ooops authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    decd5a8 View commit details
    Browse the repository at this point in the history
  26. Translated using Weblate (Italian)

    Currently translated at 100.0% (10 of 10 strings)
    
    Translation: vertical-association-14.0/vertical-association-14.0-membership_initial_fee
    Translate-URL: https://translation.odoo-community.org/projects/vertical-association-14-0/vertical-association-14-0-membership_initial_fee/it/
    francesco-ooops authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a06b944 View commit details
    Browse the repository at this point in the history
  27. [UPD] README.rst

    OCA-git-bot authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d2a169b View commit details
    Browse the repository at this point in the history
  28. Translated using Weblate (Catalan)

    Currently translated at 70.0% (7 of 10 strings)
    
    Translation: vertical-association-14.0/vertical-association-14.0-membership_initial_fee
    Translate-URL: https://translation.odoo-community.org/projects/vertical-association-14-0/vertical-association-14-0-membership_initial_fee/ca/
    eugenichafer authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ac08d31 View commit details
    Browse the repository at this point in the history
  29. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: vertical-association-14.0/vertical-association-14.0-membership_initial_fee
    Translate-URL: https://translation.odoo-community.org/projects/vertical-association-14-0/vertical-association-14-0-membership_initial_fee/
    weblate authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    40f90f3 View commit details
    Browse the repository at this point in the history
  30. Translated using Weblate (Italian)

    Currently translated at 100.0% (13 of 13 strings)
    
    Translation: vertical-association-14.0/vertical-association-14.0-membership_initial_fee
    Translate-URL: https://translation.odoo-community.org/projects/vertical-association-14-0/vertical-association-14-0-membership_initial_fee/it/
    mymage authored and edlopen committed May 6, 2024
    Configuration menu
    Copy the full SHA
    35de28e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    655fd35 View commit details
    Browse the repository at this point in the history