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
Dette spørgsmål er blevet anmeldt
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
Kan du lide at diskutere? Læs ikke bare med, deltag aktivt i debatten!
Opret en konto i dag for at få glæde af eksklusive funktioner, og bliv en del af vores skønne fællesskab!
Tilmeld dig| Relaterede indlæg | Besvarelser | Visninger | Aktivitet | |
|---|---|---|---|---|
|
|
1
jul. 23
|
8793 | ||
|
|
2
jun. 21
|
7371 | ||
|
|
0
jan. 21
|
3604 | ||
|
|
0
jan. 20
|
4898 | ||
|
|
2
mar. 15
|
20750 |