feat(configurator): SO-create applies one tax to all lines + typed charge line

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-05-29 21:40:52 -04:00
parent a2ac804238
commit 6dde3ec2b1
2 changed files with 20 additions and 20 deletions

View File

@@ -326,6 +326,9 @@ class SaleOrderLine(models.Model):
'pair, falling back to the part\'s default range. Prints '
'verbatim on the cert, packing slip, and invoice.',
)
x_fc_is_lot_priced = fields.Boolean(string='Lot Priced')
x_fc_lot_total = fields.Monetary(
string='Lot Total', currency_field='currency_id')
# ---- Express Orders per-line flags (2026-05-26) ----
# Mirror fp.direct.order.line.{customer_line_ref, masking_enabled, bake_instructions}