-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81b3fd5
commit c6ff256
Showing
83 changed files
with
1,647 additions
and
2,531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<odoo noupdate="1"> | ||
|
||
<record id="fsm_team_default" model="fsm.team"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<odoo> | ||
|
||
<record id="fsm" model="ir.module.category"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,21 +50,4 @@ | |
<field name="email">[email protected]</field> | ||
</record> | ||
|
||
<!-- fsm.region --> | ||
<record id="test_region" model="fsm.region"> | ||
<field name="name">Test Region</field> | ||
</record> | ||
<record id="test_district" model="fsm.district"> | ||
<field name="name">Test District</field> | ||
<field name="region_id" eval="ref('test_region')"/> | ||
</record> | ||
<record id="test_branch" model="fsm.branch"> | ||
<field name="name">Test Branch</field> | ||
<field name="district_id" eval="ref('test_district')"/> | ||
</record> | ||
<record id="test_territory" model="fsm.territory"> | ||
<field name="name">Test Territory</field> | ||
<field name="branch_id" eval="ref('test_branch')"/> | ||
</record> | ||
|
||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,11 +24,10 @@ | |
<field name="email">[email protected]</field> | ||
<field name="partner_id" eval="ref('test_loc_partner')"/> | ||
<field name="owner_id" eval="ref('test_loc_partner')"/> | ||
<field name="customer_id" eval="ref('test_loc_partner')"/> | ||
<field name="territory_id" eval="ref('test_territory')"/> | ||
<field name="branch_id" eval="ref('test_branch')"/> | ||
<field name="district_id" eval="ref('test_district')"/> | ||
<field name="region_id" eval="ref('test_region')"/> | ||
<field name="territory_id" eval="ref('base_territory.test_territory')"/> | ||
<field name="branch_id" eval="ref('base_territory.test_branch')"/> | ||
<field name="district_id" eval="ref('base_territory.test_district')"/> | ||
<field name="region_id" eval="ref('base_territory.test_region')"/> | ||
<field name="direction">New the old inventory</field> | ||
<field name="street">14 Tower A, main street</field> | ||
<field name="street2">Bangkok, Thailand</field> | ||
|
@@ -39,20 +38,17 @@ | |
<field name="name">Location 1</field> | ||
<field name="partner_id" eval="ref('location_partner_1')"/> | ||
<field name="owner_id" eval="ref('location_partner_1')"/> | ||
<field name="customer_id" eval="ref('location_partner_1')"/> | ||
</record> | ||
|
||
<record id="location_2" model="fsm.location"> | ||
<field name="name">Location 2</field> | ||
<field name="partner_id" eval="ref('location_partner_2')"/> | ||
<field name="owner_id" eval="ref('location_partner_2')"/> | ||
<field name="customer_id" eval="ref('location_partner_2')"/> | ||
</record> | ||
|
||
<record id="location_3" model="fsm.location"> | ||
<field name="name">Location 3</field> | ||
<field name="partner_id" eval="ref('location_partner_3')"/> | ||
<field name="owner_id" eval="ref('location_partner_3')"/> | ||
<field name="customer_id" eval="ref('location_partner_3')"/> | ||
</record> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.