Skip to content
Snippets Groups Projects
  1. Sep 25, 2019
    • Julien Mougenot's avatar
      [FIX] web: allow line return in textareas · d2f024d2
      Julien Mougenot authored
      Before this commit, textareas in x2many would not allow line return
      when pressing enter.
      
      Now, it does.
      d2f024d2
    • Aaron Bohy's avatar
      [FIX] web: limit autocomplete dropdowns width · 104a86f1
      Aaron Bohy authored
      When the content of an autocomplete dropdown (e.g. many2one field)
      was long, the dropdown could overflow the page. For instance, this
      was the case of the intrastat_id many2one.
      
      Task 2068261
      104a86f1
    • Aaron Bohy's avatar
      [FIX] web: list: keep widths when editing records · be222b79
      Aaron Bohy authored
      Let's assume an editable list view with at least two rows. Before
      this rev., the column widths were re-computed and frozen each time
      a record was switched into 'edit' mode. As a consequence, if the
      user clicked on a row, and then on another one, column widths might
      slightly change.
      
      Task 2068261
      be222b79
    • Aaron Bohy's avatar
      [FIX] web: list: increase width of boolean columns · 22d43f15
      Aaron Bohy authored
      Task 2068261
      22d43f15
    • Aaron Bohy's avatar
      [FIX] web: correctly handle 'oe_read|edit_only' in lists · 7e724715
      Aaron Bohy authored
      ClassNames 'oe_read_only' (resp. 'oe_edit_only') can be used in
      x2many lists to hide columns in 'edit' (resp. 'readonly') modes.
      
      However, before this rev., there were two issues:
       1) Having such a className on a <button> tag didn't work well as
          the 'display: none' rule didn't apply on the body cell (it only
          applied on the button). Same could be observed on <widget>
          nodes.
       2) Having more than one invisible column (with those classNames)
          didn't work either, because the footer cells weren't hidden.
          We didn't notice it with one invisible column, because the
          footer contained one cell less than the header and the body.
      
      Those two issues could be observed on the mrp.bom form view.
      
      Task 2068261
      7e724715
    • Laurent Smet's avatar
      [IMP] account: Improve lock dates · 6b8acd02
      Laurent Smet authored
      
      The tax lock date no longer blocks the user when creating a journal entry priors to it.
      Instead, the accounting date is moved automatically during the validation to the next
      available date.
      
      This commit also brings more flexibility when dealing with the tax lock date. Indeed,
      the error is now shown only when adding something impacting the tax report that was not
      always the case before (e.g. adding a new line not affecting the tax report must not
      raise something).
      
      Others check has been also refactored to be more consistent with the "fully editable" mindset.
      
      closes odoo/odoo#36304
      
      Signed-off-by: default avatarLaurent Smet <smetl@users.noreply.github.com>
      6b8acd02
    • Laurent Smet's avatar
      [REM] l10n_fr_sale_closing: This module is squashed into l10n_fr. · 7aa90628
      Laurent Smet authored
      Task ID: 2039160
      7aa90628
    • Florian Gilbert's avatar
      [IMP] account_lock: _check_lock_date is move into account_lock module. · 429263af
      Florian Gilbert authored
      This method is also renamed "_autorise_lock_date_changes" and check
      tax_lock_date.
      
      Task ID: 2039160
      429263af
    • Florian Gilbert's avatar
      [IMP] account: Add restrict mode and normal mode for account move. · ab483a3a
      Florian Gilbert authored
      This commit deletes account_cancel module and squash it into account.
      The 'update_posted' field is changed by 'restrict_mode_hash_table' field.
      
      If 'restrict_mode_hash_table' is true, you have a hash chain on your account journal.
      These hash chains prove the inalterability of your accounting.
      
      l10n_fr_certification module is deleted and all hashing method are moved in account module.
      Now, you can download a PDF report about your inalterability in the company settings.
      
      If you have l10n_fr or l10n_post_cert installed you have more information on this report
      like the inalterability of pos orders, etc.
      
      Task ID: 2039160
      ab483a3a
    • Arnold Moyaux's avatar
      [FIX] mrp: mobile byproduct BoM form view · 02dfe1e8
      Arnold Moyaux authored
      
      On Mobile the byproduct One2many only empty line.
      It's due to default kanban view using the _rec_name
      in order to display the byproduct name. On byproduct the
      _rec_name is not defined nor the field name so the kanban
      is empty.
      
      closes odoo/odoo#37403
      
      Signed-off-by: default avatarArnold Moyaux <amoyaux@users.noreply.github.com>
      02dfe1e8
    • Simon Lejeune's avatar
      [FIX] mrp: workorder operations and kit · e75ea301
      Simon Lejeune authored
      
      When a BoM was composed of a phantom BoM, there was mutliple bugs:
      - if not routing was set on the phantom BoM, the components were never
        consumed
      - if no operation was set on the BoM, its components were to be consumed
        on the last workorder of the BoM and of the phantom BoM.
      
      closes odoo/odoo#37304
      
      Signed-off-by: default avatarSimon Lejeune (sle) <sle@openerp.com>
      e75ea301
  2. Sep 24, 2019
  3. Sep 23, 2019
  4. Sep 24, 2019
  5. Sep 23, 2019
Loading