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: Migration to 17.0 #130

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

Commits on Aug 14, 2024

  1. Initial check-in with several modules.

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    87fb592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    359f56a View commit details
    Browse the repository at this point in the history
  3. Remove temporary file that was added my mistake.

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    32c643e View commit details
    Browse the repository at this point in the history
  4. 1. Renamed fields donator -> donor and donation_ok -> donation 2. Add…

    …ed wizard Generate Mass Journal in mass module 3. Fixed a bug in Stay module room name was empty in tree views
    brother-bernard authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4910dd2 View commit details
    Browse the repository at this point in the history
  5. enhancements of donation move lines : ref and link to partner donatio…

    …n number may be generated in a sequence per user. By default, number is generated in the donation sequence
    brother-bernard authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e84e0c1 View commit details
    Browse the repository at this point in the history
  6. Add support for analytic accounting in donation and mass. Add support…

    … for foreign currencies in donations. Add mass validation wizard (validate mass lines and create account moves) Add conventual information on mass lines. Small usability improvements.
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0688845 View commit details
    Browse the repository at this point in the history
  7. Delete mass when putting a donation in back2draft Block deletion of m…

    …ass line if certains scenarios Fix a bug when re-validating a donation.
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a8ec196 View commit details
    Browse the repository at this point in the history
  8. Add wizard to swap celebrants. Add monetary widget in form views.

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    384f73b View commit details
    Browse the repository at this point in the history
  9. PEP8 updates Add support for account move generation on mass transfer…

    … validation Add "Back to draft" on validated mass transfers
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e3896f8 View commit details
    Browse the repository at this point in the history
  10. Return True to avoid a warning. Small change in account move ref.

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ea69003 View commit details
    Browse the repository at this point in the history
  11. Fix for duplication of a partner (inherit of copy() was needed)

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f9ecf81 View commit details
    Browse the repository at this point in the history
  12. Add title in partner_name on stay Donors are res.parter with customer…

    … = True
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ec95b5a View commit details
    Browse the repository at this point in the history
  13. Add graph views and group_by in search view for BI Add field amount_t…

    …otal_company_currency on donation.donation Remove view_type from action definition
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f5f8321 View commit details
    Browse the repository at this point in the history
  14. Add donation count on partner form Update icon Update comments

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5e375ad View commit details
    Browse the repository at this point in the history
  15. Add ir.rule for multi-company for donation, tax receipts and mass.

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e74cf13 View commit details
    Browse the repository at this point in the history
  16. Add sheet tags to have the statusbar on the right.

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4ddc92e View commit details
    Browse the repository at this point in the history
  17. Small improvements to donation campaigns

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    df55bde View commit details
    Browse the repository at this point in the history
  18. Rename method to respect coding conventions.

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bbf5677 View commit details
    Browse the repository at this point in the history
  19. Rename field donation_campaign_id to campaign_id FIX invalidation of …

    …field 'Amount in Company Currency' on donation.line Add reporting menu for donations
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2e2d023 View commit details
    Browse the repository at this point in the history
  20. Handle multi-company in default journal selection.

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f555fc4 View commit details
    Browse the repository at this point in the history
  21. Donation number is the sequence of the account.move (same as with inv…

    …oices, cf account module)
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bcc7a46 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    48e22d9 View commit details
    Browse the repository at this point in the history
  23. Add demo data for mass requests Update mass prices Add graph view for…

    … mass requests
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7fa1eb9 View commit details
    Browse the repository at this point in the history
  24. Multiple small enhancements Add constraints on room in stay module Ad…

    …d French translation by Brother Irénée Move donation_data.xml to donation_demo.xml
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0c96cc6 View commit details
    Browse the repository at this point in the history
  25. Update layout of options in product view. Adapt to v8 for product.tem…

    …plate/product.product in XML.
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a5e89b9 View commit details
    Browse the repository at this point in the history
  26. When a field is added on product.template, we must only inherit the t…

    …emplate view.
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d10ce15 View commit details
    Browse the repository at this point in the history
  27. Product menu entries now point to product.template, to be coherent wi…

    …th the rest of Odoo v8 rename variable filter_to_donation filter_donation Add filter for Tax receipt Inherit search view of product.template instead of product.product
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    68d765f View commit details
    Browse the repository at this point in the history
  28. Hide Donation menu for users that are not part of the Donation group …

    …Update strings and translation.
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    79446d6 View commit details
    Browse the repository at this point in the history
  29. Convert webkit stay journal to qweb Add company_id field i stay views…

    … Add Contact menu entry in Stay menu PEP8 stuff
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    500c6b2 View commit details
    Browse the repository at this point in the history
  30. Fix v8 regression.

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f20f215 View commit details
    Browse the repository at this point in the history
  31. Update the management of payment methods and currencies Use copy= in …

    …field definition Update donation search view Ability to save the Default Payment method
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b2e0e46 View commit details
    Browse the repository at this point in the history
  32. Add payment_ref on donation Update donation from stay wizard followin…

    …g the changes in my previous commit on the big update of payment methods Remove version="7.0"
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c6d5b6e View commit details
    Browse the repository at this point in the history
  33. Add module donation_recurring to handle recurring donations Add modul…

    …e donation_recurring_tax_receipt Add donation validation wizard to validate several donations at the same time
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d55da78 View commit details
    Browse the repository at this point in the history
  34. Update product_id_change to add an argument Remove dependancy of dona…

    …tion_stay on donation_tax_receipt, via the use of the on_change in the wizard Update order of donations
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c451df4 View commit details
    Browse the repository at this point in the history
  35. Add module donation_bank_statement Re-org donation form view with a n…

    …ew tab Small code enhancements
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d9441d0 View commit details
    Browse the repository at this point in the history
  36. Call super() on default_get

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    265f3b0 View commit details
    Browse the repository at this point in the history
  37. Remove a comment (it now works !)

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9862c34 View commit details
    Browse the repository at this point in the history
  38. Add demo data.

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a6292ae View commit details
    Browse the repository at this point in the history
  39. FIX on_change on products for v8 Temporarily disable demo data on don…

    …ation_recurring
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    49e6044 View commit details
    Browse the repository at this point in the history
  40. Add country_id on donations for statistics

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    57be9a9 View commit details
    Browse the repository at this point in the history
  41. Also add country_id on the donation reporting

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    451ae94 View commit details
    Browse the repository at this point in the history
  42. Add access right on analytic line to donation user

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b4cc4bc View commit details
    Browse the repository at this point in the history
  43. Add/update demo data color=red for suspended recurring donation in tr…

    …ee view
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2f91ad8 View commit details
    Browse the repository at this point in the history
  44. Add tracking and chatter on donation Remove create_uid on donation.do…

    …nation Donation : PEP8
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9b325ab View commit details
    Browse the repository at this point in the history
  45. Port to new API Add default donation tax receipt report Small usabili…

    …ty enhancements
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8aa33d6 View commit details
    Browse the repository at this point in the history
  46. Port donation_bank_statement to the new API Add demo data in module d…

    …onation_bank_statement Remove debug print
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5c13b29 View commit details
    Browse the repository at this point in the history
  47. Add readonly=True on all related fields, to avoid access right issues

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a5c8ab0 View commit details
    Browse the repository at this point in the history
  48. Add company_id in donation tree view

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3b404ea View commit details
    Browse the repository at this point in the history
  49. FIX in multi-company setups copy= in field definition is a boolean

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2223153 View commit details
    Browse the repository at this point in the history
  50. Auto-add demo user to user-level groups, for easier testing

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e123396 View commit details
    Browse the repository at this point in the history
  51. copy=False is the default on one2many fields Can't put a one2many fie…

    …ld alone in a depends, from my experience of the new API
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bbf3f60 View commit details
    Browse the repository at this point in the history
  52. stay: don't set refectory when no_meals option active on stay Add tes…

    …ts in stay and donation modules Update demo data
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d61a5ba View commit details
    Browse the repository at this point in the history
  53. Add yaml test for annual tax receipts Move the content of donation/pr…

    …oduct_demo.xml inside donation/donation_demo.xml
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2d8c1d3 View commit details
    Browse the repository at this point in the history
  54. Start to replace name_get by display_name (better use of new API)

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d70d949 View commit details
    Browse the repository at this point in the history
  55. Add field Remaining offering, to control the amount in accouting. dig…

    …its_compute= -> digits= in field definition Remove unused ODT file
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4e5eadb View commit details
    Browse the repository at this point in the history
  56. Update POT/PO files Use fields.Date.from/to_string Fix bug in display…

    …_name method in donation_recurring
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5105c09 View commit details
    Browse the repository at this point in the history
  57. donation/report : Port to new API

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    cadbf1c View commit details
    Browse the repository at this point in the history
  58. Add support for in-kind donations Add in-kind and tax-receipt options…

    … in donation report Add copyright notice in some XML files
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    29c6a1a View commit details
    Browse the repository at this point in the history
  59. Fix R/W access on user preferences

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8b6efb7 View commit details
    Browse the repository at this point in the history
  60. Prepare move to OCA : flake8, add OCA as author, add README.rst, upda…

    …te Copyright
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6f30e12 View commit details
    Browse the repository at this point in the history
  61. Write a real README.md for the project Fix flake8 warning

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    db73b56 View commit details
    Browse the repository at this point in the history
  62. Add icons

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4943366 View commit details
    Browse the repository at this point in the history
  63. FIX donation_direct_debit in multi-company environement (don't use su…

    …do as admin may not be in the same company as the user) Better demo data
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    847c62f View commit details
    Browse the repository at this point in the history
  64. Adapt YAML test to change in demo data

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b85cbba View commit details
    Browse the repository at this point in the history
  65. Add cancel state on donations Allow to cancel donations linked to a p…

    …ayment line in done state
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    dcbeab0 View commit details
    Browse the repository at this point in the history
  66. Fix color

    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bcf4058 View commit details
    Browse the repository at this point in the history
  67. Update strings, POT file and some parts of FR translation

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6fb634f View commit details
    Browse the repository at this point in the history
  68. Align indentation for Pedro Fix PEP8 warning

    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    63fca8c View commit details
    Browse the repository at this point in the history
  69. Port all YAML tests to new API

    Remove un-usefull entry in depends key in donation_bank_statement/__openerp__.py
    Alexis de Lattre authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d1968e5 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    0aed661 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    2591bd2 View commit details
    Browse the repository at this point in the history
  72. prefix versions with 8.0

    sbidoul authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c582256 View commit details
    Browse the repository at this point in the history
  73. Make modules uninstallable

    pedrobaeza authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    25193db View commit details
    Browse the repository at this point in the history
  74. Rename manifest files

    pedrobaeza authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4411caa View commit details
    Browse the repository at this point in the history
  75. Port donation, donation_bank_statement, donation_recurring, donation_…

    …tax_receipt and donation_recurring_tax_receipt to v9
    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bb26354 View commit details
    Browse the repository at this point in the history
  76. FIX pylint warnings

    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2c9c274 View commit details
    Browse the repository at this point in the history
  77. 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
    ab40f5a View commit details
    Browse the repository at this point in the history
  78. Port donation_direct_debit to v9

    Some enhancement on donation_bank_statement: donation product is now configurable on the company
    Use float_compare and float_is_zero
    Convert YAML test to unittest
    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bdccd97 View commit details
    Browse the repository at this point in the history
  79. 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
    3a5bb76 View commit details
    Browse the repository at this point in the history
  80. Factorise code

    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a427fff View commit details
    Browse the repository at this point in the history
  81. 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
    49686ca View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    0ecd520 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    cc7e3e3 View commit details
    Browse the repository at this point in the history
  84. Pylint fixes

    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6d0853a View commit details
    Browse the repository at this point in the history
  85. FIX crash

    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a4d513a View commit details
    Browse the repository at this point in the history
  86. Port donation_thanks to v10 with report_py3o

    Small improvement in donation search views
    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    05e3fd2 View commit details
    Browse the repository at this point in the history
  87. Fix computed field

    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    00741fd View commit details
    Browse the repository at this point in the history
  88. Track change in total amount

    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2530bb1 View commit details
    Browse the repository at this point in the history
  89. 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
    d935ffc View commit details
    Browse the repository at this point in the history
  90. Add ACL for donation_tax_receipt

    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e9807d9 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    3835037 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    60d1be4 View commit details
    Browse the repository at this point in the history
  93. Add access rights to default_user

    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ec44447 View commit details
    Browse the repository at this point in the history
  94. Add multi-company rule for donation.report

    Add tree view on donation.report for drill-through
    Fix @api.model -> @api.multi
    alexis-via authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    37d5104 View commit details
    Browse the repository at this point in the history
  95. donation: Fix Transifex

    DB with demo data can be populated with current state, as there's
    no chart template, and donation demo data search for a journal, which
    is not present if no localization module is installed.
    
    This trick assigns before that demo data a country to the main company
    and execute again the autoinstall function through a helper method.
    pedrobaeza authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2e18ddf View commit details
    Browse the repository at this point in the history
  96. .travis.yml: Perform tests

    pedrobaeza authored and esteveblanch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    92e0f8a View commit details
    Browse the repository at this point in the history
  97. Fix drill-through

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

