Hi, i want to create a basic odoo module which get all the res.partner data, how can i create this module?? im new with odoo
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
Hi,
If you need to show all the res.partner data under a new menu item, you can create a new menu item and create a new a new action or call existing action for it.
<menuitem id="menu_contacts"
name="contacts"
action="contacts.action_contacts"
sequence="10"/>
If you are new to development, check this: How To Create Menu And Actions In Odoo14
Thanks
Okey thanks so much, but i want to call this module with the xmlrpc external api, for example odoo.get('res.partner', 4, (err, callback)); so how can i create a module which returns me all the ids of res.partner for example
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
lug 23
|
7516 | ||
Undefined Column in sale.report
Risolto
|
|
2
giu 21
|
6028 | |
|
0
gen 21
|
2478 | ||
|
0
gen 20
|
3665 | ||
|
2
mar 15
|
17505 |