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

[8.0][crm_lead_firstname] Link crm and partner_firstname modules. #75

Merged
merged 7 commits into from
Feb 29, 2016
Merged

[8.0][crm_lead_firstname] Link crm and partner_firstname modules. #75

merged 7 commits into from
Feb 29, 2016

Commits on Feb 24, 2016

  1. [8.0][crm_lead_firstname] Link crm and partner_firstname modules.

    This module adds the lastname field to leads and converts current contact name into contact firstname.
    
    Allows to transfer that from and to res.partner objects.
    yajo committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    27b8c77 View commit details
    Browse the repository at this point in the history
  2. Ordered update of fields

    Without respecting the order, the user could get to a situation where
    you are updating a field without lastname to set `firstname=False,
    lastname="something"` and fail because Odoo started by `firstname` and
    that lead to a temporary situation where no names are set and
    `EmptyNamesError` gets raised.
    
    With this patch, you force Odoo to write first the field with value,
    whith avoids that situation and always works.
    yajo committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    2ae3a2c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. Use write in test.

    yajo committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    6d4b784 View commit details
    Browse the repository at this point in the history
  2. Explain what is done here.

    yajo committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    336acc6 View commit details
    Browse the repository at this point in the history
  3. Put last after first, reindent.

    yajo committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    fdcafd6 View commit details
    Browse the repository at this point in the history
  4. Fix URL for issues.

    yajo committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    adae542 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e11444f View commit details
    Browse the repository at this point in the history