07.02.26
This commit is contained in:
@@ -50,6 +50,13 @@ 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'
|
||||
|
||||
Reference in New Issue
Block a user