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] account_invoice_line_default_account #1143

Merged

Commits on Apr 21, 2022

  1. [FIX] Update module taking into account reviews bij Stefan Rijnhart (…

    …Therp)
    
                and Alexandre Fayolle (CampToCamp):
                - No hyphenation in module description
                - Better module name
                - Typo's fixed
                - Streamline access to context dictionary: context.get('key')
    (../account-financial-tools-6.1 rev 100.1.2)
    NL66278 authored and SirTakobi committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    ecf00f1 View commit details
    Browse the repository at this point in the history
  2. [FIX] refactored code to make it more mantainable.

    (../account-financial-tools-6.1 rev 100.1.3)
    NL66278 authored and SirTakobi committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    9c48b73 View commit details
    Browse the repository at this point in the history
  3. [FIX] Correction of author name.

    (../account-financial-tools-6.1 rev 100.1.4)
    NL66278 authored and SirTakobi committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    6376775 View commit details
    Browse the repository at this point in the history
  4. [ADD] Module to track default expense account on invoice lines per su…

    …pplier
    
    (../account-financial-tools-6.1 rev 101)
    Stefan Rijnhart authored and SirTakobi committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    437ca6b View commit details
    Browse the repository at this point in the history
  5. [FIX] account_invoice_line_default_account: Correction of author name.

    (../account-financial-tools-6.1 rev 103)
    Omar authored and SirTakobi committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    82d239d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06607d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. [MIG] account_invoice_line_default_account: Migration to 8.0

    [ADD] account_invoice_line_default_account
    
    [IMP] account_invoice_line_default_account: updated with new OCA guidelines
    
    [FIX] pep8, README.rst
    
    [FIX] view_load is deprecated
    
    [FIX] fields.property definition have changed
    
    [FIX] from . import + contributors
    
    [FIX] account_invoice_line_default_account: Adding the partner in the context of invoice line of customer invoice. It's there in standard in supplier invoices but not in customer invoices and it's required by this module
    
    [ADD]account_invoice_line_default_account: default income account on partner similar to default expense account
    
    [ADD] translations fr/nl
    
    [FIX] __openerp__ file
    
    [IMP] look and feel
    
    [FIX] pep8
    jbaudoux authored and SirTakobi committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    45e5305 View commit details
    Browse the repository at this point in the history
  2. [MIG] account_invoice_line_default_account: Migration to 10.0

    account_invoice_line_default_account: search based on xmlid as name is translatable
    [FIX] pylint
    jbaudoux authored and SirTakobi committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    42608c4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. [MIG] account_invoice_line_default_account: Migration to 12.0

    This module is not compatible with account_invoice_line_sequence because them both add to the context of invoice lines in invoice form view
    SirTakobi committed May 17, 2022
    Configuration menu
    Copy the full SHA
    cf3cc2c View commit details
    Browse the repository at this point in the history
  2. REF account_invoice_line_default_account using _onchange_product_id, …

    …which is always executed while adding invoice lines
    eLBati authored and SirTakobi committed May 17, 2022
    Configuration menu
    Copy the full SHA
    69b1fc0 View commit details
    Browse the repository at this point in the history
  3. ADD italian translation

    eLBati authored and SirTakobi committed May 17, 2022
    Configuration menu
    Copy the full SHA
    ae1931a View commit details
    Browse the repository at this point in the history
  4. ADD setup

    eLBati authored and SirTakobi committed May 17, 2022
    Configuration menu
    Copy the full SHA
    cec3b69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97767db View commit details
    Browse the repository at this point in the history