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

[15.0][IMP] sale_planner_calendar: Backport improvements from 16.0 #3422

Open
wants to merge 11 commits into
base: 15.0
Choose a base branch
from

Commits on Nov 24, 2024

  1. [FIX] sale_planner_calendar: Remove partner name from default locatio…

    …n address
    
    By passing `True` to the `_display_address` method,
    the company/partner name is omitted from the address
    format, ensuring that only address details are displayed.
    This change was to calculate the GPS location exactly.
    
    TT51008
    pilarvargas-tecnativa authored and carlosdauden committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    b59d37b View commit details
    Browse the repository at this point in the history
  2. [IMP] sale_planner_calendar: Refactor to use calendar.event model ins…

    …tead of sale.planner.calendar.event
    sergio-teruel authored and carlosdauden committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    9690306 View commit details
    Browse the repository at this point in the history
  3. [IMP] sale_planner_calendar: Merge files calendar.py and sale_planner…

    …_calendar_event.py in calendar_event.py
    carlosdauden committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    607dcb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4508ebe View commit details
    Browse the repository at this point in the history
  5. [IMP] sale_planner_calendar: Use calendar_event_type and remove sale_…

    …planner_calendar_event_profile
    carlosdauden committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    2cc2250 View commit details
    Browse the repository at this point in the history
  6. [IMP] sale_planner_calendar: New option to only update partner user_i…

    …d if new_start is empty
    
    TT51461
    carlosdauden committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    91ac97a View commit details
    Browse the repository at this point in the history
  7. [FIX] sale_planner_acalendar: Invalid field when user search events b…

    …y week day in reassign wizard
    
    TT51485
    sergio-teruel authored and carlosdauden committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    06e6d74 View commit details
    Browse the repository at this point in the history
  8. [IMP] sale_planner_calendar: Allow set new tags in reassign. Add part…

    …ner_user_id field in calendar.event
    
    Code improvements and translations.
    
    TT51632
    carlosdauden committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    e2cd191 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd8cede View commit details
    Browse the repository at this point in the history
  10. [IMP] sale_planner_calendar: Add ON CONFLICT to manage calendar_event…

    …_type with same name that sale_planner_calendar_event_profile
    carlosdauden committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    368cff3 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. [IMP] sale_planner_calendar: Add invoice_date_due and calendar_issue_…

    …type on kanban view.
    
    Add sale_planner_done_on_sale_confirm option.
    Add products menu options.
    
    TT51739
    carlosdauden committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d185e35 View commit details
    Browse the repository at this point in the history