From time to time a user creates a new company for a contact/partner without recognizing that the company still exists. How can we merge the clients into one database entry? odoo 8
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kirjanpito
- Varastointi
- PoS
- Project
- MRP
Tämä kysymys on merkitty
2
Vastaukset
8396
Näkymät
I think this module could help you:
https://www.odoo.com/apps/modules/8.0/base_partner_merge/
Nautitko keskustelusta? Älä vain lue, vaan osallistu!
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
Odoo online merge tickets how to
Ratkaistu
|
|
2
elok. 24
|
2083 | |
|
4
heinäk. 24
|
11033 | ||
|
0
huhtik. 22
|
46 | ||
|
1
tammik. 23
|
3357 | ||
|
3
maalisk. 24
|
10241 |
I know two ways: to add a function to res.partner with the functionality required or to change ids directly in the DB by hands or with sql queries.