Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd

Hi,

Lets Create a Demo for question !

class Characters(models.Model):
_name = "santex.characters"
​licensor_brand = fields.Many2one("santex.licensor_brands", string="Licensor Brand",
​domain="????????????????") # todo


class LicensorBrands(models.Model):
_name = "santex.licensor_brands"


​licensor_brands = fields.Many2one("res.partner", string="Licensor")


class LicenseContracts(models.Model):
_name = "santex.license_contracts"

licensor_contracts = fields.Many2one("res.partner")

Here is my question:
For licensor_brand field i need a Domain. This domain should be  match "licensor_brands" from "santex.licensor_brands" to
"licensor_contracts" from "santex.license_contracts".

Dummuy-Domain: [(santex.licanse_contracts.licensor_contracts), = ,(santex.licensor_brands.licensor_brands)]

THANKS FOR TAKING YOUR TIME !!!



Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
1
jan. 23
3224
1
apr. 22
2515
0
feb. 16
4329
1
okt. 23
2888
1
okt. 23
2652