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

[11.0] [MIG] partner_firstname: Migration to 11.0 #487

Merged
merged 122 commits into from Oct 27, 2017

Commits on Oct 9, 2017

  1. [ADD] partner_firstname addons

    nbessi authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    045141d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f64b0f View commit details
    Browse the repository at this point in the history
  3. [ADD] partner_firstname module

    nbessi authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    c74f431 View commit details
    Browse the repository at this point in the history
  4. [FIX] heading coding definition

    nbessi authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    28ad896 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e55aaed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52cbb73 View commit details
    Browse the repository at this point in the history
  7. [FIX] user creation from res_user form

    nbessi authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    4e2e2ab View commit details
    Browse the repository at this point in the history
  8. [MRG] Typo

    nbessi authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    af492eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2eaa49d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bde32e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aed00f2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4f3d2c9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6b0ddd4 View commit details
    Browse the repository at this point in the history
  14. [FIX] search

    vrenaville authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    6bd6eba View commit details
    Browse the repository at this point in the history
  15. [FIX] typo : fix instruction length

    vrenaville authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    cad7208 View commit details
    Browse the repository at this point in the history
  16. [FIX] partner_firstname - error when lastname being empty with demo d…

    …ata, migrated data or imported data
    yvaucher authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    af80ae4 View commit details
    Browse the repository at this point in the history
  17. [FIX] use a tuple instead of a list

    guewen authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    8498816 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8e6999e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    972a38a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d186798 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    14f833c View commit details
    Browse the repository at this point in the history
  22. [ADD] Dutch translation

    hbrunn authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    13f6b5a View commit details
    Browse the repository at this point in the history
  23. [ADD] translation template

    hbrunn authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    bfbd51d View commit details
    Browse the repository at this point in the history
  24. [FIX] layout for contact view (display Firstname and Lastname label) …

    …+ add Is a company on contact view of a partner
    vrenaville authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    fb08e74 View commit details
    Browse the repository at this point in the history
  25. [FIX] Create Sql constraint anyway

    [CHG] Improve the _write_name method
    * trying to coerce to the correct lastname if the firstname is untouched
    * resetting the firstname if contact is a company
    [FIX] Avoid to replicate the firstname into the name when duplicating a partner
    [FIX] Avoid to replicate the firstname into the name when duplicating a user
    [CHG] Restore the required attribute of the field name in user form
    [CHG] Beautify the inner form for children contacts (placing fields as in the main form)
    [FIX] Allow edition of the field name in the inner form if child is a company
    Jonathan Nemry authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    0641647 View commit details
    Browse the repository at this point in the history
  26. [ADD] Tests For partner-firstname

    Jonathan Nemry authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    b95d6e1 View commit details
    Browse the repository at this point in the history
  27. [CHG] Some Refactoring Of The Code

    Jonathan Nemry authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    ac30d5d View commit details
    Browse the repository at this point in the history
  28. Add more controls to avoid to update the name or the lastname fields …

    …only with whitespace
    Jonathan Nemry authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    82aa187 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    72c5cda View commit details
    Browse the repository at this point in the history
  30. [FIX] some tests failed if user's language is not english

    [CHG] improve some assertions
    Olivier-LAURENT authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    410e2f3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7b6a40f View commit details
    Browse the repository at this point in the history
  32. Adapt user form to look like partner form

    * Name field replaced by Firstname and Lastname
    unknown authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    4429bbe View commit details
    Browse the repository at this point in the history
  33. Make the function of the 'name' field inheritable.

    Alexis de Lattre authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    2c44dc7 View commit details
    Browse the repository at this point in the history
  34. Fix pep8

    Sandy Carter authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    ebf9a92 View commit details
    Browse the repository at this point in the history
  35. Fix imports in partner_firstname

    bwrsandman authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    9fc8df9 View commit details
    Browse the repository at this point in the history
  36. Move partner_last name to unported due to failed install

    ```
    ERROR openerp_test openerp.sql_db: bad query: ALTER TABLE "res_partner" ALTER COLUMN "lastname" SET NOT NULL
    
    Traceback (most recent call last):
    File "openerp/sql_db.py", line 230, in execute
    res = self._obj.execute(query, params)
    IntegrityError: column "lastname" contains null values
    ```
    bwrsandman authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    4614bc2 View commit details
    Browse the repository at this point in the history
  37. [ADD] partner_firstname for v8

    because it's working as is
    eLBati authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    fc2bb5b View commit details
    Browse the repository at this point in the history
  38. [FIX] IntegrityError: column "lastname" contains null values

    when creating or copying users
    eLBati authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    6b4e3f6 View commit details
    Browse the repository at this point in the history
  39. [IMP] partner_firstname - logging

    eLBati authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    de00bb1 View commit details
    Browse the repository at this point in the history
  40. [FIX] PEP8

    eLBati authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    ad735e4 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    abe6268 View commit details
    Browse the repository at this point in the history
  42. [FIX] partner_firstname - some PEP8

    eLBati authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    002d4ae View commit details
    Browse the repository at this point in the history
  43. [FIX] partner_firstname - PEP8

    eLBati authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    ea2f670 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    96daa6a View commit details
    Browse the repository at this point in the history
  45. Fix pep8 (line length)

    bwrsandman authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    4832f54 View commit details
    Browse the repository at this point in the history
  46. Fix pylint errors

    tafaRU authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    6b96588 View commit details
    Browse the repository at this point in the history
  47. Spanish translation

    Antonio Espinosa authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    50cc65c View commit details
    Browse the repository at this point in the history
  48. [FIX] partner_firstname: Change _id by id in the method copy_data to …

    …avoid problem with the new API
    Sylvain Van Hoof authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    03ef576 View commit details
    Browse the repository at this point in the history
  49. [FIX] partner_firstname : Remove the value checks in tests. With Odoo…

    … v8, the value checks in tests raise a Warning "2015-02-05 08:59:44,867 4590 WARNING 00846-develop-v8-9743ea-all openerp.modules.module: Found deprecated fast_suite or checks attribute in test module openerp.addons.partner_firstname.tests. These have no effect in or after version 8.0."
    
    With Runbot, we cannot have any Warning.
    Sylvain Van Hoof authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    2df2f88 View commit details
    Browse the repository at this point in the history
  50. Add OCA as author of OCA addons

    In order to get visibility on https://www.odoo.com/apps the OCA board has
    decided to add the OCA as author of all the addons maintained as part of the
    association.
    gurneyalex authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    0a27963 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    eaa95fb View commit details
    Browse the repository at this point in the history
  52. [FIX] cannot create user due to required name.

    Ronald Portier (Therp BV) authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    0a008d9 View commit details
    Browse the repository at this point in the history
  53. [ADD] Italian translation

    LeartS authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    3f14de6 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    6fef2f6 View commit details
    Browse the repository at this point in the history
  55. Better partner_firstname. Merged rebase.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    8e0adb0 View commit details
    Browse the repository at this point in the history
  56. Fix wrong naming.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    eca1bbf View commit details
    Browse the repository at this point in the history
  57. Remove subclassing of exception, since there is only one.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    504c50b View commit details
    Browse the repository at this point in the history
  58. Rename exception according to PEP8.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    a2dd8a7 View commit details
    Browse the repository at this point in the history
  59. Reduce tests' redundancy.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    6e80b74 View commit details
    Browse the repository at this point in the history
  60. Add test for whitespace trimming.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    7c20f94 View commit details
    Browse the repository at this point in the history
  61. Use unicode for code & tests.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    f38a00d View commit details
    Browse the repository at this point in the history
  62. Fix wrong comments.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    31f8dbb View commit details
    Browse the repository at this point in the history
  63. Split _name_inverse adding _name_clean_inverse.

    Conflicts:
    	partner_firstname/models.py
    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    aaa4388 View commit details
    Browse the repository at this point in the history
  64. Remove license header in XML files.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    fd0dd16 View commit details
    Browse the repository at this point in the history
  65. Preserve old view names.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    516ef6e View commit details
    Browse the repository at this point in the history
  66. Credits to last translator.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    4ffb061 View commit details
    Browse the repository at this point in the history
  67. Increase coverage.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    6bedce9 View commit details
    Browse the repository at this point in the history
  68. Add args to exception to display the correct message in the UI.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    a655699 View commit details
    Browse the repository at this point in the history
  69. Execute _firstname_install when installing, and log it.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    013dd24 View commit details
    Browse the repository at this point in the history
  70. Rename methods to follow guidelines.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    3093d33 View commit details
    Browse the repository at this point in the history
  71. Better docstrings.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    9835737 View commit details
    Browse the repository at this point in the history
  72. Workaround odoo/odoo#6324.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    c0825a8 View commit details
    Browse the repository at this point in the history
  73. Fix users not being able to create companies.

    This happened because the invert method was not being called when using
    the UI, and because lastname & firstname fields were required while
    hidden.
    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    b297844 View commit details
    Browse the repository at this point in the history
  74. Add new tests and fix the resulting bugs.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    4c26197 View commit details
    Browse the repository at this point in the history
  75. New tests, some fail.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    f705144 View commit details
    Browse the repository at this point in the history
  76. Add docs to test modules.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    56e95e7 View commit details
    Browse the repository at this point in the history
  77. Fix recursive onchange misbehavior & tests.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    b059c69 View commit details
    Browse the repository at this point in the history
  78. Fix UI problem when lastname was u"".

    It should be `False` to avoid `required` errors.
    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    1613c2c View commit details
    Browse the repository at this point in the history
  79. Use new() to create onchange records. Reduce redundancy in tests.

    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    a8d9b47 View commit details
    Browse the repository at this point in the history
  80. Tests work with mail module installed now.

    Sometimes, the only way is to just skip them.
    Jairo Llopis authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    37d3cfb View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    2e592a1 View commit details
    Browse the repository at this point in the history
  82. Add missing default oca icons

    yvaucher authored and etobella committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    a150afb View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    7741afe View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. [UPD] prefix versions with 8.0

    sbidoul authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    2cb2838 View commit details
    Browse the repository at this point in the history
  2. [MIG] Make modules uninstallable

    pedrobaeza authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    a9af4c7 View commit details
    Browse the repository at this point in the history
  3. Prepare partner_firstname for partner_second_lastname

    Jairo Llopis authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    e382bff View commit details
    Browse the repository at this point in the history
  4. Fix OCA#78. Test it too.

    Jairo Llopis authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    40b0717 View commit details
    Browse the repository at this point in the history
  5. Inverse values of name if required at creation.

    Jairo Llopis authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    03a2fd9 View commit details
    Browse the repository at this point in the history
  6. Allow creation of partners from *Create and Edit*.

    This fixes OCA#78 and adds new tests for it.
    Jairo Llopis authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    a1aedcb View commit details
    Browse the repository at this point in the history
  7. Fix bug OCA#154.

    Conflicts:
    	partner_firstname/__openerp__.py
    	partner_firstname/tests/__init__.py
    Jairo Llopis authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    9ffb67a View commit details
    Browse the repository at this point in the history
  8. Fix flake8 error

    Jairo Llopis authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    e45571f View commit details
    Browse the repository at this point in the history
  9. After all, this was just a workaround. Remove it.

    The real fix was in OCA#171. I leave the tests.
    Jairo Llopis authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    7816398 View commit details
    Browse the repository at this point in the history
  10. Fix test that was having sentences after return.

    Jairo Llopis authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    c84e440 View commit details
    Browse the repository at this point in the history
  11. PEP8 fix.

    Jairo Llopis authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    fa8f4ca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6c8a343 View commit details
    Browse the repository at this point in the history
  13. Credit creators, using same name across modules to avoid split statis…

    …tics.
    
    Conflicts:
    	partner_contact_gender/__openerp__.py
    Jairo Llopis authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    b789c0a View commit details
    Browse the repository at this point in the history
  14. [PORT] partner_firstname to 9.0

    - add missing authors
    - use reduced license header
    - move models in models directory
    - adapt views
    - show firstname, lastname only in edit mode
    - use company_type in views instead of is_company
    - adapt constraint on contacts
    yvaucher authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    5747ab3 View commit details
    Browse the repository at this point in the history
  15. [PORT][9.0] partner_firstname - remove hack to be able to edit user v…

    …iew. Fixed in odoo/odoo#cf63d4d277ef1ba02ff4ebcdae8583332a1775b1
    yvaucher authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    b642515 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    013806f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bca2737 View commit details
    Browse the repository at this point in the history
  18. partner_firstname: Name is not mandatory if partner is an address

    Sebastien LANGE authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    2e06431 View commit details
    Browse the repository at this point in the history
  19. fixup constraint

    yvaucher authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    3653129 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2dac5dc View commit details
    Browse the repository at this point in the history
  21. Filename conventions

    yvaucher authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    0675044 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bc6e5bb View commit details
    Browse the repository at this point in the history
  23. partner_firstname: fix user creation

    User name field is required what is stoping to create a new user
    paulius-sladkevicius authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    5b8dca5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7920b4c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e72b460 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3ef594f View commit details
    Browse the repository at this point in the history
  27. [MIG] Make modules uninstallable

    pedrobaeza authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    2e60a1b View commit details
    Browse the repository at this point in the history
  28. [MIG] Rename manifest files

    pedrobaeza authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    2893b79 View commit details
    Browse the repository at this point in the history
  29. [MIG] Migrate partner_firstname to v10

    Sylvain GARANCHER authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    1dd40e9 View commit details
    Browse the repository at this point in the history
  30. [IMP] Partner names order configurable

    antespi authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    753ad91 View commit details
    Browse the repository at this point in the history
  31. [FIX] partner_firstname: name, firstname and lastname only required i…

    …f adress 'type' is contact
    mmuch authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    11db867 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3523a73 View commit details
    Browse the repository at this point in the history
  33. [MIG] partner_firstname: Upgrade to v10

    * Prefer odoo to openerp & remove data tags
    * Move exceptions file out of models
    * Fix string selection in xpath
    * Rename res_users and add import
    * Fix api mismatches
    * Add missing param
    * Alphabetize imports
    * Remove readonly from computed field
    * Remove deprecated api.one
    * Add Tecnativa
    * Fix icon
    * Fix singleton issue
    * Add depends to compute
    lasley authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    e8b98fc View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    f3946ea View commit details
    Browse the repository at this point in the history
  35. [UPD] add ACSONE in authors

    sbidoul authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    25ed841 View commit details
    Browse the repository at this point in the history
  36. fix unicode/ascii error

    damdam-s authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    1248d91 View commit details
    Browse the repository at this point in the history
  37. [IMP] partner_firstname: Add indices

    * Add index to first and last name in order to allow for quicker searches - fixing an incredibly slow update time with large dbs
    lasley authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    444249a View commit details
    Browse the repository at this point in the history
  38. [IMP] partner_firstname: Only run install function on update

    * Remove yml data file for install and move method to init hook
    * Bump version
    lasley authored and etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    d7d2868 View commit details
    Browse the repository at this point in the history
  39. [MIG] partner_firstname

    etobella committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    01a92d1 View commit details
    Browse the repository at this point in the history