Alexandre Fayolle
cae8807540
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
Holger Brunn
8459f66ca3
[FIX] actually do something useful with !=
10 years ago
Holger Brunn
fd13e6cb14
[IMP] support != operator
10 years ago
Holger Brunn
ad3455c17f
[FIX] search both sides of the relation isolated to avoid false
positives
10 years ago
Holger Brunn
4d388cfff1
[FIX] search in res.partner.relation.type to support translated searches
10 years ago
Holger Brunn
e4a9386211
[FIX] logic error
10 years ago
Holger Brunn
b10f3756b5
[FIX] allow to change partner_id_display
10 years ago
Holger Brunn
b4b6af5815
[ADD] update pot file
10 years ago
Holger Brunn
cf547c5951
[ADD] support more search operands when search for relations
10 years ago
Holger Brunn
09c511baf6
[IMP] put one attribute xml elements on one line
10 years ago
Ronald Portier
879e421368
[ENH] Module partner_relations:
- Edit relations in pop-up form instead of through inline tree.
10 years ago
Stefan Rijnhart
4967c79bd6
[FIX] #688 , partner_relations: creating equal but non-overlapping relations was not allowed
Conflicts:
partner_relations/model/res_partner_relation_all.py
10 years ago
Holger Brunn
43908340b7
[ADD] some demo data
10 years ago
Holger Brunn
c65f3a94cc
[FIX] coding style issues
10 years ago
Holger Brunn
73877cbbf2
[FIX] pep8
10 years ago
Holger Brunn
0063676107
[RFR] provide a modular way to inject fields into
res_partner_relation_all
10 years ago
Holger Brunn
680134ce79
[IMP] allow to write certain fields on relation view
10 years ago
Holger Brunn
75fd2387d0
[RFR] make collecting relation ids simple to override
10 years ago
Holger Brunn
30600b3bb8
[IMP] context check, make type_id browsable
10 years ago
Holger Brunn
3500d55cd7
[FIX] flake8, relative import, unused context initialization
10 years ago
Holger Brunn
dcaeadd1ae
[ADD] partner_relations
10 years ago
Matjaz Mozetic
dcea87f78a
Merge branch '8.0' of github.com:sysadminmatmoz/partner-contact into 8.0
10 years ago
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