Marc Durepos
48410382b2
[REL] bemade_fsm 15.0.0.3
...
\# New Features
- #67 - Add the ability to specify visit information on service SOs
- #55 - Technician marking a task done no longer moves it to a
"delivered" state.
- #51 - Configure FSM project stages via the module data
- #54 - Add SO number, customer name and SO line name to the calendar
view
- #50 - Add equipment field to task templates
\# Bug Fixes
- #5 - Marking subtasks done tried to create a new SO and confirm it.
This no longer tries to create a new SO.
- #53 - Site contacts not being auto-filled on sales order after
selecting the right delivery address. Now made automatic as intended.
2023-07-17 09:54:16 -04:00
Marc Durepos
a923b3c892
bemade_fsm: Convert task_template.equipment_id to a Many2many field. Fixes #58 .
2023-07-17 09:35:11 -04:00
Marc Durepos
cd144953c5
bemade_fsm: test refactoring complete (all passing).
2023-07-14 21:26:59 -04:00
Marc Durepos
7a573d58ed
bemade_fsm: major refactoring of unit tests completed. Integration tests need rework.
2023-07-14 13:39:30 -04:00
Marc Durepos
804ce5b599
bemade_fsm: major refactoring of tests in progress (broken).
2023-07-13 21:42:16 -04:00
Marc Durepos
cf3fccfa32
bemade_fsm: add visits to sale orders. Fixes #66 .
2023-07-13 19:30:27 -04:00
Marc Durepos
e1a923466c
bemade_fsm: added a test for contact setting on SO shipping address change. Fixes #53 .
2023-07-13 19:28:28 -04:00
Marc Durepos
b0c87b81d1
bemade_fsm: add equipment to Task Templates & flow down to tasks on SO. Fixes #50
2023-07-11 13:15:37 -04:00
Marc Durepos
b90b98e2b2
bemade_fsm: added test for setting proper contacts on SO based on shipping address.
2023-07-11 12:31:05 -04:00
Marc Durepos
fb83435c89
bemade_fsm: Updating SO delivery address correctly changes site contacts, work order recipients and equipment. Fixes #53 .
2023-07-10 14:54:03 -04:00
Marc Durepos
8bca6a6150
Updated the naming of tasks for FSM. Fixes #54 .
2023-07-05 16:16:29 -04:00
Marc Durepos
0eada63857
bemade_fsm: Added default project stage data re #51 .
2023-07-05 14:46:38 -04:00
Marc Durepos
403d6c0ee7
bemade_fsm: Renamed button Mark Done on FSM tasks to Mark as Delivered. Wrote tests to address manager vs user cases for the button. Re #55 .
2023-07-05 13:48:57 -04:00
Marc Durepos
a216cc95d6
bemade_fsm: Added logic to prevent child FSM tasks from trying to create sales orders. Fixes #5 .
2023-07-05 09:57:04 -04:00
Marc Durepos
4f9a05e05a
Update bemade_fsm version to 15.0.0.2.0 for sprint 2 release.
2023-06-29 15:19:12 -04:00
Marc Durepos
d0be20363b
bemade_fsm: Linked equipment from sale order to creaed task on SO confirmation. Fixes #48 .
2023-06-29 13:26:40 -04:00
Marc Durepos
4065e036ce
bemade_fsm: updated actions for the Field Service menu items leading to tasks. Fixes #2 .
2023-06-28 16:30:22 -04:00
Marc Durepos
81f8550041
bemade_fsm: Closes #12 . Final tests for adding and removing site contacts and work order contacts on SOs and Tasks.
2023-06-27 21:20:59 -04:00
Marc Durepos
98ea96d7ee
bemade_fsm: Final confirmation of functionality. Fixes #15 .
2023-06-27 20:55:58 -04:00
Marc Durepos
cdec0b1aff
bemade_multiple_billing_contacts: Code cleanup. Re #15 and #12 .
2023-06-27 20:53:57 -04:00
Marc Durepos
7d84d85980
bemade_fsm: Simplified implementation of equipment to allow for one equipment per sales order. Re #38 .
2023-06-27 20:48:12 -04:00
Marc Durepos
653e22d13c
Refactoring to views to reuse trees for fsm contacts and equipment. Began remodeling equipment/task relationship (breaks tests).
2023-06-27 16:18:12 -04:00
Marc Durepos
89a09aebb7
bemade_fsm: Added tests and code for site contacts and work order contacts on tasks.
2023-06-27 15:19:50 -04:00
Marc Durepos
df14a3afda
Migrating in bemade_multiple_billing_contacts
2023-06-27 14:23:48 -04:00
Marc Durepos
e2ddf36018
Prepare to migrate.
2023-06-27 14:22:32 -04:00
Marc Durepos
bcd4acb1a5
bemade_multiple_billing_contacts: Updated view to address a bug.
2023-06-27 14:21:53 -04:00
Marc Durepos
bac9015bf3
bemade_multiple_billing_contacts: Added multiple unit tests and fixed a bug they found in the billing contacts / invoice functionality.
2023-06-27 14:21:53 -04:00
Marc Durepos
80d6b1a6cf
bemade_multiple_billing_contacts: Early development on multiple billing contacts.
2023-06-27 14:21:53 -04:00
Marc Durepos
687a30ea90
bemade_multiple_billing_contacts: Initial commit.
2023-06-27 14:21:53 -04:00
Marc Durepos
02a711f42a
bemade_multiple_billing_contacts: Initial Commit
2023-06-27 14:21:53 -04:00
Marc Durepos
cc2d9a6aba
Merge missing commits from bemade_fsm into bemade-addons
2023-06-27 13:59:15 -04:00
Marc Durepos
4e95677ae6
Moved into subfolder
2023-06-27 13:54:39 -04:00
Marc Durepos
9c8a5e2a63
bemade_fsm: Added an assertion after integration tour.
2023-06-27 13:44:43 -04:00
Marc Durepos
90ba705eef
bemade_fsm: Finished a test tour for adding equipment to a sales order.
2023-06-27 13:44:43 -04:00
Marc Durepos
e1268d2fda
bemade_fsm: Further testing for equipment, site contacts, work order contacts (integration testing). re #37 .
2023-06-27 13:44:43 -04:00
Marc Durepos
31528dbdc6
bemade_fsm: Site contacts and work order contacts added and unit tested. Need to do the UI and integration testing next. Re #37 .
2023-06-27 13:44:43 -04:00
Marc Durepos
71ad597133
bemade_fsm: Added test skeleton for upcoming features.
2023-06-27 13:44:43 -04:00
Marc Durepos
1635abb3c8
bemade_fsm: Updated to require bemade_partner_root_ancestor, refactored out call to Partner.get_root_ancestor().
2023-06-27 13:44:43 -04:00
Marc Durepos
38a6d492b4
bemade_fsm: Added field planned_hours to project.task.template and passed it along to tasks on order confirmation. Fixes #51 .
2023-06-27 13:44:43 -04:00
Marc Durepos
c3e0eb5766
bemade_fsm: Sub-task templates are no longer linked to the SO/SO Line. Fixes #50 .
2023-06-27 13:44:43 -04:00
Marc Durepos
225eea23e0
bemade_fsm: Completed integration test tour for adding equipment to a client. Closes #11 .
2023-06-27 13:44:43 -04:00
Marc Durepos
2d7b76a44e
bemade_fsm: First functional test written for creating equipment linked to a client. Ref #11 .
2023-06-27 13:44:43 -04:00
Marc Durepos
53b75e35a4
bemade_fsm: Added and modified some tests for #11 .
2023-06-27 13:44:43 -04:00
Marc Durepos
e6b499352a
bemade_fsm: Constrain project.task.equipment_id to equipments at task.partner_id.
2023-06-27 13:44:43 -04:00
Marc Durepos
5469dd82c4
bemade_fsm: Improvements to the UI and data model for site contacts and equipment. Re: #11 .
2023-06-27 13:44:43 -04:00
Marc Durepos
579610323f
bemade_fsm: Added menu items for navigating clients and equipment locations. Ref #11 .
2023-06-27 13:44:43 -04:00
Marc Durepos
9fbde25abd
bemade_fsm: Updates to equipment.xml in bemade_fsm to get rid of durpro_fso references.
2023-06-27 13:44:43 -04:00
Benoît Vézina
c5d01ecf0d
bemade_fsm: Update .gitignore
2023-06-27 13:44:43 -04:00
Marc Durepos
61f4ffe415
bemade_fsm: Imported code from durpro_fso to represent equipment models and views for bemade_fsm. Re: #11 .
2023-06-27 13:44:43 -04:00
Marc Durepos
3c81099ccf
bemade_fsm: Inherited product view from industry_fsm_sale to override the limit attribute for categ_id in the searchpanel (left side). Fixes #12 .
2023-06-27 13:44:43 -04:00