Skip to content
Snippets Groups Projects
  1. Aug 07, 2019
  2. Aug 06, 2019
    • shreya thakrar's avatar
      [IMP] base,l10n_*: Move state from l10n_* to base and remove · 6fc4c534
      shreya thakrar authored
      
      Remove states according to new address format
      
      No need to keep states that's why they have been remove.
      
      From Module:
      Belgium(l10n_be)
      Germany(l10n_de)
      Poland(l10n_pl)
      
      Purpose :
      ========
      Uniformity for define all state in base.
      
      Specification :
      ===========
      Move states from localization to base module
      
      Localization modules:
      China(l10n_cn)
      Costa Rica(l10n_cr)
      Dominican Republic(l10n_do)
      Ethiopia(l10n_et)
      Ireland(l10n_ie)
      Netherlands(l10n_nl)
      Turky(l10n_tr)
      Vietnam(l10n_vn)
      Romania(l10n_ro)
      United Kingdom(l10n_uk)
      
      that it is not a problem to put all these states in base, because the current csv only takes 0.34 s to be loaded
      
      Related to task #1967713
      Closes #32767
      
      Signed-off-by: default avatarJosse Colpaert <jco@openerp.com>
      6fc4c534
  3. Aug 07, 2019
  4. Aug 06, 2019
  5. Aug 05, 2019
    • William Henrotin's avatar
      [FIX] stock: unlink scrap on cancel · c361c377
      William Henrotin authored
      from f5e99060, a scrap order was unlink
      when clicking the discard button in the insufficient quantity wizard.
      This lead to a access error when the wizard was closed on the scrap order
      form view. The form view was reloaded on a deleted record.
      
      This commit adds a context key that prevent the unlink if the scrap order
      was validated from the scrap form view
      
      Task : 2043136
      c361c377
  6. Aug 06, 2019
Loading