Skip to content
Snippets Groups Projects
  1. Nov 27, 2022
  2. Nov 24, 2022
  3. Nov 20, 2022
  4. Nov 13, 2022
  5. Oct 30, 2022
  6. Oct 23, 2022
  7. Oct 16, 2022
  8. Oct 09, 2022
  9. Oct 02, 2022
  10. Sep 25, 2022
  11. Sep 24, 2022
  12. Aug 02, 2022
    • Fabien Pinckaers's avatar
      [IMP] cleanup of help messages in all modules · 3363e55c
      Fabien Pinckaers authored
      
      This commit aims at removing unuseful help message to:
      1/ reduce translators work, to focus on more useful translations
      2/ not sending unuseful information in load_views
      3/ reduce help message to useful messages, so that we can mark
         fields having a tooltip in the future UI.
      4/ some cleanup of existing messages too
      
      The main use cases:
      - REMOVED: help redundant with the field name, providing no extra info
      - MOVED TO COMMENT: technical help messages, that should not be in UX
      
      closes odoo/odoo#97279
      
      Signed-off-by: default avatarFabien Pinckaers <fp@odoo.com>
      3363e55c
  13. Jun 20, 2022
    • Ricardo Gomes Rodrigues (rigr)'s avatar
      [IMP] account{,fleet,lock}: add quick invoice encoding · 17d44d66
      Ricardo Gomes Rodrigues (rigr) authored
      This commit:
      - adds a fiduciary mode which allows fast encoding of invoices. This is an Accounting setting which must be activated. This fiduciary mode allows one to edit directly the invoice sequence and enter the total amount of the invoice (by creating a single line which contains the base price, the tax amount, and the most frequent account) such that we match this 'quick total amount'.
      - adds a new test for this feature
      - adds a 'quick edit total amount' in the tax computation which verifies that the 'quick edit total amount' correctly matches sum of the base and the tax (in case of fiduciary mode)
      - sorts and filters the accounts suggestions in an invoice line. The most frequent accounts for a particular partner rank higher while filtering on the type of account suggested (this is disabled if the user searches itself for the account)
      - selects by default the most frequent account for a particular partner when creating a new invoice line
      - adds the option to hide some columns (label & quantity)
      - moves the car column after the account column in case the Fleet app is installed
      
      Task-id: 2857253
      
      Community PR: odoo#91938
      Enterprise PR: odoo/enterprise#27605
      
      Part-of: odoo/odoo#91938
      17d44d66
  14. May 03, 2022
    • Victor Feyens's avatar
      [IMP] *: remove useless keys from manifests · 42bad1a6
      Victor Feyens authored
      
      Remove most values uselessly specified because giving the same value as 
      the default one (see _DEFAULT_MANIFEST in odoo/modules/module.py)
      
      * auto_install is Falsy by default
      * author is Odoo SA by default
      * summary & description are empty strings by default
      * application is False by default
      * test, demo, depends and data are empty lists by default
      
      This will reduce noise/inconsistencies between manifests specifications, 
      simplify analysis of manifests content, ...
      
      closes odoo/odoo#90209
      
      Related: odoo/enterprise#26807
      Signed-off-by: default avatarVictor Feyens (vfe) <vfe@odoo.com>
      42bad1a6
  15. Apr 23, 2022
  16. Mar 31, 2022
  17. Mar 02, 2022
    • Vincent Schippefilt's avatar
      [IMP] *: use _read_group instead of read_group · 05fc9a67
      Vincent Schippefilt authored
      
      This commit modifies most of the usages of read_group and uses
      _read_group instead. _read_group doesn't join automatically on the
      many2one fields when no order_by is specified, making it more performant
      when the "name" of the many2one is not relevant, which is the case for
      most back-end cases
      
      closes odoo/odoo#84908
      
      Task-id: 2479334
      Related: odoo/enterprise#24877
      Signed-off-by: default avatarRaphael Collet <rco@odoo.com>
      05fc9a67
  18. Jan 28, 2022
    • Raphael Collet's avatar
      [IMP] core: field index names · a1904aa6
      Raphael Collet authored
      The possible index names have been renamed "btree", "btree_not_null"
      (instead of "not null") and "trigram" (instead of "gin").
      
      Task 2742526
      
      Part-of: odoo/odoo#83274
      a1904aa6
  19. Jan 25, 2022
  20. Jan 19, 2022
  21. Dec 02, 2021
  22. Sep 16, 2021
  23. Aug 27, 2021
    • Philippe Wauthy's avatar
      [IMP] fleet: New fields in Bills tree view · 9661c289
      Philippe Wauthy authored
      
      When the bills linked to a vehicle are displayed, the creation date is not always relevant. Sometimes, the Invoice/Bill Date is more interesting.
      To avoid confusion, "Date" is renamed "Creation Date" and the column "Invoice/Bill Date" is added between "Creation Date" and the "Number" (bill number) columns.
      
      Summary of the changes:
      On the bills tree view for a specific car:
      - "Date" is renamed in "Creation Date"
      - "Invoice/Bill Date" is added between the "Creation Date" and the "Number" columns, the default is optional:show
      
      task-2629316
      
      closes odoo/odoo#75582
      
      Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
      9661c289
  24. Aug 26, 2021
  25. Jul 26, 2021
    • Xavier-Do's avatar
      [FIX] *: add explicit license to all manifest · 288595f5
      Xavier-Do authored
      
      The license is missing in most enterprise manifest so
      the decision was taken to make it explicit in all cases.
      When not defined, a warning will be triggered starting from
      14.0 when falling back on the default LGPL-3.
      
      closes odoo/odoo#74245
      
      Related: odoo/design-themes#48
      Related: odoo/enterprise#19862
      Signed-off-by: default avatarXavier Dollé (xdo) <xdo@odoo.com>
      288595f5
  26. Jul 12, 2021
  27. Mar 04, 2021
  28. Nov 10, 2020
    • Martin Trigaux's avatar
      [FIX] *: sanitize action content reading · 49838338
      Martin Trigaux authored
      
      The open_action_with_context was not using _for_xml_id, producing an
      error when reading the action content.
      
      In open_action, the action_name was taken from the context and needs
      sanity checks. Ensure only actions from the account module can be
      read and only if the user has access to the target model.
      This is a limitation of the previous behaviour but, at the moment, all
      known calls are made refering to an action from the account module.
      Limit the scope of this method while the 14.0 is still early to avoid
      having a door open to ready any action, and difficult to close later.
      
      Remove old action fetching from the context in create_move that is no
      longer used.
      
      closes odoo/odoo#61602
      
      X-original-commit: a39e94f7
      Related: odoo/enterprise#14695
      Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
      Co-authored-by: default avatarXavier Morel <xmo@odoo.com>
      49838338
  29. Sep 01, 2020
  30. Aug 19, 2020
Loading