OCA Transbot
53f62f4e2f
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
09babd5a4f
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
a36a06c700
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
21aa9ab2e0
Merge pull request #384 from Tecnativa/9.0-FIX-partner_financial_risk
[9.0][FIX] partner_financial_risk: Refund were not contemplated
8 years ago
Carlos Dauden
ee89a30f1f
[9.0][FIX] partner_financial_risk: Refund were not contemplated
8 years ago
Pedro M. Baeza
b63505f2a2
[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
9a27812434
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
d090e603ec
[ADD] setup.py
8 years ago
OCA Git Bot
ba82961cf3
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
a6685e3f1d
Merge pull request #356 from Tecnativa/9.0-mig-partner_contact_lang
[9.0] [MIG] partner_contact_lang
8 years ago
Denis Roussel
84f13dc0a7
[REM][9.0] Remove old base_contact module
8 years ago
Pedro M. Baeza
a305bcb990
Merge pull request #368 from Tecnativa/9.0-mig-res_partner_affiliate
[9.0][MIG] res_partner_affiliate module
8 years ago
cubells
7fd5797267
[9.0][MIG] res_partner_affiliate module
- Updated views
- Created README
- Updated file structure
8 years ago
OCA Transbot
5ee898785a
OCA Transbot updated translations from Transifex
9 years ago
Pedro M. Baeza
69b280e5f2
Merge pull request #370 from Tecnativa/9.0-mig-partner_ref_unique
[9.0][ADD] partner_ref_unique module
8 years ago
cubells
fb832f004e
[9.0][ADD] partner_ref_unique module
- Added OCA icon
8 years ago
OCA Transbot
69bb049a14
OCA Transbot updated translations from Transifex
8 years ago
Jairo Llopis
c53af38ca9
Work with contact deduplicator.
This contraint is self-disabled when it detects by context that it is being used from the contact deduplicator.
Otherwise, the user cannot deduplicate a contact selecting the "good" one as the one without reference.
Anyway, in these cases, the check has no meaning, since it is to avoid duplicates and in this context we are currently removing them.
9 years ago
Antonio Espinosa
287a696856
partner_ref_unique addon and change description icon
9 years ago
OCA Transbot
b9aa56ede7
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
299ae97529
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
ec4f7966a9
[ADD] setup.py
8 years ago
OCA Git Bot
ab545c56be
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
415e737620
Merge pull request #364 from hbrunn/9.0-base_sanitize_vat
[ADD] migration of base_vat_sanitized
8 years ago
Holger Brunn
b29940a07f
[MIG] migrate to 9.0
8 years ago
OCA Transbot
0cb1929eab
OCA Transbot updated translations from Transifex
9 years ago
Alexis de Lattre
b0ea196479
[ADD] base_vat_sanitized
9 years ago
Pedro M. Baeza
5f70731ecf
Merge pull request #362 from ecoservice/9.0
[FIX] partner_firstname: fix for address 'type'
8 years ago
OCA Transbot
a1267b5fc3
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
dbe27d9696
[FIX] base_location: Switch author name
8 years ago
OCA Transbot
1999724311
OCA Transbot updated translations from Transifex
8 years ago
Marcel Much
262acff854
[FIX] partner_firstname: name, firstname and lastname only required if adress 'type' is contact
8 years ago
OCA Git Bot
f3611d3cf6
[ADD] setup.py
8 years ago
OCA Git Bot
846db28ceb
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
07d9aae7ee
Merge pull request #358 from Tecnativa/9.0-mig-base_partner_sequence
[9.0] [MIG] base_partner_sequence module
8 years ago
cubells
49e826db56
[9.0] [MIG] base_partner_sequence module
8 years ago
OCA Transbot
2ae5116cde
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
0c6b94ddf8
OCA Transbot updated translations from Transifex
9 years ago
Laurent Mignon (ACSONE)
792d6b850e
Use new API
9 years ago
Laurent Mignon (ACSONE)
6efc8ad6d8
Fix module structure
9 years ago
OCA Git Bot
9b8b43fd56
[ADD] setup.py
8 years ago
OCA Git Bot
da87842035
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
33f9047aaa
Merge pull request #357 from leemannd/9.0-mig-partner_changeset
[9.0][Port] mig partner changeset
8 years ago
Denis Leemann
02d6a5bf21
Port to V9
Add changes from previous port
fix menu
fix _compute from previous import & tests
8 years ago
Stéphane Bidoul (ACSONE)
5cdf32da0d
remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
2077e4552f
OCA Transbot updated translations from Transifex
OCA Transbot updated translations from Transifex
8 years ago
Guewen Baconnier
6d7e49ae08
Rename addon according to the new term: partner_changeset
Add translations
Add test coverage for caching of changeset rules
Add unique constraint (model_id, field_id) on rules
Add rules in demo data
Put the security groups links in noupdate
Put keep the groups in a noupdate=0 section so the records in ir.model.data
will still be modifiable by other modules.
Store the source of a changeset
Differentiate rules according to their origin
Rules are applied also for manual edition
Action is required
Do not keep recordsets in ormcache
Because they would be unreadable as soon as the cursor is closed.
Instead, we keep only the id and the record is browsed for every new
environment.
Remove useless 'model_id' on changeset rules
model_id has been removed
Remove reference to the model_name on rules
Because the model has been removed earlier (dead code)
Fix issue when applying empty many2one
Do not create changesets on moved contacts
As we just created the contact with a 'copy' we don't want to have a
changeset for the initialization values
Update translations
Use a selection widget on source model
Adapt for inclusion in OCA
Rename 'Pending Changesets' to 'Changes'
It's shorter
Add screenshots
Do not create a changeset when both sides are empty
But have a different type (e.g. False and '')
9 years ago
OCA Transbot
ee41f1e00c
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
2e98b96d80
[MIG] partner_contact_lang: Migration to 9.0
8 years ago
OCA Transbot
c5ce545f78
OCA Transbot updated translations from Transifex
8 years ago