Matjaž Mozetič
9cddb96c6d
Slovenian translations added
10 years ago
Pedro M. Baeza
32b8e49584
Merge pull request #101 from gurneyalex/8.0-protect-import
protect import of external dependencies
10 years ago
Alexandre Fayolle
84c8896bda
protect import of external dependencies
Odoo won't install an addon if the external dependencies are not met.
However, the python modules of the addons are imported at startup, and the
lack of an external dependency for an external addon will cause a crash,
therefore the import needs to be in a try..except block.
closes #100
10 years ago
Juan Jose Scarafia
3d580c6300
IMP Create new computed stored field 'display_name' that use zip, city, state and country in order to allow search using '%' from the m2o widget
10 years ago
Matjaž Mozetič
7fa5ced987
Slovenian translations added
10 years ago
Sandy Carter
d6c7d39afa
Add demo data
Brussels Belgium city
10 years ago
Pedro M. Baeza
e5aceecdac
Merge pull request #93 from OCA/8.0-base_location_geonames_import-imp
[IMP] base_location_geonames_import: Several improvements and added hooks
10 years ago
Pedro M. Baeza
70eea50899
[FIX] base_location_geonames_import: Use self.env and recordsets
10 years ago
Pedro M. Baeza
a52694d6b2
[IMP] base_location_geonames_import: Several improvements and added hooks
* Added Icon.
* Improve module description and extracted to README.rst.
* Pass country instead of country_id for advance comparisons.
* Allow to transform city name.
* Some code style.
* Do not remove all entries of a country, but only not found.
* Include hooks for transforming some things.
* Include spanish translation.
10 years ago
Stefan Rijnhart
187ebf0562
[PRT] partner_street_number 8.0
10 years ago
Alexandre Fayolle
9979ef13b8
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
Alexandre Fayolle
ac79f676c6
use raw string for regexp
10 years ago
Stefan Rijnhart
317d3dbbba
[ADD] Module to split partner street name and street number
10 years ago
Stefan Rijnhart (Therp)
2948ddb102
Merge pull request #89 from pedrobaeza/8.0-fix_travis
Fix Travis errors
10 years ago
Pedro M. Baeza
b755242c3b
[FIX] Exclude conflictive module in Travis
10 years ago
Pedro M. Baeza
2b582e0f81
[FIX] base_partner_merge: don't overwrite magic columns
10 years ago
Pedro M. Baeza
06cd872ee2
[FIX] partner_firstname: Better practices in views
10 years ago
Pedro M. Baeza
968a90cb99
[FIX] flake8
10 years ago
Alexandre Fayolle
de1b5b2f16
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
Pedro M. Baeza
44cf760c76
Merge branch 'nbessi-fix_street3_hook' into 8.0
10 years ago
Pedro M. Baeza
76e66c7b54
Merge branch 'fix_street3_hook' of https://github.com/nbessi/partner-contact into nbessi-fix_street3_hook
Conflicts:
.travis.yml
10 years ago
Pedro M. Baeza
74c1dbd62b
Merge pull request #87 from eezee-it/8.0
[FIX] partner_firstname : Remove the value checks in tests. With Odoo v8...
10 years ago
Sylvain Van Hoof
efca594b74
[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.
10 years ago
Pedro M. Baeza
8b661d0779
Merge pull request #85 from eezee-it/8.0
[FIX] partner_firstname: Change _id by id in the method copy_data
10 years ago
Sylvain Van Hoof
ab2f5f157d
[FIX] partner_firstname: Change _id by id in the method copy_data to avoid problem with the new API
10 years ago
Guewen Baconnier
109208dad4
Merge pull request #82 from osiell/8.0-base_contact
8.0 - Porting 'base_contact' module
10 years ago
Guewen Baconnier
cfb691e1cc
Remove erroneous translation lines
10 years ago
sebalix
7a740a05eb
[IMP] Module 'base_contact' - README.rst updated (contributors added from git logs)
10 years ago
Rudolf Schnapka
0c346e4f15
Initial translation
10 years ago
EL HADJI DEM
312ac916e6
[UPD] Update translated files
10 years ago
EL HADJI DEM
9862d7bdfc
[ADD] Add translated files for base_contact module
10 years ago
sebalix
a112c4ab45
[IMP] Module 'base_contact' - README.rst updated (following OCA readme template) + 'summary' added in __openerp__.py
10 years ago
sebalix
0e26c01993
[FIX] Module 'base_contact' - Unit test 'test_03_search_match_attached_contacts', initial company's name has been renamed to 'YourCompany' in 8.0
10 years ago
sebalix
6b1bba186d
[IMP] Module 'base_contact' - Put the module description in a README.rst file
10 years ago
sebalix
73ee88a8fe
[IMP] Module 'base_contact' - Available for Odoo 8.0 (moved from the '__unported__' folder + installable)
10 years ago
sebalix
580a9b0911
[IMP] Module 'base_contact' (in __unported__/) - Removed 'process' and 'contacts' dependencies
10 years ago
Sandy Carter
034c1c9bff
Put contact type under name and add label in edit mode
10 years ago
Guewen Baconnier
b6315c6097
Merge pull request #81 from alejandrosantana/8.0
[IMP] base_location: Updated to v8 syntax and uses. Added filters in som...
10 years ago
Alejandro Santana
97243078a9
[FIX] base_location: Removed unnecesary temporary variable.
10 years ago
Alejandro Santana
2220fbdbec
[DEL] better_zip: Removed deprecated symlink better_zip pointing to base_location.
10 years ago
Alejandro Santana
f7f02a6eb3
[FIX] base_location: Fix flake8 error, views naming, removing deprecated fields. Also use @api.one in onchanges. Using now spaces instead of tabs in xml files.
10 years ago
Alejandro Santana
ff3c3bd402
[FIX] base_contact: Fixed PEP8. [IMP] base_location: Removed non-relevan currency_id column on country tree view, enhanced description and manidest, addded README.rst file.
10 years ago
Alejandro Santana
9c82d94f73
[IMP] base_location: Updated to v8 syntax and uses. Added filters in some views. Added two columns in respective tree views.
10 years ago
Hans Henrik Gabelgaard
7f5e9900e2
Danish translation
10 years ago
Pedro M. Baeza
d6eb2e5778
[FIX] README.md
10 years ago
Pedro M. Baeza
6fc8fd6742
Merge pull request #69 from akretion/8.0-base-location-partner-view-street3-compat
base_location: Don't position zip_id after street2, to avoid layout issues with module partner_address_street3
10 years ago
Pedro M. Baeza
8bfd56578c
Merge pull request #68 from Antiun/pr-es
Spanish translation
10 years ago
Alexis de Lattre
a366a5a122
base_location: Don't position zip_id after street2, to avoid layout issues with module partner_address_street3
10 years ago
Antonio Espinosa
4dbe875e88
Spanish translation
10 years ago
Alex Comba
1eb2fb9609
Merge pull request #65 from yvaucher/8.0-separate-lint
Separated Lint tests
10 years ago