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

[12.0][MIG] hr_expense_invoice #584

Merged
merged 14 commits into from
May 10, 2019
Merged

[12.0][MIG] hr_expense_invoice #584

merged 14 commits into from
May 10, 2019

Commits on Apr 23, 2019

  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 authored and kittiu committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    6683caf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0866ef8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0ea63e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f9c598 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 (#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 kittiu committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    c5471eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfe985b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15b9cd6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    570e09d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8bab3e2 View commit details
    Browse the repository at this point in the history
  10. [UPD] Update hr_expense_invoice.pot

    oca-travis authored and kittiu committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    7743b2d View commit details
    Browse the repository at this point in the history
  11. Added translation using Weblate (German)

    marylla authored and kittiu committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    22cecb8 View commit details
    Browse the repository at this point in the history
  12. Translated using Weblate (German)

    Currently translated at 100.0% (4 of 4 strings)
    
    Translation: hr-11.0/hr-11.0-hr_expense_invoice
    Translate-URL: https://translation.odoo-community.org/projects/hr-11-0/hr-11-0-hr_expense_invoice/de/
    marylla authored and kittiu committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    12e68ae View commit details
    Browse the repository at this point in the history
  13. Update translation files

    Updated by Update PO files to match POT (msgmerge) hook in Weblate.
    oca-transbot authored and kittiu committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    3ea0916 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    c05fade View commit details
    Browse the repository at this point in the history