Commit graph

639 commits

Author SHA1 Message Date
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
xtremxpert
f0d05b4003 history 2025-01-17 09:14:30 -05:00
xtremxpert
3b499eada0 openwebui_integration better formated 2025-01-16 20:28:03 -05:00
xtremxpert
77c5b8ee82 openwebui_integration 2025-01-16 18:42:16 -05:00
Marc Durepos
064983d18a purchase_delivery_carrier: integrate with delivery_carrier_partner_account 2025-01-16 16:02:03 -05:00
Marc Durepos
056d438413 purchase_delivery_carrier: new module to add carriers to purchase orders and suppliers 2025-01-16 14:47:15 -05:00
Marc Durepos
35e04f678c purchase_customer_requisition: removing agreement from a line recomputes pricing 2025-01-16 12:02:42 -05:00
Marc Durepos
1122f71628 purchase_customer_requisition: prices correctly set for new lines 2025-01-16 11:11:45 -05:00
Marc Durepos
245610362d purchase_customer_requisition: fix identification of customer for line by passing through the moves 2025-01-16 08:43:15 -05:00
Marc Durepos
2738ade92d further fixes to purchase_customer_requisition 2025-01-16 08:25:32 -05:00
Marc Durepos
f54ff1496f purchase_customer_requisition: passing first test 2025-01-15 17:38:04 -05:00
Marc Durepos
e767591739 further work on purchase_customer_requisition 2025-01-15 16:23:56 -05:00
Marc Durepos
ed848863f9 working on purchase_customer_requisition 2025-01-15 15:52:03 -05:00
Marc Durepos
99dca038d3 added a failing test for purchase_customer_requisition 2025-01-15 12:31:00 -05:00
Marc Durepos
69f815c3f5 purchase_customer_requisition: module successfully installs 2025-01-15 12:10:16 -05:00
xtremxpert
23113e9a40 for you marc 2025-01-15 11:59:19 -05:00
xtremxpert
776e5aa8f5 remove useless models 2025-01-15 10:54:14 -05:00
xtremxpert
d01295a930 fix on change 2025-01-15 10:40:32 -05:00
xtremxpert
c2c4e632af fix for pneumac 2025-01-15 10:26:36 -05:00
Marc Durepos
2a1be1885e delivery_carrier_partner_account: added some test cases and fixed some bugs relating default accounts 2025-01-15 10:13:52 -05:00
Marc Durepos
5e4a818fc1 make sure carrier_account_ids is set before indexing at 0 2025-01-15 10:04:50 -05:00
Marc Durepos
27b0df3649 delivery_carrier_partner_account: make default the first account added to a partner 2025-01-15 10:03:55 -05:00
Marc Durepos
9ed6ddd0df delivery_carrier_partner_account fixes 2025-01-13 16:03:04 -05:00
Marc Durepos
c6df3e15a2 change tree to list 2024-12-20 11:25:30 -05:00
Marc Durepos
a4a360aef1 [FIX] caldav_sync: error in data XML
Remove the numbercall and doall fields from the data to conform
to the new structure of ir.cron model since 18.0.
2024-12-20 09:34:30 -05:00
Marc Durepos
f34860bfac mig to 18.0 for bemade's modules 2024-12-05 16:56:28 -05:00
Marc Durepos
56b755039d price_update_notifications: cleaned up multiline fields and improved fr translation 2024-12-05 14:46:40 -05:00
Marc Durepos
e9a2dd389d price_udpate_notifications: improve error message for action 2024-12-05 13:26:33 -05:00
Marc Durepos
6e56609846 fix active_ids bug for single selection in price update notification module 2024-12-05 13:22:12 -05:00
Marc Durepos
a968b64e80 price_update_notifications module added 2024-12-05 13:16:27 -05:00
Marc Durepos
c8bbeac919 [ENH] delivery_carrier_partner_account: Add ppc billing mode.
Adds a Prepaid & Charge billing mode to carrier.account.mixin and
overrides the stock.picking method that sets the shipping cost on sales
orders after shipping. This modifies the behaviour of "invoicing policy"
on delivery.carrier when a delivery billing mode is selected on the SO
or picking.
2024-11-21 16:36:48 -05:00
Marc Durepos
a365609f21 [ENH] delivery_carrier_partner_account: add delivery info to sale line
When adding transport charges to a sale order via the "Add Shipping"
button, the line's description now contains the delivery billing mode
and account number when applicable.

Fixes #112
2024-11-21 15:41:45 -05:00
Marc Durepos
15aee61953 [ENH] delivery_carrier_partner_account: add active field to accounts
Fixes #111
2024-11-21 14:40:26 -05:00
Marc Durepos
01c424c485 [ENH] delivery_carrier_partner_account: company_id + view all from menu
Add the ability to view all the transporter accounts from the sales
configuration menu.

Add company_id to delivery.carrier.account model as a related field
to delivery.carrier. Also constrain the delivery.carrier and res.partner
associated to an account to be linked to the same company.

Fixes #113
2024-11-21 14:39:20 -05:00
xtremxpert
b6eca04802 Merge branch '17.0' of git.bemade.org:bemade/bemade-addons into 17.0 2024-11-21 09:57:00 -05:00
xtremxpert
fdcc81d29e openai fix 2024-11-21 09:56:19 -05:00
Marc Durepos
c1a2129359 beginnings of new module fsm_visit_confirmation, fix to bemad_partner_email_domain and incrementing_sequence_mixin 2024-11-20 15:42:13 -05:00
Marc Durepos
5b696e8eab delivery_carrier_partner_account: looks ready for first launch 2024-11-20 14:44:33 -05:00
Marc Durepos
9b882ec7f8 delivery_carrier_partner_account: add choose delivery wizard code and tests 2024-11-20 13:13:57 -05:00