oca-travis
|
14cf8cf5e8
|
[UPD] Update partner_relations.pot
|
7 years ago |
Stéphane Bidoul (ACSONE)
|
288e81921f
|
remove obsolete .pot files [ci skip]
|
7 years ago |
luc-demeyer
|
469afbe24d
|
[8.0] fix partner_relations addit'l fields
|
8 years ago |
OCA Transbot
|
389a9f1b83
|
OCA Transbot updated translations from Transifex
|
8 years ago |
Pedro M. Baeza
|
8984fce9d8
|
[FIX] partner_multi_relation: fix crash on partner with domain [(1, '=', 1)]
As is_leaf test passes with that domain, startswith method cannot be applied
to integers. Converting to string the arg, we avoid the problem.
|
8 years ago |
OCA Transbot
|
b9c393baee
|
OCA Transbot updated translations from Transifex
|
8 years ago |
OCA Transbot
|
5eda60678e
|
OCA Transbot updated translations from Transifex
|
8 years ago |
Ronald Portier
|
1051dd19c1
|
[ENH] Backport 9.0 improvements to partner_multi_relation.
|
8 years ago |
Ronald Portier
|
0bdfc077f6
|
[FIX] A lot of bugfixes, logic improvements, general fiddling
|
8 years ago |
Holger Brunn
|
e033ca626d
|
[RFR] v8 api, guidelines, tests
|
8 years ago |
Stéphane Bidoul (ACSONE)
|
9350b4ccc5
|
[FIX] remove en.po that was erroneously created by transbot
|
8 years ago |
OCA Transbot
|
089dbed286
|
OCA Transbot updated translations from Transifex
|
9 years ago |
OCA Transbot
|
a55a72540e
|
OCA Transbot updated translations from Transifex
|
9 years ago |
OCA Transbot
|
e421a98762
|
OCA Transbot updated translations from Transifex
|
9 years ago |
OCA Transbot
|
4cd510bf51
|
OCA Transbot updated translations from Transifex
|
9 years ago |
OCA Transbot
|
1e85422edf
|
OCA Transbot updated translations from Transifex
|
9 years ago |
OCA Transbot
|
12a59c97a9
|
OCA Transbot updated translations from Transifex
|
9 years ago |
Fekete Mihai
|
ab228558c0
|
Fix pylint i nre4s_partner.
|
9 years ago |
Fekete Mihai
|
768189dfe7
|
Fix imports at top of file.
|
9 years ago |
Fekete Mihai
|
65c6c0b5ac
|
Fix imports at top of file.
|
9 years ago |
OCA Transbot
|
b06be43032
|
OCA Transbot updated translations from Transifex
|
9 years ago |
Pedro M. Baeza
|
d45f8e07c0
|
[IMP] partner_relations: Bump version
|
9 years ago |
Antonio Espinosa
|
e74bc190d1
|
[8.0][FIX][partner_relations] Split read method overwrite
|
9 years ago |
OCA Transbot
|
fb7396c8c6
|
OCA Transbot updated translations from Transifex
|
9 years ago |
OCA Transbot
|
4cb5d418dd
|
OCA Transbot updated translations from Transifex
|
9 years ago |
Holger Brunn
|
5ecaa71cac
|
[FIX] set active_ids only to existing records
|
9 years ago |
Holger Brunn
|
356115bf09
|
[RFR] use v8 api for context adjustments
|
9 years ago |
eLBati
|
1c42befe87
|
FIX metadata
|
9 years ago |
eLBati
|
995ab2cc1a
|
FIX when partner_contact_birthdate and partner_relations are installaed together, get
AccessError: ('AccessError', 'No value found for res.partner(43,).birthdate_date')
See https://github.com/OCA/partner-contact/issues/154
|
9 years ago |
OCA Transbot
|
1579eac11b
|
OCA Transbot updated translations from Transifex
|
9 years ago |
Stéphane Bidoul
|
53275d3126
|
[UPD] prefix versions with 8.0
|
9 years ago |
OCA Transbot
|
5df1b51748
|
OCA Transbot updated translations from Transifex
|
9 years ago |
Jonathan Nemry (ACSONE)
|
337b9dd4d1
|
[FIX] Allow to search on non-stored field "any_partner_id" by adding a search method into the fields' declaration
|
9 years ago |
Holger Brunn
|
15a68014da
|
[FIX] depend on base
|
9 years ago |
Holger Brunn
|
8dd2dcce53
|
[FIX] pass load in load override
fixed #154
|
9 years ago |
OCA Transbot
|
d88c9a8a0e
|
OCA Transbot updated translations from Transifex
|
9 years ago |
Holger Brunn
|
9194312cbf
|
[FIX] respect restrictions on possible relation
types and other partner
fixes #160
|
9 years ago |
Antonio Espinosa
|
3c006db8e3
|
Remove api.one decorator to get_underlying_object method and mark it as private
|
9 years ago |
Yannick Vaucher
|
82bf087720
|
Move module icon to description
|
10 years ago |
Charbel Jacquin
|
eb7ce14146
|
add unittest based test cases complementing the yaml one
|
10 years ago |
Charbel Jacquin
|
06c636f1db
|
add basic unit tests
|
10 years ago |
Charbel Jacquin
|
bbf0f355d8
|
Explicit is better than implicit.
```
>>> import this
[...]
```
thanks to @pedrobaeza for the remainder :-)
|
10 years ago |
Charbel Jacquin
|
d1bfa4b4b7
|
allow same partner on both sides of a relation
* add boolean field `ResPartnerRelationType.allow_self`
* add related field `ResPartnerRelation.allow_self`
|
10 years ago |
Antonio Espinosa
|
716e56a6d2
|
[FIX] Type Exception when writing res.partner.relation.all model
|
10 years ago |
Antonio Espinosa
|
b49e48a199
|
[FIX] Allow group_partner_manager to add relations in smartbutton partner relation tree
|
10 years ago |
Sandy Carter
|
beca05e774
|
Use browse in old api functions
|
10 years ago |
Sandy Carter
|
3ab59ee095
|
Editable top
|
10 years ago |
Sandy Carter
|
046d6ff2f6
|
Add french translation
|
10 years ago |
Antonio Espinosa
|
6a5c624b44
|
[FIX] Update translation .POT and spanish translation
|
10 years ago |
Antonio Espinosa
|
490f29ab17
|
[IMP] Spanish translation
|
10 years ago |