1eac630d8759aee6e4bb69c1f313bca0a91e61cb
Removes the `description` field from `fp.sale.description.template` now that all readers (reports, wizard, sale line) consume the new `internal_description` + `customer_facing_description` pair. - Model: drop `description = fields.Text(...)` declaration - Migration 19.0.9.0.0 Step 6: `ALTER TABLE ... DROP COLUMN IF EXISTS description` - Template form/search views: swap `description` for the two new fields - Seed data: write new fields instead of legacy column (dupes old text into both) - Direct-order wizard: remove `tpl.description` fallback in both onchange handlers Entech column dropped via Odoo's auto-schema-sync during module upgrade (migration step is for fresh installs). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
Odoo 19 custom modules
Languages
Python
55.9%
HTML
26.1%
JavaScript
14.9%
SCSS
1.8%
CSS
0.8%
Other
0.4%