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

FIX acc_fisc_classif: find or create a classif if none #435

Closed
wants to merge 7 commits into from

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    a7c745f View commit details
    Browse the repository at this point in the history
  2. 16.0 fix create mode (#4)

    * [FIX] account_product_fiscal_classification : In a context of product creation, if classification is not provided (in import context for exemple), _find_or_create_classification should be allways called to ensure all templates have a classification
    
    * [FIX] account_product_fiscal_classification : if a code make a write vals={supplier_taxes_id: []} this should raise the call of _find_or_create_classification
    
    * [FIX] account_product_fiscal_classification/tests : assertNotEquals is deprecated
    
    * [FIX] account_product_fiscal_classification : explicit supplier and customer taxes in test, to avoid bug if default taxes are defined
    legalsylvain authored and bealdav committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    cff2175 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8db5d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8d0755 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

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

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    820a014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2cc6ff View commit details
    Browse the repository at this point in the history