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

[18.0][MIG] : Migration partner_invoicing_mode to 18.0 #1833

Open
wants to merge 23 commits into
base: 18.0
Choose a base branch
from

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    5d05c35 View commit details
    Browse the repository at this point in the history
  2. [UPD] Update partner_invoicing_mode.pot

    oca-ci authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8fb161d View commit details
    Browse the repository at this point in the history
  3. [MIG] partner_invoicing_mode: Migration to 16.0

    [UPD] Update partner_invoicing_mode.pot
    
    [UPD] README.rst
    
    partner_invoicing_mode 16.0.1.0.1
    StefanRijnhart authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e5e36c6 View commit details
    Browse the repository at this point in the history
  4. Added translation using Weblate (Spanish)

    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (8 of 8 strings)
    
    Translation: account-invoicing-16.0/account-invoicing-16.0-partner_invoicing_mode
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-partner_invoicing_mode/es/
    
    [UPD] README.rst
    Ivorra78 authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    eada505 View commit details
    Browse the repository at this point in the history
  5. Added translation using Weblate (Italian)

    Translated using Weblate (Italian)
    
    Currently translated at 100.0% (8 of 8 strings)
    
    Translation: account-invoicing-16.0/account-invoicing-16.0-partner_invoicing_mode
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-partner_invoicing_mode/it/
    mymage authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    69cdf80 View commit details
    Browse the repository at this point in the history
  6. [REF] partner_invoicing_mode/monthly: Better extension mechanism

    Allow to have a better extension mechanism when having multiple invoicing
    modes.
    rousseldenis authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    aa03e98 View commit details
    Browse the repository at this point in the history
  7. [IMP] partner_invoicing_mode: Partition invoicings

    The field one_invoice_per_order wasn't used correctly.
    
    So, now, create invoices using the partner option by calling
    the grouping option on sale orders
    rousseldenis authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    161b244 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad5e612 View commit details
    Browse the repository at this point in the history
  9. [IMP] partner_invoicing_mode: Add the invoicing grouping on sale

    To improve flexibility, the invoicing grouping option could be different
    on the sale order level than on the partner level.
    rousseldenis authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e831f77 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0506490 View commit details
    Browse the repository at this point in the history
  11. [IMP] partner_invoicing_mode: Don't loop search on sale orders

    As the read_group() can aggregate sale order ids per partner,
    use the ids list instead.
    rousseldenis authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a7e97ee View commit details
    Browse the repository at this point in the history
  12. [IMP] partner_invoicing_mode: Don't set next_invoice_date as commerci…

    …al field
    
    As a company can have several different invoicing address, invoicing can occur at different
    dates.
    rousseldenis authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a4d5537 View commit details
    Browse the repository at this point in the history
  13. [IMP] partner_invoicing_mode: Update the invoice date just after crea…

    …tion
    
    As validation jobs could last long time if there are plenty, ensure that
    the wanted date is correctly set.
    rousseldenis authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    caba280 View commit details
    Browse the repository at this point in the history
  14. [IMP] partner_invoicing_mode: Use core grouping function in sale module

    In order to be able to benefits from standard grouping function, override it
    and add missing keys.
    
    [UPD] Update partner_invoicing_mode.pot
    
    [BOT] post-merge updates
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-invoicing-16.0/account-invoicing-16.0-partner_invoicing_mode
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-partner_invoicing_mode/
    
    Translated using Weblate (Italian)
    
    Currently translated at 94.4% (17 of 18 strings)
    
    Translation: account-invoicing-16.0/account-invoicing-16.0-partner_invoicing_mode
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-partner_invoicing_mode/it/
    
    Translated using Weblate (Italian)
    
    Currently translated at 100.0% (18 of 18 strings)
    
    Translation: account-invoicing-16.0/account-invoicing-16.0-partner_invoicing_mode
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-partner_invoicing_mode/it/
    
    Translated using Weblate (Spanish)
    
    Currently translated at 100.0% (18 of 18 strings)
    
    Translation: account-invoicing-16.0/account-invoicing-16.0-partner_invoicing_mode
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-16-0/account-invoicing-16-0-partner_invoicing_mode/es/
    rousseldenis authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e5c7c8d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    66c748a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e2515a3 View commit details
    Browse the repository at this point in the history
  17. [UPD] Update partner_invoicing_mode.pot

    oca-ci authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    85b0085 View commit details
    Browse the repository at this point in the history
  18. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1509e6c View commit details
    Browse the repository at this point in the history
  19. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-invoicing-17.0/account-invoicing-17.0-partner_invoicing_mode
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-17-0/account-invoicing-17-0-partner_invoicing_mode/
    weblate authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3714ad7 View commit details
    Browse the repository at this point in the history
  20. Translated using Weblate (Italian)

    Currently translated at 100.0% (18 of 18 strings)
    
    Translation: account-invoicing-17.0/account-invoicing-17.0-partner_invoicing_mode
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-17-0/account-invoicing-17-0-partner_invoicing_mode/it/
    mymage authored and chaule97 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    19d57f9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9d4c8d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    8684f46 View commit details
    Browse the repository at this point in the history
  2. [UPD] Update testcase

    chaule97 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a108a3f View commit details
    Browse the repository at this point in the history