1. 06 Sep, 2017 8 commits
  2. 05 Sep, 2017 17 commits
  3. 04 Sep, 2017 12 commits
  4. 01 Sep, 2017 3 commits
    • Laurent Smet's avatar
      [ADD] account: add cash rounding managment · aee43c0d
      Laurent Smet authored
          In some countries, we need to be able to make appear on an invoice a rounding line, appearing there only because the smallest
          coinage has been removed from the circulation.
          For example, in Switerzland invoices have to be rounded to 0.05 CHF because coins of 0.01 CHF and 0.02 CHF aren't used anymore.
      
          Was PR #15231
          Was task 30904
      aee43c0d
    • d-fence's avatar
      [IMP] hr_expense: Allow a user to refuse an expense sheet from a line · c030213f
      d-fence authored
      Purpose
      =======
      
      Currently, a manager or a accountant can only refuse one expense report with a justification message.
      
      If there are a lot of lines too comment individually or if only one line should be modified, the manager or the accountant can now refused one line and give a reason for it. That will refused the expense report automatically while waiting the employee to make the modifications.
      
      Specification
      =============
      
      - Rename wizard files, models and ids according to the model
      
      - Allow to refuse one or several lines with a reason
      
      - Use a qweb template to log messages, use message_post_with_view instead of message_post
      
      - Print expense name instead of sheet name. In the log when expense is refused, it prints expense report name instead of expense
      
      - Prevent modifying approved expenses
      	* A user should not be able to modify an expense once approved
      	* Method refuse_expense renamed to refuse_sheet when applied to a whole
      	expense report/sheet
      	* 'model' dict key renamed to something more explicit and less prone to
      	confusion (passed in context to the refuse wizard)
      	* Usage of explicit fields in the wizard to avoid confusion
      	* Overriding 'default_get' to get default values for those fields
      
      - When an expense is paid or reported, it must be impossible to refuse it.
      
      - Replace refused expenses tree
      	Purpose: The menu 'Refused expenses' is confusing. This improvement
      	replaces it by 'Refused Reports' and leads to the refused reports tree
      	view. That way, it's easier for the user to find back his refused
      	expenses reports.
      
      - Hide create button on refused
      c030213f
    • Yannick Tivisse's avatar