This commit is contained in:
2026-02-01 20:58:57 +01:00
parent 4513ce8ac7
commit f5d6d4ef55
3 changed files with 55 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ class AutomationDocument(ModelSQL, ModelView, Workflow):
('invoice', 'Invoice'),
('statement_of_facts', 'Statement of Facts'),
('weight_report', 'Weight Report'),
('controller', 'Controller'),
('bol', 'Bill of Lading'),
('controller_invoice', 'Controller Invoice'),
], 'Type')