Commit Graph

  • fd0dd16f3b Remove license header in XML files. Jairo Llopis 2015-05-25 12:49:03 +0200
  • aaa43886e8 Split _name_inverse adding _name_clean_inverse. Jairo Llopis 2015-05-25 12:48:18 +0200
  • 31f8dbb697 Fix wrong comments. Jairo Llopis 2015-05-25 12:38:00 +0200
  • f38a00dc27 Use unicode for code & tests. Jairo Llopis 2015-05-21 12:07:34 +0200
  • 7c20f94906 Add test for whitespace trimming. Jairo Llopis 2015-05-18 10:25:59 +0200
  • 6e80b74330 Reduce tests' redundancy. Jairo Llopis 2015-05-18 09:52:46 +0200
  • a2dd8a7bb9 Rename exception according to PEP8. Jairo Llopis 2015-05-18 09:37:53 +0200
  • 504c50bd5c Remove subclassing of exception, since there is only one. Jairo Llopis 2015-05-18 09:37:24 +0200
  • eca1bbfadd Fix wrong naming. Jairo Llopis 2015-05-18 09:34:15 +0200
  • 8e0adb0d84 Better partner_firstname. Merged rebase. Jairo Llopis 2015-05-15 13:53:22 +0200
  • 6fef2f67a0 Danish translation of partner_firstname Hans Henrik Gabelgaard 2015-05-22 13:39:32 +0200
  • 3f14de66d4 [ADD] Italian translation Leonardo Donelli 2015-05-12 18:00:59 +0200
  • 0a008d97bb [FIX] cannot create user due to required name. Ronald Portier (Therp BV) 2015-04-17 16:23:48 +0200
  • eaa95fb82e [FIX] partner_firstname: Better practices in views Pedro M. Baeza 2015-02-16 00:39:02 +0100
  • 0a27963730 Add OCA as author of OCA addons Alexandre Fayolle 2015-03-02 17:26:31 +0100
  • 2df2f88341 [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 2015-02-05 10:37:12 +0100
  • 03ef576f0b [FIX] partner_firstname: Change _id by id in the method copy_data to avoid problem with the new API Sylvain Van Hoof 2015-01-29 14:52:23 +0100
  • 50cc65c057 Spanish translation Antonio Espinosa 2014-12-23 11:06:34 +0100
  • 6b965885b7 Fix pylint errors Alex Comba 2014-12-18 09:34:49 +0100
  • 4832f544c6 Fix pep8 (line length) Sandy Carter 2014-08-19 08:35:31 -0400
  • 96daa6a5e3 [IMP] _set_default_value_on_column avoiding useless queries Lorenzo Battistini 2014-07-29 21:07:13 +0200
  • ea2f670e52 [FIX] partner_firstname - PEP8 Lorenzo Battistini 2014-07-29 15:36:56 +0200
  • 002d4aeead [FIX] partner_firstname - some PEP8 Lorenzo Battistini 2014-07-29 15:31:06 +0200
  • abe626853a [FIX] IntegrityError: column "lastname" contains null values Lorenzo Battistini 2014-07-29 15:21:15 +0200
  • ad735e4753 [FIX] PEP8 Lorenzo Battistini 2014-07-26 02:06:11 +0200
  • de00bb1da2 [IMP] partner_firstname - logging Lorenzo Battistini 2014-07-26 01:46:33 +0200
  • 6b4e3f6c74 [FIX] IntegrityError: column "lastname" contains null values when creating or copying users Lorenzo Battistini 2014-07-24 00:05:48 +0200
  • fc2bb5bc24 [ADD] partner_firstname for v8 because it's working as is Lorenzo Battistini 2014-07-23 19:54:06 +0200
  • 4614bc20db Move partner_last name to unported due to failed install Sandy Carter 2014-07-19 11:22:19 -0400
  • 9fc8df9e38 Fix imports in partner_firstname Sandy Carter 2014-07-19 11:11:02 -0400
  • ebf9a92c79 Fix pep8 Sandy Carter 2014-07-18 19:22:54 -0400
  • 2c44dc7a9d Make the function of the 'name' field inheritable. Alexis de Lattre 2014-06-10 22:56:38 +0200
  • 4429bbe07b Adapt user form to look like partner form * Name field replaced by Firstname and Lastname unknown 2014-03-21 17:00:22 +0100
  • 7b6a40fcbb Adapt user form to display first name and last name like partner form Sandy Carter 2014-03-12 19:31:33 -0400
  • 410e2f3963 [FIX] some tests failed if user's language is not english [CHG] improve some assertions Olivier LAURENT 2014-03-04 11:20:38 +0100
  • 72c5cda293 [FIX] avoid traceback when calling the fnct_inv method with a null field_value Olivier LAURENT 2014-02-18 18:09:53 +0100
  • 82aa187b27 Add more controls to avoid to update the name or the lastname fields only with whitespace Jonathan Nemry 2014-02-05 14:46:58 +0100
  • ac30d5d85e [CHG] Some Refactoring Of The Code Jonathan Nemry 2014-01-22 17:27:51 +0100
  • b95d6e10d9 [ADD] Tests For partner-firstname Jonathan Nemry 2014-01-22 16:50:49 +0100
  • 0641647cc3 [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 2014-01-22 16:46:07 +0100
  • fb08e74c1f [FIX] layout for contact view (display Firstname and Lastname label) + add Is a company on contact view of a partner Vincent Renaville 2013-11-13 17:18:13 +0100
  • bfbd51dafa [ADD] translation template Holger Brunn 2013-10-03 18:13:54 +0200
  • 13f6b5a9b6 [ADD] Dutch translation Holger Brunn 2013-10-03 17:20:53 +0200
  • 14f833cfa1 [FIX] get required attributes right for companies and non-companies Holger Brunn 2013-10-01 13:32:16 +0200
  • d186798edb [IMP] don't show first/last name fields for companies Holger Brunn 2013-10-01 13:14:03 +0200
  • 972a38add9 [FIX] missing propagation of the context #2 Guewen Baconnier 2013-08-12 08:18:39 +0200
  • 8e6999e5c6 [FIX] missing propagation of the context Guewen Baconnier 2013-08-12 08:17:49 +0200
  • 8498816a26 [FIX] use a tuple instead of a list Guewen Baconnier 2013-08-12 08:15:02 +0200
  • af80ae43ef [FIX] partner_firstname - error when lastname being empty with demo data, migrated data or imported data Yannick Vaucher 2013-07-29 16:34:21 +0200
  • cad720824a [FIX] typo : fix instruction length Vincent Renaville 2013-05-21 16:38:03 +0200
  • 6bd6ebad12 [FIX] search Vincent Renaville 2013-05-21 15:27:17 +0200
  • 6b0ddd40da [FIX] firstname lastname fix if empty Vincent Renaville 2013-05-17 16:37:49 +0200
  • 4f3d2c9b8d [IMP] partner_firstname - giving some meaning to a comment Yannick Vaucher 2013-04-30 10:10:08 +0200
  • aed00f22e8 [FIX] partner_firstname - adapt partner form inherit to new partner form Yannick Vaucher 2013-04-29 17:14:38 +0200
  • bde32e02b7 [IMP] partner_firstname - less steps in partner vals(e) Yannick Vaucher 2013-02-20 15:00:17 +0100
  • 2eaa49d513 [FIX] partner_firstname name not editable in user view Yannick Vaucher 2013-02-20 13:43:45 +0100
  • af492eb279 [MRG] Typo unknown 2013-02-05 22:01:37 +0100
  • 4e2e2abdef [FIX] user creation from res_user form unknown 2013-02-05 21:58:07 +0100
  • 52cbb73ea5 [IMP] small improvements in module description and docstrings Alexandre Fayolle 2013-02-05 09:26:54 +0100
  • e55aaed825 [FIX] partner_firstname can't create partner as lastname is required unknown 2013-02-04 15:19:19 +0100
  • 28ad896537 [FIX] heading coding definition unknown 2013-02-04 14:49:26 +0100
  • c74f431405 [ADD] partner_firstname module unknown 2013-02-04 14:37:23 +0100
  • 9f64b0feda [REV] remove the previous revision, the merge proposal has been merged too early Guewen Baconnier 2013-01-14 15:44:05 +0100
  • 045141d1a7 [ADD] partner_firstname addons unknown 2013-01-14 12:06:45 +0100
  • afa4e19125 Add module partner_multi_relation Giovanni Francesco Capalbo 2017-10-09 11:01:02 +0200
  • 901916f133 [UPD] addons table in README.md OCA Git Bot 2017-10-09 02:37:37 +0200
  • 158bc9a051 [9.0][FIX] partner_financial_risk: Invoice refunds add risk. (#476) Carlos Dauden 2017-10-09 00:50:24 +0200
  • 7f09675932 [9.0][IMP] partner_financial_risk: Descriptions and translation #476 Carlos Dauden 2017-10-08 23:54:49 +0200
  • 553351d4e4 [9.0][IMP] partner_financial_risk: invoice_unpaid_margin in depends Carlos Dauden 2017-10-03 00:37:13 +0200
  • 1989af3adc [ADD] setup.py OCA Git Bot 2017-10-07 16:50:50 +0200
  • 9939b7a5d3 Merge 81a6a728ed into 2cd40c23e7 #485 Giovanni Capalbo (Therp) 2017-10-06 15:22:11 +0000
  • 81a6a728ed Add module #485 Giovanni Francesco Capalbo 2017-10-06 17:18:32 +0200
  • a34322572e
    [PORT] Ports partner_relations_in_tab to version 10.0 #459 George Daramouskas 2017-08-03 15:49:37 +0200
  • 99a9dc030f FIX flake8 #483 ralwafaie 2017-10-03 18:30:34 +0200
  • 6b1f44b500 11.0 MIG base_country_state_translatable #484 ralwafaie 2017-10-03 18:18:50 +0200
  • 450a48c93d MIG base_location_nuts ralwafaie 2017-10-03 17:50:34 +0200
  • 853a2d56c5 [MIG] Add metafiles Pedro M. Baeza 2017-10-03 16:51:09 +0200
  • 2cd40c23e7 [ADD] setup.py OCA Git Bot 2017-10-03 04:40:02 +0200
  • 3216d2992a [UPD] addons table in README.md OCA Git Bot 2017-10-03 02:39:55 +0200
  • 75a92688d9 [9.0][WIP] partner_financial_risk: Change "©" to Copyright Carlos Dauden 2017-10-03 00:30:06 +0200
  • a0b552c272 [9.0][WIP] partner_financial_risk: Invoices amount from account.move.line Carlos Dauden 2017-10-02 19:48:40 +0200
  • ec95da4563 Merge pull request #438 from LasLabs/release/10.0/partner_affiliate Pedro M. Baeza 2017-10-02 16:08:04 +0200
  • 77af8ccead Merge pull request #354 from LasLabs/release/10.0/partner_contact_nutrition_goal Pedro M. Baeza 2017-10-02 15:59:08 +0200
  • 46e8f62a2d Merge pull request #481 from Tecnativa/10.0-partner_phonecall_schedule Pedro M. Baeza 2017-10-02 13:41:41 +0200
  • 95eb31235c OCA Transbot updated translations from Transifex #462 OCA Transbot 2016-05-08 01:10:28 -0400
  • f0f6f43d14 OCA Transbot updated translations from Transifex OCA Transbot 2016-03-19 21:28:00 -0400
  • c04148620c OCA Transbot updated translations from Transifex OCA Transbot 2016-03-12 19:53:38 -0500
  • 4f20df5f3b OCA Transbot updated translations from Transifex OCA Transbot 2016-01-30 17:16:15 -0500
  • cf02cc6d9d OCA Transbot updated translations from Transifex OCA Transbot 2015-11-30 10:29:50 -0500
  • 4a17fb78ea OCA Transbot updated translations from Transifex OCA Transbot 2015-11-08 15:46:45 -0500
  • fa4f98ab39 [9.0][WIP] partner_financial_risk: Different model in read_group list Carlos Dauden 2017-09-28 22:38:02 +0200
  • 6b3f1909a6 [9.0][IMP] partner_financial_risk: Improve code. Include archived contacts Carlos Dauden 2017-09-28 18:23:40 +0200
  • 38fdf950c1 [9.0][IMP] partner_payment_return_risk: Unify with base method and split amount Carlos Dauden 2017-09-27 20:03:35 +0200
  • 81e0d5b2e9 [9.0][IMP] partner_financial_risk: Improve heritability Carlos Dauden 2017-09-27 20:00:55 +0200
  • a824adaa10 [MIG] partner_phonecall_schedule: Migrated to v10 #481 Jairo Llopis 2017-09-27 09:55:40 +0200
  • 8b2fb8d3a7 [FIX] partner_phonecall_schedule: Allow partner managers to use addon (#480) Jairo Llopis 2017-09-26 15:30:13 +0200
  • ef0b4f6639 [ADD] partner_phonecall_schedule: Know partner's best phonecall time (#475) Jairo Llopis 2017-09-25 09:53:29 +0200
  • aa9081e55f [UPD] addons table in README.md OCA Git Bot 2017-09-27 02:38:36 +0200
  • 82f32062c2 [FIX] partner_phonecall_schedule: Allow partner managers to use addon (#480) Jairo Llopis 2017-09-26 15:30:13 +0200
  • 43f5cae6fb fixup! fixup! [FIX] partner_phonecall_schedule: Allow partner managers to use addon #480 Jairo Llopis 2017-09-26 12:37:09 +0200