This commit is contained in:
2026-02-07 19:18:42 +01:00
parent 5255959614
commit 9095f3b470
4 changed files with 16 additions and 10 deletions

View File

@@ -50,13 +50,6 @@ DAYS = [
('sunday', 'Sunday'),
]
class ContractStrategy(ModelSQL):
"Contract - Document Type"
__name__ = 'contract.strategy'
line = fields.Many2One('purchase.line', 'Purchase Line')
sale_line = fields.Many2One('sale.line', 'Sale Line')
strategy = fields.Many2One('mtm.strategy', "Strategy")
class Estimated(ModelSQL, ModelView):
"Estimated date"
__name__ = 'pricing.estimated'