You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
466 B
10 lines
466 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data noupdate="1">
|
|
<!-- This record represents a physical work location within a building, making it easier to manage and track where employees are stationed within the organization.-->
|
|
<record id="work_data" model="hr.work.location">
|
|
<field name="name">Building 3, Third Floor</field>
|
|
<field name="address_id" ref="base.main_partner"/>
|
|
</record>
|
|
</data>
|
|
</odoo>
|
|
|