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

[MIG] account_chatter: migration to 17.0 #1640

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

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    784b4ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb12303 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bd0683 View commit details
    Browse the repository at this point in the history
  4. [FIX] account_chatter: change license and views name

    * Adds better description and docstring to account_account methods
    
    * Add security group to show account_account notifications
    randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    87018a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a2a117 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e269de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df4a1bc View commit details
    Browse the repository at this point in the history
  8. [FIX] account_chatter: Fix img URIs on README and improve docstring

    Images in the README file now point to the ones located in the module,
    and docstring was improved to explaing why manual tracking is required.
    luisg123v authored and randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    9d61ffb View commit details
    Browse the repository at this point in the history
  9. [MIG] account_chatter: Migration to 13.0

    Migration standard
    deivislaya authored and randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    0632a45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d12c99b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    be38b7d View commit details
    Browse the repository at this point in the history
  12. Revert "[FIX] account_chatter: change category group"

    This reverts commit a7e4b8c.
    
    The "hidden" category is used for thechnical groups (the ones enabled/disabled
    for all users), which is not the case for the account chatter group.
    luisg123v authored and randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e2abd05 View commit details
    Browse the repository at this point in the history
  13. [FIX] account_chatter: change category group

    * Change category group to avoid conflicts with account group
    
    <img width="880" alt="Screen Shot 2021-09-16 at 11 06 09 PM"
    src="https://user-images.githubusercontent.com/16024775/133727633-83798393-6c92-40b0-9933-ab560faa11a8.png">
    
    <img width="930" alt="Screen Shot 2021-09-16 at 11 13 25 PM"
    src="https://user-images.githubusercontent.com/16024775/133728255-e83fcf01-1788-48a5-b247-19def7d3801d.png">
    randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3a58df5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ef084be View commit details
    Browse the repository at this point in the history
  15. [IMP] account_chatter: add tracking to allowed_journal_ids field

    - Add tracking to allowed_journal_ids field in account.account model.
    edy1192 authored and randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3f81c77 View commit details
    Browse the repository at this point in the history
  16. [REF] account_chatter: remove inherit and tracking in some fields

    - This change is because in 15.0 the account.account model has
      tracking to some fields, so is not necessary the mail.thread inherit
      and overwrite the fields to add tracking.
    edy1192 authored and randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    8125f09 View commit details
    Browse the repository at this point in the history
  17. [IMP] account_chatter: Add admin and root users as defaults on groups

    - Add admin and root users as default on the group `group_show_account_chatter_notifications`.
    andyjquijada authored and randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    930e44c View commit details
    Browse the repository at this point in the history
  18. [FIX] account_chatter: missing activities on chatters

    To be able to show chatter only to certain users, we:
    - Hide chatter for everywhere by removing it
    - Re-introduce it only for the specific group
    
    However, the new chatter is missing the activity widget, which was
    already present on the removed one.
    
    This atts missing activity widget to journal and journal entries, and
    improve accounts by adding it also there.
    
    In addition, journal entry's chatter was being placed on  a wrong
    position, before attachments preview instead of after it.
    luisg123v authored and randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    91ac196 View commit details
    Browse the repository at this point in the history
  19. [REF] account_chatter: Show account.account chatter only for specific

    group
    
    - Show account.account chatter only for the group
      "group_show_account_chatter_notifications"
    edy1192 authored and randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    1a85cd6 View commit details
    Browse the repository at this point in the history
  20. [MIG] account_chatter: finish up migration to v15

    Even though an initial migration was already performed, module was
    still not working.
    
    Code was re-written to be cleaner and less intrusive to the tracking
    mechanism.
    luisg123v authored and randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    fa5c790 View commit details
    Browse the repository at this point in the history
  21. [FIX] account_chatter: fix lint

    - W7902(duplicate-xml-record-id).
    edy1192 authored and randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    0c276ed View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    41919ad View commit details
    Browse the repository at this point in the history
  23. [REF] account_chatter: Remove python headers

    Python headers were removed from python files
    VEscaname authored and randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    b05e470 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    77fff63 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fd0c1af View commit details
    Browse the repository at this point in the history
  26. [MIG] account_chatter: Migration to v16.0

    Due to the inability to add groups to inherited views in v16, the views
    in this module were refactored so they would still function as intended
    VEscaname authored and randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    166e198 View commit details
    Browse the repository at this point in the history
  27. [FIX] account_chatter: Account move narration field is html field not…

    … text
    
    This module reassigns the narration field type, from html to text, that
    was wrong because when the field being refereced from a related field
    following error appears
    
    	TypeError: Type of related field bank.rec.widget.st_line_narration is
    	inconsistent with account.move.narration
    
    So we remove the field inheritance, because the only reason this field
    was inherited was to make it trackeable, which is not supported for
    HTML fields.
    hugho-ad authored and randall-vx committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    a7bc26d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    bf18fff View commit details
    Browse the repository at this point in the history
  2. [IMP] account_chatter: improve tracking values in account models

    This commit adds tracking to several fields across the `account_account`, `account_journal`, and `account_move` models.
    
    In `account_account`, tracking was added to the `non_trade` field.
    
    In `account_journal`, tracking was added to `account_control_ids`, `refund_sequence`, and `restrict_mode_hash_table` fields.
    
    In `account_move`, tracking was added to `company_id`, `fiscal_position_id`, `auto_post`, and `auto_post_until` fields.
    
    These changes will help keep a better record of modifications to these fields.
    randall-vx committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    a6e917b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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