Alexis de Lattre
2200e38ac2
Merge pull request #34 from akretion/8.0-fix-old-new-api
FIX old/new API call
10 years ago
Alexis de Lattre
785f6f2a01
FIX old/new API call
10 years ago
Valentin Lab
ec2324c406
new: pkg: adds requirements.txt to explicit dependencies and ease scripted installations.
10 years ago
Alexis de Lattre
568c941148
Merge pull request #31 from akretion/8.0-cleanup-and-restructure
Cleanup, restructure, add YAML tests, take country of partner into account
10 years ago
Alexis de Lattre
007504e4d2
Flake8 fix
10 years ago
Alexis de Lattre
b4522e78c8
More Yaml tests
Use the new phone attributes on objects inside the code
10 years ago
Alexis de Lattre
ae40e741ef
Continue to adapt the code to the recent changes
10 years ago
Alexis de Lattre
62cb85c470
If you enter a phone number in national format, it is now interpreted from the country of the object (partner, lead, hr.applicant), not from the country of the user... a very wanted feature !
10 years ago
Alexis de Lattre
586296537b
Fully remove raise from write/create, to avoid a crash on module install with XML data for res.company + it's related partner with phone numbers
FIX install wizard
10 years ago
Alexis de Lattre
27f024c160
Remove an import that is not needed any more
10 years ago
Alexis de Lattre
f425949929
Add missing file
10 years ago
Alexis de Lattre
8d4c7fa99b
Add support for "Create CRM phonecall" on leads (and not only partners)
Re-organise the codebase to prepare the arrival of a new module for a telephony system other than Asterisk
10 years ago
Alexis de Lattre
eb81a19a65
Merge pull request #10 from akretion/8.0-open-reformat-wizard-after-module-install
Start the wizard "Reformat Phone Numbers" after the installation of the base_phone module
10 years ago
Alexis de Lattre
3cad044fe1
Merge pull request #18 from akretion/8.0-fix-bug-17-no-raise
Fix bug #17 : don't raise by default on write/create
10 years ago
Alexis de Lattre
3988f52e58
Merge pull request #23 from akretion/update-screenshot-and-style
Update screenshots of asterisk_click2dial
10 years ago
Pedro M. Baeza
e5dc39b76f
Merge pull request #25 from gurneyalex/8.0-add_OCA_author
Add OCA as author of OCA addons
10 years ago
Pedro M. Baeza
e95838ce00
Merge pull request #24 from yvaucher/8.0-module-icons
Move module icon in static/description
10 years ago
Yannick Vaucher
8db5f2056a
Move module icon in static/description
10 years ago
Alexandre Fayolle
7062369359
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.
10 years ago
Alexis de Lattre
dcb919f676
Highlight dial button in screenshot
10 years ago
Alexis de Lattre
c915f4e072
Update screenshots
Remove old-style icons on buttons
10 years ago
Pedro M. Baeza
42188dca97
Merge pull request #22 from grap/fix_deleted_module
[FIX] remove deleted module
10 years ago
Sylvain LE GAL
a8479eddea
[FIX] remove deleted module
10 years ago
Yannick Vaucher
ea5c29e33e
Merge pull request #8 from yvaucher/8.0-separate-lint
Separated Lint tests
10 years ago
Alexis de Lattre
0ad368989a
base_phone: Add YAML test
10 years ago
Alexis de Lattre
0e91470ff2
PEP8 fix
10 years ago
Alexis de Lattre
03265255fd
Adapt the reformat_phonenumber_wizard to the new behavior on raise
FIX to display the result of the reformat phonenumber wizard to the user
10 years ago
Alexis de Lattre
25f00cf7e9
One possible implementation of raise when partner create/write is manual vs no raise with partner create/write is via code
10 years ago
Alexis de Lattre
779bd1e128
Fix bug #17 : don't raise by default on write/create
As a consequence, we can have non E.164 values inside the phone/mobile/fax fields: in this case, we don't display an href link on the field and we don't display the Dial button.
Fix show old number on paging for fax field
10 years ago
Yannick Vaucher
ee99e48e5e
Merge pull request #13 from stan3/fix_show_old_number_on_paging
FIX: clear field when number not set rather than leaving previous value
10 years ago
Pedro M. Baeza
31da3d8d6b
Merge pull request #12 from akretion/8.0-fix-bug11-ami-test
[FIX] Bug #11 AMI test: success is now only reported when it really works
10 years ago
Tristan Hill
55090639f1
FIX: clear field when number not set rather than leaving previous value
10 years ago
Alexis de Lattre
ee7da268b0
[FIX] Bug #11 AMI test: success is now only reported when it really works !
10 years ago
Alexis de Lattre
846490dc1f
Start the wizard "Reformat Phone Numbers" after the installation of the module
Update module description
10 years ago
Guewen Baconnier
f2efbde732
Merge pull request #9 from akretion/8.0-tree-phone-widget
8.0 Adds widget="phone" in tree view
10 years ago
Alexis de Lattre
a395cd4cb6
Add widget="phone" in tree view, to have an easy-to-read phone number in tree view
10 years ago
Alexis de Lattre
fd88d89996
Ability to avoid the 'Not found in Odoo' as callerID name when phone is not found
10 years ago
Yannick Vaucher
2a9ce0e695
Separated Lint tests
10 years ago
Pedro M. Baeza
1b591877d7
Merge pull request #1 from savoirfairelinux/8.0
[8.0] Add meta files
10 years ago
Sandy Carter
2e1e660c3c
Don't fail if Asterisk and asterisk_click2dial aren't installed
10 years ago
Sandy Carter
c74613e948
Fix code style
10 years ago
Sandy Carter
57a171e3e2
Add extra deps
10 years ago
Sandy Carter
79712488b5
Add python dependencies
10 years ago
Sandy Carter
76935ef68b
Add meta files
10 years ago
Alexis de Lattre
53c1ff455b
Use =like instead of like in phone number search, because I add the '%' myself
Add logger.error in the function used by the inherit of write/create, for easier debugging when it is called by a webservice
Add . in PATH in my sample shell scripts
Code cleanup (thank you flake8 !)
10 years ago
Alexis de Lattre
c05a80ba92
Port base_phone_popup to web_action_request for v8
Thanks to Jean-Sébastien Suzanne for his help
10 years ago
Alexis de Lattre
f33645e8ee
Activate widget on form view of company.
10 years ago
Alexis de Lattre
497665c8b4
FIX remplace debug stuff by real code !
10 years ago
Alexis de Lattre
35bf80d8e6
5 modules are now in auto_install mode
10 years ago
Alexis de Lattre
e6ab79bb75
Merge with 7.0 branch revno 116 :
Feature "Open Calling Partner" replaced by "Open Caller", with a completely new beh
avior
As a consequence, the modules asterisk_click2dial_event and asterisk_click2dial_crm_claim have been dropped
New wizard "Number not found" (inspired by the old "Open Calling Partner" with many enhancements), which is called by base_phone_popup and Open Caller
Formatting of number for click2dial is now handled by the phonenumbers lib: as a consequence, 3 fields have been dropped from asterisk.server (national_prefix, international_prefix, country_prefix)
New option 'dial_button_invisible' in the phone widget
New sample script asterisk_click2dial/scripts/openerp_popup_timeout.sh
Update translations and some module descriptions
All the modules are now PEP8 compliant
10 years ago