Commits on Aug 15, 2024

  1. donation: Add group by State

    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d9663c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d62fb25 View commit details
    Browse the repository at this point in the history
  3. remove obsolete .pot files [ci skip]

    sbidoul authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0bfec63 View commit details
    Browse the repository at this point in the history
  4. 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
    ff83bdc View commit details
    Browse the repository at this point in the history
  5. Use related field in compute method to avoid multi-company issues

    Remove dead comment
    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9c761f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c603ba1 View commit details
    Browse the repository at this point in the history
  7. Fix tests on runbot

    donation_bank_statement: add domain type=bank on donation_credit_transfer_journal_id
    donation: Small code improvement on income account selection from product
    PEP8 fix
    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    877c8cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68d21ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    46c694e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1c6582a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    70cb9ba View commit details
    Browse the repository at this point in the history
  12. Translated using Weblate (Spanish)

    Currently translated at 96.7% (116 of 120 strings)
    
    Translation: donation-11.0/donation-11.0-donation
    Translate-URL: https://translation.odoo-community.org/projects/donation-11-0/donation-11-0-donation/es/
    etobella authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3b2eeeb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    971e91b View commit details
    Browse the repository at this point in the history
  14. [IMP] donation: finish migration

    Jaime Arroyo authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a0e4726 View commit details
    Browse the repository at this point in the history
  15. [FIX] donation: security issues

    Jaime Arroyo authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6e58504 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    69f49d8 View commit details
    Browse the repository at this point in the history
  17. [IMP] donation: Migration to 13.0

    albariera authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4c23a25 View commit details
    Browse the repository at this point in the history
  18. [MIG] donation to odoo v14

    This module now include donation_thanks and donation_bank_statement
    It now uses payment mode instead of the direct selection of the bank/cash journal
    Donations now have an internal sequence
    
    For more info about the changes, read this ticket:
    OCA#84
    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bafae00 View commit details
    Browse the repository at this point in the history
  19. donation: add dedicated method to get income account for donation.line

    Add company_id field on donation.line
    Rename method get_analytic_account_id() to _get_analytic_account_id()
    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8119916 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0e18a56 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3a1b6ca View commit details
    Browse the repository at this point in the history
  22. donation: now has a dedicated config page

    Update duplicate settings (copy=False) on few fields of donation.donation
    Add thanks_printed in donation tree view with optional="hide"
    Add button in donation tree view to mark several donation as thanks_printed=True
    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    029ee88 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2e485e1 View commit details
    Browse the repository at this point in the history
  24. 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
    03ea726 View commit details
    Browse the repository at this point in the history
  25. donation: always write donation number on journal entry (on 'name' of…

    … move line)
    
    Always write donation number on journal entry:
    - before: on 'ref' of account.move Odoo would write "donation.payment_ref or donation.number"
    - after: donation.payment_ref is written on 'ref' of account.move. donation.number is written on 'name' of account.move.line
    
    Add force_delete=True in context to allow cancelling a donation without fiscal receipt
    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a0cdfa3 View commit details
    Browse the repository at this point in the history
  26. [OU] donation: Add migration script

    etobella authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    39a38af View commit details
    Browse the repository at this point in the history
  27. [MIG] donation from v14 to v16

    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    76e3fa5 View commit details
    Browse the repository at this point in the history
  28. donation: various small improvements

    Replace onchange method by compute method for tax_receipt_option
    Add check total option on config page
    Add payment mode menu entry in config
    Add donation filter on payment mode search view
    Re-order code to put compute method after field definition
    Remove dead code
    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    131c819 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ec35672 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7c6afdd View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    65e84da View commit details
    Browse the repository at this point in the history
  32. donation: migrate to detailed_type on product.template

    Fix bug in _compute_analytic_distribution: don't raise an error when
    user creates a donation line with a mass product where no stock account is configured
    on company
    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7a40194 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    11031ab View commit details
    Browse the repository at this point in the history
  34. Update translation files

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

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

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

    Currently translated at 100.0% (193 of 193 strings)
    
    Translation: donation-16.0/donation-16.0-donation
    Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation/es/
    Ivorra78 authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a4032f4 View commit details
    Browse the repository at this point in the history
  38. Translated using Weblate (Spanish)

    Currently translated at 100.0% (193 of 193 strings)
    
    Translation: donation-16.0/donation-16.0-donation
    Translate-URL: https://translation.odoo-community.org/projects/donation-16-0/donation-16-0-donation/es/
    Ivorra78 authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ee26f14 View commit details
    Browse the repository at this point in the history
  39. Translated using Weblate (Spanish)

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

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

    For donation by debit order, we can't use twice the account "payment_debit_account_id", when
    validating the donation AND when validation the debit order. We have to
    use a different account. And, now that the OCA module
    account_payment_order uses account.payment, this account must be a
    receivable account.
    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9be6a2c View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    7c73472 View commit details
    Browse the repository at this point in the history
  43. [FIX] Move code from donation to donation_direct_debit

    This is a forward-port of PR OCA#122 from 14.0 to 16.0
    alexis-via authored and esteveblanch committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6b3d7e6 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    ab87994 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Translate fixes

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