in case i add a new company and need to load same data.xml .. how it works?
records like new account - stock picking - stock location
in case i add a new company and need to load same data.xml .. how it works?
records like new account - stock picking - stock location
Hi,
Create Your data.xml File
<odoo>
<record id="your_unique_id_for_
<field name="name">Your Account Name</field>
<field name="code">Your Account Code</field>
<field name="company_id" ref="base.main_company"/>
<!-- Add other fields as needed -->
</record>
<record id="your_unique_id_for_stock_
<field name="name">Your Location Name</field>
<field name="company_id" ref="base.main_company"/>
<!-- Add other fields as needed -->
</record>
</odoo>
Hope it helps
Skapa ett konto idag för att ta del av exklusiva funktioner och engagera dig i vår fantastiska community!
Registrera dig| Relaterade inlägg | Svar | Vyer | Verksamhet | |
|---|---|---|---|---|
|
2
sep. 22
|
4678 | |||
|
1
apr. 25
|
6151 | |||
|
1
sep. 22
|
5465 | |||
|
0
apr. 22
|
3753 | |||
|
0
feb. 23
|
3124 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.