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
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|  | 2 de set. 22  | 3496 | ||
|  | 1 d’abr. 25  | 4791 | ||
|  | 1 de set. 22  | 4500 | ||
|  | 0 d’abr. 22  | 2779 | ||
|  | 0 de febr. 23  | 2273 |