Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIG] hr_expense_invoice: Migration to 11.0 #525

Merged
merged 9 commits into from
Dec 13, 2018

Commits on Dec 13, 2018

  1. [ADD] hr_expense_invoice

    Set supplier invoices on HR expenses
    ====================================
    
    This module should be used when a supplier invoice is paid by an employee. It
    allows to set  a supplier invoice for each expense line, adding the
    corresponding journal items to transfer the debt to the employee.
    
    Installation
    ============
    
    Install the module the regular way.
    
    Configuration
    =============
    
    You don't need to configure anything more to use this module.
    
    Usage
    =====
    
    Instead of coding a full expense line, select an existing supplier invoice,
    and then the rest of the fields will be auto-filled and grayed.
    
    When you generate the expenses account entries, lines with invoices filled
    will be generated as opposite of the payable move line of the invoice, and
    both will be reconciled, letting the employee payable account as the only
    open balance.
    
    Known issues / Roadmap
    ======================
    
    * Multiple payment terms for a supplier invoice are not handled correctly.
    * Partial reconcile supplier invoices are also not correctly handled.
    pedrobaeza committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    9100d87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7df6bad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6cba93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51b704f View commit details
    Browse the repository at this point in the history
  5. [FIX] Fix issue with 2 invoices on the same partner and the same tota…

    …l amount (OCA#237)
    
    On the same expense, when we have 2 or more lines with different invoices, and each invoices have the same total amount, reconcile is not possible.
    
    The fix is to exclude reconcile account.move.line, and the first time if we have more than one line to reconcile on the same amount, we keep the first.
    kryskool authored and pedrobaeza committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    4699a84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7df1669 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40db294 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    93768e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f108c8 View commit details
    Browse the repository at this point in the history