Commit graph

  • 1f3ba84a9d bemade_fsm: Improved task naming. Fixes Dur-Pro/bemade-addons#89. Marc Durepos 2023-08-28 19:15:03 -0400
  • 794f8b9f2e bemade_fsm: PDF improvements Marc Durepos 2023-08-28 16:06:00 -0400
  • e74f09ef89 bemade_fsm: remove square brackets from equipment complete name if no tag. Marc Durepos 2023-08-28 15:26:09 -0400
  • 3b7128f6f7 bemade_fsm: added work order number, significant mods to work order PDF. Marc Durepos 2023-08-22 21:32:58 -0400
  • 729a373a10 bemade_fsm: further progress on work order PDF. Marc Durepos 2023-08-22 16:04:22 -0400
  • 0db455a27c bemade_fsm: refactor work order report templates to break them into sub-templates for easier modification. Marc Durepos 2023-08-21 15:24:54 -0400
  • 452d0ad610 bemade_fsm: cleaning up template files. bemade_fsm-15.0.0.5 Marc Durepos 2023-08-04 15:38:44 -0400
  • cbeb80029a bemade_fsm: Got the "Sign Report" functionality working. Marc Durepos 2023-08-04 15:31:10 -0400
  • 960fb405a0 bemade_fsm: Work order report printing relevant SO lines summary. Re Dur-Pro/bemade-addons#94 Marc Durepos 2023-08-03 15:15:22 -0400
  • 84e9ef9a41 bemade_fsm: Task naming modified to shorten child task names. Marc Durepos 2023-08-03 11:13:28 -0400
  • 866f650ffe start for quote alternative Benoît Vézina 2023-08-03 10:49:14 -0400
  • 9dda5851a3 add validation so not adding allready recipients Benoît Vézina 2023-08-03 10:48:21 -0400
  • f4c281f900 bemade_fsm: Marking visit task done doesn't create SO line. Marc Durepos 2023-08-03 10:17:05 -0400
  • 47e4429aa2 bemade_fsm: Marking visit task done completes its descendants. Marc Durepos 2023-08-03 10:13:43 -0400
  • 9e5296a90d bemade_fsm: Explicitly set user_ids=False on visit task creation. Fixes Dur-Pro/bemade-addons#90 Marc Durepos 2023-08-03 09:51:02 -0400
  • 134e3ee38d bemade_fsm: Due date and initially planned hours on SO confirmation. Marc Durepos 2023-08-02 20:26:42 -0400
  • c21f565b3c bemade_mailcow_integration: Further fixing for alias name breaking discuss. Marc Durepos 2023-08-02 14:56:02 -0400
  • d2913c410d bemade_mailcow_integration: Fixes a bug where users can't create new 1-to-1 discussion channels. Fixes Dur-Pro/durpro#226. Marc Durepos 2023-08-02 14:50:28 -0400
  • 6bc1f60b8d bemade_fsm: updates to qweb for pdf of work orders. Marc Durepos 2023-08-02 12:24:26 -0400
  • f24bf62c5d bemade_fsm: updates to PDF for work orders. Marc Durepos 2023-08-02 09:26:52 -0400
  • 8771530abd bemade_fsm: added is_complete to tasks for easier PDF generation. Marc Durepos 2023-07-31 15:51:13 -0400
  • 4f75473db3 Merge branch '15.0' into bemade_fsm-15.0.0.5 Marc Durepos 2023-07-31 07:08:04 -0400
  • 4fc12e13ac bemade_fsm: Add the beginning of the PDF report for service tasks. Marc Durepos 2023-07-31 07:04:46 -0400
  • 08114ad4f7 bemade_fsm: remove view override while Odoo get my JS fix onto servers. bemade_fsm-15.0.0.4 Marc Durepos 2023-07-27 19:48:11 -0400
  • e5394babc3 bemade_fsm: many upgrades including better calendar view Marc Durepos 2023-07-27 16:13:05 -0400
  • c5fb6b608e bemade_fsm: updated data to make new stages appear in the FSM project Marc Durepos 2023-07-26 18:53:13 -0400
  • 0e0be67d62 bemade_planning_travel: new module begun for planning travel Marc Durepos 2023-07-26 15:58:28 -0400
  • a6f192d81e bemade_fsm: fix in res_partner.py for pad field in domain. Marc Durepos 2023-07-26 15:49:55 -0400
  • aa9b8bf21c bemade_fsm: data added for stages and equipment tags. Marc Durepos 2023-07-26 15:38:46 -0400
  • 9248af2aaa bemade_fsm: make project.task.allow_billable store=True to un-break Odoo tests. Marc Durepos 2023-07-26 09:23:43 -0400
  • ca54e5739c bemade_fsm: Update to ir.model.access.csv to fix duplicate insert. Marc Durepos 2023-07-26 08:25:20 -0400
  • b211679a09 bemade_fsm: tie in with sale_planning to plan SO lines based on task templates. Marc Durepos 2023-07-25 15:30:55 -0400
  • 3054f0d3d9 bemade_geo_distance moved to bemade_geo_routing. Spawned new module bemade_planning_travel. Marc Durepos 2023-07-25 15:29:51 -0400
  • 4e74d7a557 bemade_geo_distance: fix to public method signature in base.geo_router Marc Durepos 2023-07-25 09:51:56 -0400
  • fd314d2429 bemade_geo_distance: new module for getting driving distance and time from one partner to another. Marc Durepos 2023-07-20 20:45:39 -0400
  • 6bd52ae118 bemade_fsm: Added logic to use the planned hours from task templates on sale order lines (for planning purposes). Re #11. Marc Durepos 2023-07-20 11:40:36 -0400
  • 59fc723026 bemade_fsm: Visits on sales orders now group created tasks under a common parent. Fixes #72. Marc Durepos 2023-07-20 11:09:10 -0400
  • bcdf2bf860 bemade_fsm: Equipment to sale order line connection made. Fixes #71. Marc Durepos 2023-07-18 10:36:59 -0400
  • 5bb1023847 bemade_fsm: added many2many relationship to equipment from sale order lines. Set up summary and default equipment_ids from sale order. Ref #71. Marc Durepos 2023-07-17 16:13:23 -0400
  • 8233f678cf Refactored tests. Marc Durepos 2023-07-17 11:32:07 -0400
  • 933092771e [REL] bemade_fsm 15.0.0.3 Marc Durepos 2023-07-17 09:54:16 -0400
  • 238cde41e6 bemade_fsm: Convert task_template.equipment_id to a Many2many field. Fixes #58. Marc Durepos 2023-07-17 09:35:11 -0400
  • 7ea3458ba4 bemade_fsm: test refactoring complete (all passing). Marc Durepos 2023-07-14 21:26:59 -0400
  • 48abe06a51 bemade_fsm: major refactoring of unit tests completed. Integration tests need rework. Marc Durepos 2023-07-14 13:39:30 -0400
  • 4010fd57a2 bemade_fsm: major refactoring of tests in progress (broken). Marc Durepos 2023-07-13 21:42:16 -0400
  • 9b9e3a51db bemade_fsm: add visits to sale orders. Fixes #66. Marc Durepos 2023-07-13 17:25:47 -0400
  • 146426e10b bemade_fsm: added a test for contact setting on SO shipping address change. Fixes #53. Marc Durepos 2023-07-11 14:28:19 -0400
  • 8e9bc22b8e bemade_fsm: add equipment to Task Templates & flow down to tasks on SO. Fixes #50 Marc Durepos 2023-07-11 13:15:37 -0400
  • 22939a9fb5 bemade_fsm: added test for setting proper contacts on SO based on shipping address. Marc Durepos 2023-07-11 12:31:05 -0400
  • 90153da600 bemade_fsm: Updating SO delivery address correctly changes site contacts, work order recipients and equipment. Fixes #53. Marc Durepos 2023-07-10 14:54:03 -0400
  • fc74046d32 Updated the naming of tasks for FSM. Fixes #54. Marc Durepos 2023-07-05 16:16:29 -0400
  • 39467f96e2 bemade_fsm: Added default project stage data re #51. Marc Durepos 2023-07-05 14:46:20 -0400
  • 73f53dead9 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. Marc Durepos 2023-07-05 13:48:57 -0400
  • c51d2f313c bemade_fsm: Added logic to prevent child FSM tasks from trying to create sales orders. Fixes #5. Marc Durepos 2023-07-05 09:55:00 -0400
  • 8201461c61 fix mailcow Benoît Vézina 2023-07-27 14:41:01 -0400
  • 12ed7b8ce5 Fix to bemade_time_off_follower. Marc Durepos 2023-07-24 10:52:08 -0400
  • 96b77f4035 fuck" Benoît Vézina 2023-07-24 08:08:42 -0400
  • 7f7474dd4d fix views" Benoît Vézina 2023-07-24 07:41:36 -0400
  • c2fafc377d split javascript intil debug Benoît Vézina 2023-07-22 11:27:49 -0400
  • d4e377f5c6 merge work from odoo 15.0 Benoît Vézina 2023-07-22 07:25:40 -0400
  • 0cf3ded6fe move logic to _notify_compute_recipients not adding replacement as followers Benoît Vézina 2023-07-21 15:12:18 -0400
  • b08b383d29 try to fix it menu but sale ??? Benoît Vézina 2023-07-21 13:31:13 -0400
  • 34b6b765f5 need to fix multi-relation Benoît Vézina 2023-07-21 13:30:26 -0400
  • 281eb2f13d fix most mailcow issue Benoît Vézina 2023-07-21 13:26:07 -0400
  • 6405e7fdfc module linker Benoît Vézina 2023-07-20 13:20:02 -0400
  • c70e35f42c test and validated for user password bundle Benoît Vézina 2023-07-18 11:39:27 -0400
  • 020d8f9d69 Test and validate time off follower Benoît Vézina 2023-07-18 11:15:46 -0400
  • bfe54bf9c0 4 new modules for testing Benoît Vézina 2023-07-18 06:56:51 -0400
  • 48410382b2 [REL] bemade_fsm 15.0.0.3 bemade_fsm-15.0.0.3 Marc Durepos 2023-07-17 09:54:16 -0400
  • a923b3c892 bemade_fsm: Convert task_template.equipment_id to a Many2many field. Fixes #58. Marc Durepos 2023-07-17 09:35:11 -0400
  • c143ee4560 scrapper & follower BVMAILCOW Benoît Vézina 2023-07-16 16:15:15 -0400
  • cd144953c5 bemade_fsm: test refactoring complete (all passing). Marc Durepos 2023-07-14 21:26:59 -0400
  • 7a573d58ed bemade_fsm: major refactoring of unit tests completed. Integration tests need rework. Marc Durepos 2023-07-14 13:39:30 -0400
  • 804ce5b599 bemade_fsm: major refactoring of tests in progress (broken). Marc Durepos 2023-07-13 21:42:16 -0400
  • cf3fccfa32 bemade_fsm: add visits to sale orders. Fixes #66. Marc Durepos 2023-07-13 17:25:47 -0400
  • e1a923466c bemade_fsm: added a test for contact setting on SO shipping address change. Fixes #53. Marc Durepos 2023-07-11 14:28:19 -0400
  • 0ec4e40c26 partner scrapper Benoît Vézina 2023-07-12 07:17:17 -0400
  • b0c87b81d1 bemade_fsm: add equipment to Task Templates & flow down to tasks on SO. Fixes #50 Marc Durepos 2023-07-11 13:15:37 -0400
  • b90b98e2b2 bemade_fsm: added test for setting proper contacts on SO based on shipping address. Marc Durepos 2023-07-11 12:31:05 -0400
  • fb83435c89 bemade_fsm: Updating SO delivery address correctly changes site contacts, work order recipients and equipment. Fixes #53. Marc Durepos 2023-07-10 14:54:03 -0400
  • 4a72ee4f6b port menu order to 16.0 Benoît Vézina 2023-07-10 14:21:50 -0400
  • 5ab95874e7 port fetchmail on prod only for v16 Benoît Vézina 2023-07-10 12:54:28 -0400
  • 5d59bc82b2 odoo scrapper Benoît Vézina 2023-07-06 09:46:34 -0400
  • 5fd6364665 Removed unnecessary blank lines and an unused decorator in the IrUiMenu model.y Benoît Vézina 2023-07-06 05:03:00 -0400
  • 8bca6a6150 Updated the naming of tasks for FSM. Fixes #54. Marc Durepos 2023-07-05 16:16:29 -0400
  • 0eada63857 bemade_fsm: Added default project stage data re #51. Marc Durepos 2023-07-05 14:46:20 -0400
  • 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. Marc Durepos 2023-07-05 13:48:57 -0400
  • a216cc95d6 bemade_fsm: Added logic to prevent child FSM tasks from trying to create sales orders. Fixes #5. Marc Durepos 2023-07-05 09:55:00 -0400
  • 83dc8d346e 2 more modules to test Benoît Vézina 2023-07-02 15:07:33 -0400
  • b58ff52597 blacklist work Benoît Vézina 2023-07-02 09:28:29 -0400
  • ea05972fee javascript all done and test Benoît Vézina 2023-07-02 07:40:23 -0400
  • cf124a758f javascipt working Benoît Vézina 2023-06-30 13:03:57 -0400
  • e17f32dfaf Added some helpful comments to the xml and JS. Marc Durepos 2023-06-29 22:24:28 -0400
  • f7de7d31af Mailcow mailbox client-side sync button. Marc Durepos 2023-06-29 22:21:26 -0400
  • ed021edc40 marc look at .repos/bemade-addons/bemade_mailcow_blacklist/static/src/js/mailcow_mailbox.js please Benoît Vézina 2023-06-29 20:22:25 -0400
  • 4f9a05e05a Update bemade_fsm version to 15.0.0.2.0 for sprint 2 release. bemade_fsm-15.0.0.2 Marc Durepos 2023-06-29 15:19:12 -0400
  • d0be20363b bemade_fsm: Linked equipment from sale order to creaed task on SO confirmation. Fixes #48. Marc Durepos 2023-06-29 13:26:40 -0400
  • 68dd96a5a8 mailcow logo Benoît Vézina 2023-06-29 10:02:27 -0400
  • bf4786be6f installable mailcow Benoît Vézina 2023-06-28 21:56:18 -0400
  • 093418ec59 all models, need to check everything Benoît Vézina 2023-06-28 21:21:29 -0400