Skip to content
Snippets Groups Projects
  1. Oct 06, 2015
  2. Oct 05, 2015
  3. Oct 04, 2015
  4. Oct 02, 2015
  5. Oct 01, 2015
  6. Sep 30, 2015
    • Thorsten Vocks's avatar
      [CLA] Big Consulting GmbH · e0f4f8a7
      Thorsten Vocks authored
      Signed through OPW 650573
      e0f4f8a7
    • Stéphane Bidoul's avatar
      [FIX] account: Analytic account domain in reconcile with writeoff wizard · e11490c3
      Stéphane Bidoul authored
      The domain for the analytic account in the `reconcile with writeoff` wizard
      should be based on the `type` field, which must be `view`,
      not on the `parent_id` field, as it's done everywhere else
      (e.g. in the supplier invoice form).
      
      `[('parent_id', '!=', False)]`
      and
      `[('type', '!=', 'view')]`
      is almost the same, but the second domain is more appropriate.
      
      Closes #4562
      e11490c3
    • Denis Ledoux's avatar
      [FIX] sale: use default_get to define the invoice journal · 4c901f8a
      Denis Ledoux authored
      When creating the invoice of a sales order, from the sales order
      (`Create invoice` button on the sale order),
      the journal used for the invoice was forced
      with a specific domain. Besides, the only reason the journal
      is forced is to check there is a sale journal for the
      quotation company, and raise a warning if not.
      This check was added in 1578c285.
      
      This prevented to use the user defined defaults,
      (`Set defaults` in the `debug` menu)
      to set a different default journal per user.
      
      Using the `default_get` instead solves this issue,
      as it uses first the user defined defaults. Besides,
      if no user defined defaults are set, it then uses
      the default value set in the field definition, which
      in this case returns the same journal then the forced
      domain mentioned above, the domain used being the same.
      
      There is therefore no change of behavior, while giving
      the possibility to use the user defined defaults.
      
      Fixes #8786
      4c901f8a
    • Miku Laitinen's avatar
      9a3b7119
    • Ludwik Trammer's avatar
      [FIX] doc: Change one last instance of `date_end` to `date_stop` · c87daaec
      Ludwik Trammer authored
      References to `date_end`
      were previously corrected to `date_stop`,
      in revision 98bd6732,
      but one of them was missed.
      
      Closes #4463
      c87daaec
  7. Sep 29, 2015
  8. Sep 28, 2015
Loading