Kévin Roche
Kévin Roche
When a ticket is created from a mail (via fetchmail and an alias), the confirmation mail from the first stage is not sent. First commit add test with the failing...
- improve supplier search - replace purchase_ok filter in context by a domain to be constistant with the purchase order regular view.
Small mixin checkin if the current company is the same as the record company. It's come with the check on sale.order
In some cases, some default values appear in context (default_partner_shipping_id, ...) and are propagate in the counterpart invoice. As discuss here https://github.com/OCA/multi-company/issues/651 and https://github.com/OCA/multi-company/pull/652, we don't want to propagate these...
Add and propagate lot number from sale to invoice lines. cc @metaminux, @florian-dacosta
Compute of risk_sale_order write on commercial_partner_id, not on self. cc @sebastienbeau , @alexis-via
With some modules or custom code, we can change the MO name (if cancelled for exemple). So, in this case, we do not need to increment the MO name (lot...
Inspired of https://github.com/OCA/multi-company/pull/669 Propagate the commitment date from sale to purchase in the buyer company