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

[17.0][MIG] donation_base: Migration to 17.0 #129

Open
wants to merge 48 commits into
base: 17.0
Choose a base branch
from

Commits on Aug 14, 2024

  1. Start the update to new architecture explained in issue OCA#22

    Move from YAML tests to unittest in most modules
    Use commercial_partner_id for tax receipts (to group tax receipts for a company or a familly)
    On donation.line, tax_receipt_ok and in_kind are now related stored fields
    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    80588ba View commit details
    Browse the repository at this point in the history
  2. Add index=True on fields that are often searched

    XML code cleanup (remove fields for which he give the default value)
    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    cde4606 View commit details
    Browse the repository at this point in the history
  3. Add module donation_sale

    Adapt the code of other modules for the introduction of donation_sale
    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    63505f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be5d782 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ac04ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7da2188 View commit details
    Browse the repository at this point in the history
  7. Pylint fixes

    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d97c856 View commit details
    Browse the repository at this point in the history
  8. Add fr translation for donation_base and donation_sale

    Cleanup a few strings
    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    65ed40a View commit details
    Browse the repository at this point in the history
  9. Inherit action_invoice_paid() instead of using a cron to generate tax…

    … receipts for invoices
    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a1e4e9a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74b906a View commit details
    Browse the repository at this point in the history
  11. Tax receipt subtotal now includes donations in foreign currencies

    'Account' decimal precision doesn't exist in v10 -> use currency precision
    Add Eligible tax receipt amount in donation report
    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1df58d2 View commit details
    Browse the repository at this point in the history
  12. Add ACL for donation_tax_receipt

    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f9f03a0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1cfe4bd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d7876c0 View commit details
    Browse the repository at this point in the history
  15. Archive donation.tax.receipt reports by default (like invoices)

    Add print button on donation tax receipt form view
    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b6c5677 View commit details
    Browse the repository at this point in the history
  16. Qweb donation tax receipt report

    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3fccd8d View commit details
    Browse the repository at this point in the history
  17. filename when using print button

    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f84d687 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. FIX print tax receipt wizard

    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4a55338 View commit details
    Browse the repository at this point in the history
  2. Use compute_sudo=True in field definition when needed

    Remove @api.multi when not needed
    PEP8 fixes
    Replace openerp by odoo
    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    467efa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c85584 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3c0d1d View commit details
    Browse the repository at this point in the history
  5. Translated using Weblate (German)

    Currently translated at 11.4% (8 of 70 strings)
    
    Translation: donation-11.0/donation-11.0-donation_base
    Translate-URL: https://translation.odoo-community.org/projects/donation-11-0/donation-11-0-donation_base/de/
    kempleton authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d66becd View commit details
    Browse the repository at this point in the history
  6. Translated using Weblate (German)

    Currently translated at 97.2% (69 of 71 strings)
    
    Translation: donation-11.0/donation-11.0-donation_base
    Translate-URL: https://translation.odoo-community.org/projects/donation-11-0/donation-11-0-donation_base/de/
    benbrich authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    35a39de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4023dad View commit details
    Browse the repository at this point in the history
  8. [FIX] tax.receipt creation sequence

    Jaime Arroyo authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c4c072e View commit details
    Browse the repository at this point in the history
  9. [FIX] remove unnecessary try block

    Jaime Arroyo authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3a07f74 View commit details
    Browse the repository at this point in the history
  10. [FIX] donation: groups on view

    Jaime Arroyo authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6009aa3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d8e536 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    85fa0f1 View commit details
    Browse the repository at this point in the history
  13. [UPD] Update donation_base.pot

    oca-travis authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a99e08a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    96202b2 View commit details
    Browse the repository at this point in the history
  15. [UPD] Update donation_base.pot

    oca-travis authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3929893 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4b6f808 View commit details
    Browse the repository at this point in the history
  17. Show donation button on partner form view without condition

    The donation button on the partner form view is now always shown, even
    when donor_rank=0, like the native button for invoices, sales which
    don't take into account customer_rank.
    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    492c9a2 View commit details
    Browse the repository at this point in the history
  18. [15.0][MIG] donation_base

    kluna1998 authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b0a3e54 View commit details
    Browse the repository at this point in the history
  19. [MIG] donation_base to v16

    Minor improvements in views
    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3a067f7 View commit details
    Browse the repository at this point in the history
  20. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: donation-16.0/donation-16.0-donation_base
    Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation_base/
    weblate authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7ff2c3f View commit details
    Browse the repository at this point in the history
  21. donation_base: use detailed_type on product.template

    Migration scripts are provided
    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    cf32eea View commit details
    Browse the repository at this point in the history
  22. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: donation-16.0/donation-16.0-donation_base
    Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation_base/
    weblate authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d2b44ba View commit details
    Browse the repository at this point in the history
  23. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: donation-16.0/donation-16.0-donation_base
    Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation_base/
    weblate authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d721d78 View commit details
    Browse the repository at this point in the history
  24. Translated using Weblate (Spanish)

    Currently translated at 100.0% (107 of 107 strings)
    
    Translation: donation-16.0/donation-16.0-donation_base
    Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation_base/es/
    Ivorra78 authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4b9c95c View commit details
    Browse the repository at this point in the history
  25. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: donation-16.0/donation-16.0-donation_base
    Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation_base/
    weblate authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b55a35f View commit details
    Browse the repository at this point in the history
  26. Translated using Weblate (Spanish)

    Currently translated at 100.0% (107 of 107 strings)
    
    Translation: donation-16.0/donation-16.0-donation_base
    Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation_base/es/
    Ivorra78 authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f8d5393 View commit details
    Browse the repository at this point in the history
  27. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: donation-16.0/donation-16.0-donation_base
    Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation_base/
    weblate authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d782510 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b5d3e07 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1b2da34 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    b962077 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Visualization fix

    esteveblanch committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8f9ecb4 View commit details
    Browse the repository at this point in the history