15 lines
594 B
JavaScript
15 lines
594 B
JavaScript
|
|
/** @odoo-module **/
|
||
|
|
|
||
|
|
// Navigate to the Service > Clients > Equipment menu
|
||
|
|
// Click the Create button
|
||
|
|
// Fill in the required fields, including creating a new Client Location and PID Tag
|
||
|
|
// Navigate to the client location, then to the client, making sure that the equipment and client location links appear
|
||
|
|
|
||
|
|
// Now make another one, but from the Partner interface
|
||
|
|
// Navigate to Service > Clients > Clients
|
||
|
|
// Search for and open the test client
|
||
|
|
// On the "Locations" tab, add a location
|
||
|
|
// Open the location and add a new Equipment to its equipment list
|
||
|
|
|
||
|
|
// Create a task in the test project
|