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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
2
set 22
|
2441 | ||
|
1
apr 25
|
3689 | ||
|
1
set 22
|
3484 | ||
|
0
apr 22
|
1988 | ||
|
0
feb 23
|
1506 |