Remove unused erp_reference field and clarify Odoo ID fields on BillingEntity #572
No reviewers
Labels
No labels
API
Billing
UI/UX
dependencies
bug
change
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
servala/servala-portal!572
Loading…
Reference in a new issue
No description provided.
Delete branch "remove-billingentity-erp-reference"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The erp_reference field was only referenced in the Django admin list/search config and had no functional role. Odoo linkage is handled by odoo_company_id and odoo_invoice_id instead, which now carry descriptive verbose_name labels ("Odoo Partner Company DB ID" and "Odoo Partner Invoice Contact DB ID")
The erp_reference field was only referenced in the Django admin list/search config and had no functional role. Odoo linkage is handled by odoo_company_id and odoo_invoice_id instead, which now carry descriptive verbose_name labels ("Odoo Partner Company DB ID" and "Odoo Partner Invoice Contact DB ID"). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>