This commit is contained in:
2026-02-02 12:08:46 +01:00
parent 7d89418874
commit 747c2e4a0e
4 changed files with 9 additions and 1 deletions

View File

@@ -3337,6 +3337,8 @@ class ContractDetail(ModelView):
], 'Price type')
currency_unit = fields.Selection('get_currency_unit',string="Curr/Unit")
reference = fields.Char("Reference")
from_location = fields.Many2One('stock.location',"From location")
to_location = fields.Many2One('stock.location',"To location")
@classmethod
def default_category(cls):