Commit graph

677 commits

Author SHA1 Message Date
Benoît Vézina
e48e6d9aef next try 2 2025-02-19 15:32:34 -05:00
Benoît Vézina
d295f38355 next try 2025-02-19 15:12:15 -05:00
Benoît Vézina
0676cf1e7f new ai 2 2025-02-19 14:19:30 -05:00
xtremxpert
9a130bae6b new ai 2025-02-19 14:18:10 -05:00
Benoît Vézina
e1e8c94c94 fix for merge PO with requisition id 2025-02-19 13:48:34 -05:00
Benoît Vézina
996fb3767e need test for merging from different contract 2025-02-19 11:51:54 -05:00
Benoît Vézina
b95ca97022 fuck my life with ollama 2025-02-18 14:55:35 -05:00
xtremxpert
a3b4d3ed39 openwebui and product 2025-02-18 08:55:21 -05:00
Marc Durepos
b605f77e55 small formatting fix for shipping info on customer invoice 2025-02-14 13:59:12 -05:00
Marc Durepos
b43f0f5c85 batch_picking_create_one_bill upgrades
- Default to zero is now functional
- Checkbox ("Picked" field) visible on move lines in the batch view
- Checking the Picked field marks the line green
- More tests written to validate functionality
2025-02-14 12:13:57 -05:00
xtremxpert
cc66512df2 odoo to odoo 2025-02-14 07:41:09 -05:00
Marc Durepos
1b95a6c2ea added a test and made small modifications for batch_picking_create_one_bill 2025-02-13 16:39:48 -05:00
xtremxpert
020ed0e99c batch_picking_create_one_bill 2025-02-13 14:59:07 -05:00
xtremxpert
4d06664928 fix 2025-02-12 15:37:33 -05:00
Marc Durepos
c30130a3d6 new module sale_mandatory_customer_reference and small fix to delivery_carrier_partner_account 2025-02-12 12:10:09 -05:00
Marc Durepos
1fb6ad5a2c fix layout for invoice shipping info 2025-02-11 14:46:12 -05:00
Marc Durepos
4c5b55a7dd Fixes to purchase_customer_requisition and shipping info on cust. inv.
purchase_customer_requisition:

* Make sure to check the validity (state + dates) on purchase
  requisitions being selected for PO lines.

shipping_information_on_customer_invoice:

* Rework how the picking is selected, going through the sale lines
  related to the invoice lines instead of the non-existing picking_id
  field previously coded.
2025-02-11 14:27:50 -05:00
Marc Durepos
dd76c00ec1 Fix to delivery_carrier_partner_account + test to validate 2025-02-10 18:00:42 -05:00
Marc Durepos
cf12a5990d fix a dependency issue for customer carrier accounts 2025-02-10 17:15:39 -05:00
xtremxpert
f41b3d2be1 shipping_information_on_customer_invoice need testing 2025-02-10 15:27:30 -05:00
Marc Durepos
6ea64007e0 commercial_invoice: update to not annihilate header on account move list view 2025-02-10 15:15:00 -05:00
Marc Durepos
36e62be4c1 caldav_sync bug fixes:
* Fixed an issue where accepting events from an external organizer would send emails
  to the all event attendees upon synchronization.
* Corrected the data model for events where multiple Odoo users are attendees for the
  same event. Now, only one event is created in Odoo, with all the attendees on the
  same event. This conforms to Odoo's existing calendar event data model.
* Updated the setting of the organizer field (user_id) on the calendar events upon
  synchronization. Previously, the organizer field was always set to the current user
  whose events were being synchronized. Now, it is set based on the ORGANIZER parameter
  of the iCalendar event, if present. If not present, it defaults to the current synchronizing
  user. In the case that the organizer is external, the user_id field is left blank.
2025-02-07 10:54:15 -05:00
Benoît Vézina
1367cbf7b2 nested fallback to odoo native way 2025-02-01 07:59:27 -05:00
Benoît Vézina
853c239deb more msg for nesting 2025-01-31 17:25:25 -05:00
Benoît Vézina
5aa0f5b519 Merge branch '18.0' of git.bemade.org:bemade/bemade-addons into 18.0 2025-01-31 16:03:20 -05:00
Benoît Vézina
29c6f07691 more msg for nesting 2025-01-31 16:03:09 -05:00
Marc Durepos
25882dafab new module customer_product_code_search 2025-01-31 13:33:54 -05:00
Benoît Vézina
549cbf2579 isalation of missing 41 to fix only 2025-01-31 09:05:56 -05:00
xtremxpert
55a69d68b1 a few more fix 2025-01-28 20:55:23 -05:00
Marc Durepos
4911ef0b9a add exc_info to get trace on .msg processing failure 2025-01-28 17:06:04 -05:00
Marc Durepos
c7c66a5501 msg_attachments_to_mail_message: remove useless loggig in _is_msg_file 2025-01-28 17:04:27 -05:00
xtremxpert
def8e07135 add error and support to html email 2025-01-28 13:47:09 -05:00
xtremxpert
362fc9b774 msg-viewer 2025-01-28 09:45:55 -05:00
xtremxpert
f4550d7723 fix merge 2025-01-28 09:41:50 -05:00
xtremxpert
066efe3ab2 plan for migration start 2025-01-27 07:17:59 -05:00
Marc Durepos
9d97e13216 Fix broken and unused import 2025-01-23 09:21:18 -05:00
Marc Durepos
de44113336 msg_attachments: switch info logging to debug 2025-01-22 15:21:00 -05:00
Marc Durepos
fabc7a6740 remove debug logging for delivery_carrier_partner_account 2025-01-22 13:54:26 -05:00
xtremxpert
5d4707df02 img inline using eml convert then mail 2025-01-22 11:29:29 -05:00
xtremxpert
45ab7611a3 need just fix rendering 2025-01-22 10:11:03 -05:00
xtremxpert
aa4fbe72ec msg_attachments_to_mail_message 2025-01-21 22:10:37 -05:00
Marc Durepos
98b5ed31fd Significant rework of delivery_carrier_account.
carrier_id, carrier_account_id and delivery_billing_mode fields are all computed and have a single inverse method that can be overriden by subclasses.
2025-01-21 16:16:14 -05:00
Marc Durepos
0644586a52 New module commercial_invoice for preparing and printing commercial invoices. 2025-01-20 14:15:18 -05:00
xtremxpert
30afde78cc msg_viewer 2025-01-20 09:05:43 -05:00
xtremxpert
b46301ed13 fix for _ help 2025-01-20 09:05:43 -05:00
Marc Durepos
bd6aec9bf4 fix for purchase_customer_requisition 2025-01-19 17:43:39 -05:00
Marc Durepos
558313211c changes to delivery_carrier_partner_account 2025-01-19 10:17:21 -05:00
Marc Durepos
38b32ff892 picking_policy_per_customer: consider the commercial_partner_id as well 2025-01-18 09:12:18 -05:00
Marc Durepos
af90b2c9f6 update to carriers/accounts 2025-01-17 13:48:50 -05:00
Marc Durepos
12274002fd Add better carrier linking for purchasing
delivery_carrier_partner_account and purchase_delivery_carrier
2025-01-17 13:48:50 -05:00