Sandy Carter
30e0348bba
Fix bug with partner_relation any_partner_id field
10 years ago
Sandy Carter
c50c83cd87
Convert models to v8 api
10 years ago
Sandy Carter
ba1c048162
Convert constraints to v8
10 years ago
Sandy Carter
1cb76ba1cb
Hide inactive relations
10 years ago
Sandy Carter
06e071f6de
Fix Read Write, Create and Unlink for realtion_all
10 years ago
Juan Jose Scarafia
49cdf3aeea
FIX Use old name_get method to compute display_name field
10 years ago
Sandy Carter
d1c7606b8e
Replace Table with smart button
10 years ago
Sandy Carter
2e7d596cf4
Fix v8 api calls
10 years ago
Sandy Carter
8ecfd7ea8b
Remove explicit dependencies on web
10 years ago
Sandy Carter
a7cd4e1116
Fix added pep8 conventions
Put boolean operators at end of lines instead of beggining of newlines
Put lambda definition in fields.function def
Remove callit lambda, use function directly
10 years ago
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